Comment out BUILD_SINGLE etc. and add a short explanation
This commit is contained in:
parent
680f744abf
commit
365f28787c
|
@ -295,10 +295,13 @@ COMMON_PROF = -pg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# the below is not yet configurable, use cmake if you need to build only select types
|
# By default the library contains BLAS functions (and LAPACK if selected) for all input types.
|
||||||
BUILD_SINGLE = 1
|
# To build a smaller library supporting e.g. only single precision real (SGEMM etc.) or only
|
||||||
BUILD_DOUBLE = 1
|
# the functions for complex numbers, uncomment the desired type(s) below
|
||||||
BUILD_COMPLEX = 1
|
# BUILD_SINGLE = 1
|
||||||
BUILD_COMPLEX16 = 1
|
# BUILD_DOUBLE = 1
|
||||||
|
# BUILD_COMPLEX = 1
|
||||||
|
# BUILD_COMPLEX16 = 1
|
||||||
|
#
|
||||||
# End of user configuration
|
# End of user configuration
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue