-
Notifications
You must be signed in to change notification settings - Fork 99
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
fpm fails to run on macOS M1 #980
Comments
The version 39fdc09 works. |
Using 3f98e657dc8cdf95da20be5a40d81ac4a6e99b33 is the first bad commit
commit 3f98e657dc8cdf95da20be5a40d81ac4a6e99b33
Author: Federico Perini <...>
Date: Thu Sep 14 21:58:28 2023 +0200
add `-Ofast` optimization flags for intel compiler (release profile)
src/fpm_compiler.F90 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-) Here is the commit: 3f98e65, it doesn't seem to change things for gfortran, but it causes the generated CC @perazz . |
Works on M1, my side, both
and maybe later with
|
I used the latest version (80869ad), and both
fpm install
and./install.sh
creates an fpm binary that segfaults. I am using:This used to work previously, since I had a working version.
Here is the full log:
The text was updated successfully, but these errors were encountered: