summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/modules/internal/lapackBase.py')
-rw-r--r--numbench/modules/internal/lapackBase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numbench/modules/internal/lapackBase.py b/numbench/modules/internal/lapackBase.py
index b0f4a4c..e7b458d 100644
--- a/numbench/modules/internal/lapackBase.py
+++ b/numbench/modules/internal/lapackBase.py
@@ -44,7 +44,7 @@ def runTest(self, test, implementation):
logdir = pjoin(test['logdir'], implementation),
testdir = pjoin(test['testdir'], implementation),
btlincludes = ('libs/BLAS', 'libs/LAPACK'),
- defines = ('LAPACKNAME='+self.libname, ),
+ defines = ('LAPACKNAME='+self.libname, self.libname.upper()+"_INTERFACE"),
flags = alt.getFlags(test, self.libname, implementation),
tests = self.tests
)
@@ -52,4 +52,4 @@ def runTest(self, test, implementation):
return btlBase.runTest(self, test, btlconfig)
getTests = btlBase.getTests
-reportConf = btlBase.reportConf \ No newline at end of file
+reportConf = btlBase.reportConf