-
Notifications
You must be signed in to change notification settings - Fork 5
Fix m2w64 in compiled conda pkg #44
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: master
Are you sure you want to change the base?
Conversation
|
Ok that is it. According to the CI log |
pradal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK to me.
Merge when you want
|
ok I'll wait the end of the windows CI |
|
Ok with these |
|
In CI on windows, the environment variable fortran_compiler is set to flang FC='flang' in script. Because meson test first ifort, then gfortran |
|
look flang instructions on windows : mesonbuild/meson#12306 |
|
Aaaah ! |
|
still not |
[tool.meson-python.args]
setup = ['-Doption=false', '-Dfeature=enabled', '-Dvalue=42']
compile = ['-j4']
install = ['--tags=bindings']
dist = ['--include-subprojects'] |
[tool.meson-python.args]
setup = ['--vsenv'] |
|
yes. This is what I do. But I had also to put in meta.yaml. I will check again that. |
No description provided.