-
Notifications
You must be signed in to change notification settings - Fork 26
F2py fortran example #32
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
F2py fortran example #32
Conversation
Well, it works now, but following the example here does not. |
After bugfixing, this passes on Ubuntu but fails on MacOS because the image does not have a Fortran compiler https://github.com/frank1010111/scikit-build-sample-projects/actions/runs/4355492884. There is a Fortran compiler action which could resolve that in Windows and Mac. |
The example now works for both Mac and Linux. |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Thanks! I moved it to scikit-build-core and went with this over #35 since it avoided the scikit-build only module. |
bugfix: Add NumPy headers to CMakeLists.txt, per commit scikit-build/scikit-build-sample-projects@5ad5096 at scikit-build/scikit-build-sample-projects#32
Add a sample project with fortran, compiled with f2py run by scikit-build and cmake.
This would close #29.