Conda-forge package of test-drive #48
mwtoews
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you, I used your attempt as a starting point and added support for the Windows build in conda-forge/staged-recipes#30017. I also added you as a maintainer there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I've been looking at using test-drive today. I thought it could be useful to install test-drive as a conda-forge package dependency, so I created conda-forge/staged-recipes#30015 using cmake to build and install, and pkg-config to test presence of library.
This appears to work for Linux and macOS, but less-so (currently) for Windows. It's probably an issue that the default conda-forge compiler for Windows is LLVMFlang. (It has gfortran, but it is nearly a decade old--unfortunately one of the key maintainers passed away close to that time).
Help is welcome to any aspect of this idea!
Beta Was this translation helpful? Give feedback.
All reactions