Skip to content
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

Forcing libquadmath linking is wrong #265

Open
barracuda156 opened this issue Jul 5, 2023 · 0 comments
Open

Forcing libquadmath linking is wrong #265

barracuda156 opened this issue Jul 5, 2023 · 0 comments
Assignees

Comments

@barracuda156
Copy link

Normally gfortran picks its own linkflags, so this should not be needed.

set(Fortran_LINK_FLAGS "-lgfortran -lquadmath -lm")

However forcing libquadmath is especially bad since it breaks the build when that library is missing (and it is not supported on a number of platforms).

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

No branches or pull requests

2 participants