We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 build currently doesn't work for me on main. This is the error message:
fpm build
main
fpm_strings.f90 failed. [ 1%] Compiling... gfortran: error: Unrecognized option: 'single-DFPM_RELEASE_VERSION=0.8.1' gfortran: note: valid arguments to '-fcoarray=' are: lib none single <ERROR> Compilation failed for object " src_fpm_strings.f90.o " <ERROR>stopping due to failed compilation STOP 1
It was introduced with this PR: #865
I'm using:
@perazz
fpm should build.
fpm
main.
macOS/ARM.
Is the PR necessary at all? You can get the package version easily after building the model as demonstrated in #876.
The text was updated successfully, but these errors were encountered:
What version of fpm are you using to build fpm? your issue was fixed in #804
Sorry, something went wrong.
I see. I was still on 0.7.0 and had to update fpm through conda, which I'd forgotten. But it works now.
0.7.0
conda
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
fpm build
currently doesn't work for me onmain
. This is the error message:It was introduced with this PR: #865
I'm using:
@perazz
Expected Behaviour
fpm
should build.Version of fpm
main
.Platform and Architecture
macOS/ARM.
Additional Information
Is the PR necessary at all? You can get the package version easily after building the model as demonstrated in #876.
The text was updated successfully, but these errors were encountered: