Skip to content

Commit

Permalink
Don't compile examples for MA48
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 14, 2023
1 parent 3847e48 commit 02fe69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/external/ma48/meson.build
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02fe69c

Please sign in to comment.