Description: Set macro needed for gfortran compilation
Author: Alastair McKinstry  <mckinstry@debian.org>
Last-Updated: 2026-03-03
Forwarded: not-needed

This disables coarray support, which is not available everywhere;
revisit later.

--- a/fpm.toml
+++ b/fpm.toml
@@ -2,3 +2,7 @@
 
 [install]
 library = true
+
+[preprocess]
+[preprocess.cpp]
+macros=['ASSERT_MULTI_IMAGE=0']
\ No newline at end of file
