Add BUILD_SINGLE etc
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 13 Sep 2020 21:55:11 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 21:55:11 +0000 (23:55 +0200)
Makefile.rule

index 2c12177..40bd1a8 100644 (file)
@@ -277,5 +277,10 @@ COMMON_PROF = -pg
 # If you want to enable the experimental BFLOAT16 support
 # BUILD_HALF = 1
 #
+# the below is not yet configurable, use cmake if you need to build only select types
+BUILD_SINGLE = 1
+BUILD_DOUBLE = 1
+BUILD_COMPLEX = 1
+BUILD_COMPLEX16 = 1
 #  End of user configuration
 #