Comment out BUILD_SINGLE etc. and add a short explanation
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 23 Oct 2020 21:32:06 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 21:32:06 +0000 (23:32 +0200)
Makefile.rule

index e8f8c29..85a3a45 100644 (file)
@@ -295,10 +295,13 @@ COMMON_PROF = -pg
 
 
 
-# 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
+# By default the library contains BLAS functions (and LAPACK if selected) for all input types.
+# To build a smaller library supporting e.g. only single precision real (SGEMM etc.) or only
+# the functions for complex numbers, uncomment the desired type(s) below
+# BUILD_SINGLE = 1
+# BUILD_DOUBLE = 1
+# BUILD_COMPLEX = 1
+# BUILD_COMPLEX16 = 1
+#
 #  End of user configuration
 #