We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6965ef6 commit 4f52a0cCopy full SHA for 4f52a0c
1 file changed
meson.build
@@ -40,13 +40,6 @@ if fc_id == 'gcc'
40
'-Wno-uninitialized',
41
]
42
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
-
50
# Define OS with gfortran for OS specific code
51
# These are identical to pre-defined macros available with ifort
52
system = build_machine.system()
0 commit comments