We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f2e9dd + 365f287 commit dc35477Copy full SHA for dc35477
Makefile.rule
@@ -295,10 +295,13 @@ COMMON_PROF = -pg
295
296
297
298
-# the below is not yet configurable, use cmake if you need to build only select types
299
-BUILD_SINGLE = 1
300
-BUILD_DOUBLE = 1
301
-BUILD_COMPLEX = 1
302
-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
303
+# BUILD_COMPLEX = 1
304
+# BUILD_COMPLEX16 = 1
305
+#
306
# End of user configuration
307
#
0 commit comments