|
|
|
|
|
by m_mueller
3943 days ago
|
|
Thank you! Seems to me like a sane and clean concept, i.e. how autotools and co always should have been. I'm quite fond of writing Makefiles myself, so that wouldn't be an issue. When I get around to rewriting the build system for my GPU code preprocessor framework [1] I think I'll give bsdowl another look - it's possible that it would fit quite well and reduce the amount of build system code I have to maintain myself. [1] https://github.com/muellermichel/Hybrid-Fortran edit: Ah there is something I missed though: BSD Make only will probably be an issue. My stuff mostly has to work on HPC GPU clusters which are pretty much exclusively Linux based, so GNU Make support is a must I think. Do you have any plans on supporting this so it becomes portable to Linux? |
|
If you look for a more engineered installation solution, give a try to PKGSRC, which is the (portable) ports tree of NetBSD – though I never used it intensively. This even used to work in a (now obsolete) Unix-like environment on windows.
When you'll find time to experiment with the Makefiles, feel free to get in touch (my email is in the source, or with the issue tracker) I will be happy to help.