diff options
author | Julie <julie@cs.utk.edu> | 2016-09-15 22:48:20 -0700 |
---|---|---|
committer | Julie <julie@cs.utk.edu> | 2016-09-15 22:48:20 -0700 |
commit | 822f7afab26ce4fe24cc75e0fa29337156a06c33 (patch) | |
tree | 439893e19f37a4e4f10fa4f70de20e4b6a4cd695 /make.inc.example | |
parent | 843115bbda74bc27b8e0dfa8abd275d7c4522707 (diff) | |
download | lapack-822f7afab26ce4fe24cc75e0fa29337156a06c33.tar.gz lapack-822f7afab26ce4fe24cc75e0fa29337156a06c33.tar.bz2 lapack-822f7afab26ce4fe24cc75e0fa29337156a06c33.zip |
Fix #35 reported by @brandimarte
Diffstat (limited to 'make.inc.example')
-rw-r--r-- | make.inc.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.inc.example b/make.inc.example index fe2f0ad8..503e2490 100644 --- a/make.inc.example +++ b/make.inc.example @@ -26,7 +26,7 @@ LOADOPTS = # Comment out the following line to include deprecated routines to the # LAPACK library. # -#MAKEDEPRECATED = Yes +#BUILD_DEPRECATED = Yes # # Timer for the SECOND and DSECND routines # |