Skip to content

Commit

Permalink
[Meson] Add a missing macro to compile CUTEst in quadruple precision
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 24, 2024
1 parent f1207ea commit b8db7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if build_quadruple

gen_quadruple = generator(fc_compiler,
output : 'quadruple_@[email protected]',
arguments : pp_options + '-DREAL_128' +
arguments : pp_options + '-DREAL_128' + '-DCUTEST_16btye_reals_exist' +
['-I', '@CURRENT_SOURCE_DIR@/include', '@INPUT@'] +
output_generator)

Expand Down

0 comments on commit b8db7ef

Please sign in to comment.