Skip to content

Commit 9ec689c

Browse files
authored
remove unnecessary quadmath dependency (#93)
1 parent f588fa5 commit 9ec689c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

meson.build

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ extra_deps = []
1818

1919
if fc_id == 'gcc'
2020
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
2621
endif
2722

2823
if fc_id == 'intel' or fc_id == 'intel-cl'

0 commit comments

Comments
 (0)