summaryrefslogtreecommitdiffstats
path: root/src/lapack.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-31 01:33:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-31 01:33:04 (GMT)
commit9d7fa147e4de7b0ef862532c4519ba3e4ca94557 (patch)
tree526fac99dfbc5936e8a58e46201f4b78789a4480 /src/lapack.mk
parent815d8fe7e18deb2ae50ade063f98cfdd6d155581 (diff)
downloadmxe-9d7fa147e4de7b0ef862532c4519ba3e4ca94557.zip
mxe-9d7fa147e4de7b0ef862532c4519ba3e4ca94557.tar.gz
mxe-9d7fa147e4de7b0ef862532c4519ba3e4ca94557.tar.bz2
lapack: fix case change in 3.6.0 update
fixes #1114
Diffstat (limited to 'src/lapack.mk')
-rw-r--r--src/lapack.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lapack.mk b/src/lapack.mk
index 08d318f..8735ad0 100644
--- a/src/lapack.mk
+++ b/src/lapack.mk
@@ -24,9 +24,9 @@ define $(PKG)_BUILD
-DLAPACKE=ON \
-DCMAKE_Fortran_FLAGS=$(if $(findstring x86_64,$(TARGET)),-fdefault-integer-8) \
.
- cp '$(1)/lapacke/include/lapacke_mangling_with_flags.h' '$(1)/lapacke/include/lapacke_mangling.h'
+ cp '$(1)/LAPACKE/include/lapacke_mangling_with_flags.h' '$(1)/LAPACKE/include/lapacke_mangling.h'
$(MAKE) -C '$(1)/SRC' -j '$(JOBS)' install
- $(MAKE) -C '$(1)/lapacke' -j '$(JOBS)' install
+ $(MAKE) -C '$(1)/LAPACKE' -j '$(JOBS)' install
'$(TARGET)-gfortran' \
-W -Wall -Werror -pedantic \