-
Notifications
You must be signed in to change notification settings - Fork 23
Meson compiler test #115
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
Meson compiler test #115
Conversation
|
|
|
Missing a MODULE symph in the Fortran code?. |
|
OK, this works. |
|
Ok thank you very much, I am testing it right now on my computer. If it works we can try to release the 1.5 with this, that should fix all the installation errors. I am trying with python 3.12 which should be the aim of the meson fix. |
mesonepigreco
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.
Hi, Diego, thanks, it works correctly.
Can you update the installation guide as I mentioned in the review, so that we can point to python 3.12, and avoid the mandatory gfortran installation if we work in a conda enviroment (move that in the later section on manual compilation)?
Also note that to have meson work with mamba it requires installing pkg-config from mamba/conda, otherwise it does not detect BLAS.
Maybe you can add my custom command to install cellconstructor.
mesonepigreco
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.
Now we are ready to merge
|
Thank you very much @diegomartinez2 |

Hi Lorenzo, I need somebody to test the meson install in other computers before adding it to master. I only tested in my laptop on a conda env, but it already has SSCHA in the base system so I have doubts. I think it will work on Apple ARM (M1/M2) architecture, but I do not have way to test it.
Meson_compiler_test