Move all but one deprecated routines to a new separate directory.
authorphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>
Thu, 6 Aug 2015 23:01:56 +0000 (23:01 +0000)
committerphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>
Thu, 6 Aug 2015 23:01:56 +0000 (23:01 +0000)
commit7b9b17997ea18c8a3689c6ebb318c78956e99406
tree078f70f40621822829d5d04531314c9dabdd66f5
parente12970ddbe1bf4bf8763dcea1e41462291d65ee7
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.
23 files changed:
SRC/CMakeLists.txt
SRC/DEPRECATED/cgegs.f [moved from SRC/cgegs.f with 100% similarity]
SRC/DEPRECATED/cgegv.f [moved from SRC/cgegv.f with 100% similarity]
SRC/DEPRECATED/cgelsx.f [moved from SRC/cgelsx.f with 100% similarity]
SRC/DEPRECATED/clatzm.f [moved from SRC/clatzm.f with 100% similarity]
SRC/DEPRECATED/ctzrqf.f [moved from SRC/ctzrqf.f with 100% similarity]
SRC/DEPRECATED/dgegs.f [moved from SRC/dgegs.f with 100% similarity]
SRC/DEPRECATED/dgegv.f [moved from SRC/dgegv.f with 100% similarity]
SRC/DEPRECATED/dgelsx.f [moved from SRC/dgelsx.f with 100% similarity]
SRC/DEPRECATED/dlatzm.f [moved from SRC/dlatzm.f with 100% similarity]
SRC/DEPRECATED/dtzrqf.f [moved from SRC/dtzrqf.f with 100% similarity]
SRC/DEPRECATED/sgegs.f [moved from SRC/sgegs.f with 100% similarity]
SRC/DEPRECATED/sgegv.f [moved from SRC/sgegv.f with 100% similarity]
SRC/DEPRECATED/sgelsx.f [moved from SRC/sgelsx.f with 100% similarity]
SRC/DEPRECATED/slatzm.f [moved from SRC/slatzm.f with 100% similarity]
SRC/DEPRECATED/stzrqf.f [moved from SRC/stzrqf.f with 100% similarity]
SRC/DEPRECATED/zgegs.f [moved from SRC/zgegs.f with 100% similarity]
SRC/DEPRECATED/zgegv.f [moved from SRC/zgegv.f with 100% similarity]
SRC/DEPRECATED/zgelsx.f [moved from SRC/zgelsx.f with 100% similarity]
SRC/DEPRECATED/zlatzm.f [moved from SRC/zlatzm.f with 100% similarity]
SRC/DEPRECATED/ztzrqf.f [moved from SRC/ztzrqf.f with 100% similarity]
SRC/Makefile
make.inc.example