You need to sign in or sign up before continuing.
[build-system] Fix gfortran macros
Compare changes
- Cristian Le authored
gfortran does not support escaped macros with ##. These are nowadays considered non-standard preprocessor syntax. The fix is based on this stackoverflow discussion [1] [1] https://stackoverflow.com/questions/41243555/concatenating-an-expanded-macro-and-a-word-using-the-fortran-preprocessor Signed-off-by:
Cristian Le <cristian.le@mpsd.mpg.de>
+ 8
− 0
@@ -26,7 +26,11 @@
@@ -35,7 +39,11 @@ typedef double rtype;