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.
1 parent 923b79d commit 797ae08Copy full SHA for 797ae08
Makefile.rule
@@ -134,6 +134,12 @@ VERSION = 0.3.27.dev
134
# Build LAPACK Deprecated functions since LAPACK 3.6.0
135
BUILD_LAPACK_DEPRECATED = 1
136
137
+# The variable type assumed for the length of character arguments when passing
138
+# data between Fortran LAPACK and C BLAS (defaults to "size_t", but older GCC
139
+# versions used "int"). Mismatches will not cause runtime failures but may result
140
+# in build warnings or errors when building with link-time optimization (LTO)
141
+# LAPACK_STRLEN=int
142
+
143
# Build RecursiveLAPACK on top of LAPACK
144
# BUILD_RELAPACK = 1
145
# Have RecursiveLAPACK actually replace standard LAPACK routines instead of
0 commit comments