-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow building recipes outside haikuports tree #197
Comments
Just use the "package" tool directly if you are outside the tree. Cmake has support for it through cpack, for example. What is the use of haikuporter in that situation? |
Many build systems can't build hpkg packages, for example Haiku makefile engine. haikuporter would simplify package generation.
Is more info about building |
You set cpack_binary_generator as explained in https://cmake.org/cmake/help/v3.12/module/CPack.html#variable:CPACK_GENERATOR and set the othervariables as documented there. Then use "make package" |
I can't see HPKG generator in cpack:
Which generator should I use? |
Then it seems my work to add support for the hpkg format has been removed. I had even submitted them upstream: https://cmake.org/Bug/view.php?id=14788 |
Looks like they moved their bugtracker… |
But I don't see CPackHpkg mentionned in the history… |
Is it possible to include HPKG generator to haikuports patchset? |
Yes, and it would be great if we can ping cmake team to upstream it again, and if people would not remove my patches when they update cmake versions because "the new one compiles without the patches" |
I uploaded fixed patch for cmake 3.16.0: haikuports/haikuports#4673. |
It would be nice to allow
haikuporter
use system package info instead of info insidehaikuports
tree. It will allow use recipe files for various projects outsidehaikuports
.The text was updated successfully, but these errors were encountered: