We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588fa5 commit 9ec689cCopy full SHA for 9ec689c
meson.build
@@ -18,11 +18,6 @@ extra_deps = []
18
19
if fc_id == 'gcc'
20
compile_args += ['-fall-intrinsics', '-fbacktrace', '-ffpe-summary=overflow']
21
- # Link quadmath library on macOS (required for gfortran runtime)
22
- if host_machine.system() == 'darwin'
23
- quadmath_dep = fc.find_library('quadmath', required: true, static: true)
24
- extra_deps += [quadmath_dep]
25
- endif
26
endif
27
28
if fc_id == 'intel' or fc_id == 'intel-cl'
0 commit comments