From 02fe69cfe1a15ec39cc444cc2d88fa240b4939b8 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Thu, 14 Dec 2023 10:01:11 -0600 Subject: [PATCH] Don't compile examples for MA48 --- src/external/ma48/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/external/ma48/meson.build b/src/external/ma48/meson.build index 0bd1642057..187502e3ab 100644 --- a/src/external/ma48/meson.build +++ b/src/external/ma48/meson.build @@ -1,6 +1,6 @@ # if build_examples and build_single # galahad_examples += [['ma48ss', files('ma48ss.f90')]] # endif -if build_examples and build_double - galahad_examples += [['ma48ds', files('ma48ds.f90')]] -endif +# if build_examples and build_double +# galahad_examples += [['ma48ds', files('ma48ds.f90')]] +# endif