8000 Forcing libquadmath linking is wrong · Issue #265 · libKriging/libKriging · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Forcing libquadmath linking is wrong #265
Open
@barracuda156

Description

@barracuda156

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0