Merge pull request #409 from wernsaar/develop

some fixes for Lapack and ARM platform
This commit is contained in:
Zhang Xianyi
2014-07-09 21:11:00 +08:00
8 changed files with 123 additions and 106 deletions

View File

@@ -25,9 +25,20 @@ VERSION = 0.2.10.rc2
# FC = gfortran
# Even you can specify cross compiler. Meanwhile, please set HOSTCC.
# cross compiler for Windows
# CC = x86_64-w64-mingw32-gcc
# FC = x86_64-w64-mingw32-gfortran
# cross compiler for 32bit ARM
# CC = arm-linux-gnueabihf-gcc
# FC = arm-linux-gnueabihf-gfortran
# cross compiler for 64bit ARM
# CC = aarch64-linux-gnu-gcc
# FC = aarch64-linux-gnu-gfortran
# If you use the cross compiler, please set this host compiler.
# HOSTCC = gcc