Browse Source

Comment out BUILD_SINGLE etc. and add a short explanation

tags/v0.3.12
Martin Kroeker GitHub 5 years ago
parent
commit
365f28787c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions
  1. +8
    -5
      Makefile.rule

+ 8
- 5
Makefile.rule View 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
#

Loading…
Cancel
Save