Skip to content

Commit 4f52a0c

Browse files
committed
fix(meson.build): quadmath not required
1 parent 6965ef6 commit 4f52a0c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

meson.build

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ if fc_id == 'gcc'
4040
'-Wno-uninitialized',
4141
]
4242

43-
# Link quadmath library on macOS (required for gfortran runtime)
44-
# Preventive measure for any code that might trigger quad-precision I/O paths
45-
if build_machine.system() == 'darwin'
46-
quadmath_dep = fc.find_library('quadmath', required: true, static: true)
47-
extra_deps += [quadmath_dep]
48-
endif
49-
5043
# Define OS with gfortran for OS specific code
5144
# These are identical to pre-defined macros available with ifort
5245
system = build_machine.system()

0 commit comments

Comments
 (0)