aboutsummaryrefslogtreecommitdiff
path: root/make.inc.example
diff options
context:
space:
mode:
authorphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-08-06 23:01:56 +0000
committerphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-08-06 23:01:56 +0000
commit7b9b17997ea18c8a3689c6ebb318c78956e99406 (patch)
tree078f70f40621822829d5d04531314c9dabdd66f5 /make.inc.example
parente12970ddbe1bf4bf8763dcea1e41462291d65ee7 (diff)
Move all but one deprecated routines to a new separate directory.
They are compiled and included in the liblapack.a archive when the MAKEDEPRECATED option in the make.inc file is set. TODO: Add the corresponding behavior to the cmake files. NOTE: The xGEQPF routines are deprecated but still used by some non-deprecated routines. They have not been moved to the DEPRECATED directory.
Diffstat (limited to 'make.inc.example')
-rw-r--r--make.inc.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.inc.example b/make.inc.example
index a1af4986..8af16fb4 100644
--- a/make.inc.example
+++ b/make.inc.example
@@ -19,6 +19,11 @@ NOOPT = -O0 -frecursive
LOADER = gfortran
LOADOPTS =
#
+# Comment out the following line to include deprecated routines to the
+# LAPACK library.
+#
+#MAKEDEPRECATED = Yes
+#
# Timer for the SECOND and DSECND routines
#
# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME