diff options
author | julie <julielangou@users.noreply.github.com> | 2011-12-20 02:14:29 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-12-20 02:14:29 +0000 |
commit | 82da7c32030349d200478e17dcfe3bc9a4ea536f (patch) | |
tree | 827c92e2055db31a2ba737154a256e5eca6ec59e /make.inc.example | |
parent | 2861ed0ff78159579a81f75534a1579e9e7d732a (diff) | |
download | lapack-82da7c32030349d200478e17dcfe3bc9a4ea536f.tar.gz lapack-82da7c32030349d200478e17dcfe3bc9a4ea536f.tar.bz2 lapack-82da7c32030349d200478e17dcfe3bc9a4ea536f.zip |
Add name of LAPACKE library in make.inc
Diffstat (limited to 'make.inc.example')
-rw-r--r-- | make.inc.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make.inc.example b/make.inc.example index 95e8d315..f9c99285 100644 --- a/make.inc.example +++ b/make.inc.example @@ -68,3 +68,4 @@ XBLASLIB = BLASLIB = ../../librefblas.a LAPACKLIB = liblapack.a TMGLIB = libtmglib.a +LAPACKELIB = liblapacke.a |