Skip to content

Conversation

@baugetfa
Copy link
Contributor

@baugetfa baugetfa commented Nov 6, 2025

No description provided.

@baugetfa
Copy link
Contributor Author

baugetfa commented Nov 6, 2025

Ok that is it. According to the CI log m2w64-gcc-libs-core is no longer in the run env, so it shoud not be in the conda phg dependencies.

Copy link
Contributor

@pradal pradal left a 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

@baugetfa
Copy link
Contributor Author

baugetfa commented Nov 6, 2025

ok I'll wait the end of the windows CI

@baugetfa
Copy link
Contributor Author

baugetfa commented Nov 7, 2025

Ok with these m2w64 pkgs windows tests pass. Not good. WIP.
For recall the error is:

      from . import pyratp
  E   ImportError: DLL load failed while importing pyratp: The specified module could not be found.

@pradal
Copy link
Contributor

pradal commented Nov 12, 2025

In CI on windows, the environment variable fortran_compiler is set to flang
But not used.
Perhaps add

FC='flang' in script. Because meson test first ifort, then gfortran

@pradal
Copy link
Contributor

pradal commented Nov 12, 2025

look flang instructions on windows : mesonbuild/meson#12306

@baugetfa
Copy link
Contributor Author

baugetfa commented Nov 13, 2025

Aaaah ! compilers worked on the docker win11 with conda-build !

@baugetfa
Copy link
Contributor Author

still not

@pradal
Copy link
Contributor

pradal commented Nov 13, 2025

[tool.meson-python.args]
setup = ['-Doption=false', '-Dfeature=enabled', '-Dvalue=42']
compile = ['-j4']
install = ['--tags=bindings']
dist = ['--include-subprojects']

@pradal
Copy link
Contributor

pradal commented Nov 13, 2025

[tool.meson-python.args]
setup = ['--vsenv']

@baugetfa
Copy link
Contributor Author

baugetfa commented Nov 13, 2025

yes. This is what I do. But I had also to put in meta.yaml. I will check again that.
I'm trying to add also compile = -Dfortran_std=none in pyproject.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants