Skip to content

Commit 308e619

Browse files
committed
Refs #807. Enable BUILD_LAPACK_DEPRECATED=1 by default.
1 parent fced574 commit 308e619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ VERSION = 0.2.16
8080
# NO_LAPACKE = 1
8181

8282
# Build LAPACK Deprecated functions since LAPACK 3.6.0
83-
# BUILD_LAPACK_DEPRECATED = 1
83+
BUILD_LAPACK_DEPRECATED = 1
8484

8585
# If you want to use legacy threaded Level 3 implementation.
8686
# USE_SIMPLE_THREADED_LEVEL3 = 1

0 commit comments

Comments
 (0)