Julianus Pfeuffer
Julianus Pfeuffer
Let's hope.. otherwise changing the coin or recipe is a huge pain. It's one of the worst build systems I have ever seen. Other coin packages will probably need similar...
1. should be very easy 2. not so sure. Packages often have specific dependencies between each other (e.g., if one was built with zlib support, the other needs it, too,...
Can it not be built? Or not be cached? What's the problem exactly?
I think you could try with the overlay ports. They look straightforward (basically declaring "empty" ports and forwarding the QT_ROOT env var for qt). It probably works more often than...
Yup looks like that's all. Should work with qt5 as well. Except the version number in the var names ofc ;)
should not be necessary. no idea what they did there. please use empty ports first and see if it fails. https://github.com/microsoft/vcpkg/issues/27574
Hi, thanks for the investigation! I think it is "fine". Since we are CMake-based it depends a bit on what the OpenMS-Config.cmake or how it is called again, lists as...
I think per default, macOS is also case-insensitive. According to our stats it's: 90% Linux, 7% Windows, 3% macOS (but it may be biased due to HPC and container executions)...
Yes this should be changed. However a general problem is that a lot of our external packages just don't exist on Debian, that is exactly why they are here. And...
https://github.com/OpenMS/OpenMS/pull/8331 You can use this. One might need to change the target name since you seem to call it different in your standalone lib. And the find package call might...