Fixed #88. Build LAPACKE: C Interface to LAPACK.

This commit is contained in:
Zaheer Chothia
2012-04-07 10:40:46 +02:00
committed by Xianyi Zhang
parent 435420d6d5
commit 78914475ae
7 changed files with 2371 additions and 63 deletions

View File

@@ -51,6 +51,9 @@ VERSION = 0.1.0
# If you don't need LAPACK, please comment it in.
# NO_LAPACK = 1
# If you don't need LAPACKE (C Interface to LAPACK), please comment it in.
# NO_LAPACKE = 1
# If you want to use legacy threaded Level 3 implementation.
# USE_SIMPLE_THREADED_LEVEL3 = 1