Closed yurivict closed 6 months ago
This is indeed not an issue with PySCeS but with meson-python. It fails on the sanity check - meson first tries to compile a small fortran file to check that the compiler is working. I have never seen this before, and on my box (linux) this compiles without problems with gcc13. What I did notice though is that I'm using meson-python 0.15.0 (latest version), you might try upgrading and see if that solves the problem. Alternatively report at meson-python.
I have never used FreeBSD myself.
It looks like the build process was changed in 1.2.0, and it fails:
The .mesonpy-vv_p5jsp directory gets deleted, but from the kernel log I got the command:
and the error message:
The offending flag is "-shared". It should not be used when executables are created.
I am sure that it's not PySCeS's fault, but you are using meson and meson-py, and one of them adds this flag.
Do you know what is going on?
Version: 1.2.0 Python-3.9 meson-1.4.0 py39-meson-python-0.14.0 FreeBSD 14.0