-
Notifications
You must be signed in to change notification settings - Fork 1
Modernize conda build #7
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
base: main
Are you sure you want to change the base?
Conversation
|
So here I've completely failed to fix the conda-build issues in #3 but also explored how to force f2py to use flang as the fortran compiler on Windows rather than built-in gfortran. That isn't working either. The last commit seems to be using flang for the compile stage, but then choosing gfortran for a linking stage (or something like that). The resulting module does not run. |
|
When we force f2py to use flang by setting Googling on that error message hasn't revealed much. |
Trying to address #3 (and also speed up the builds)