Martin Kroeker
952541e840
Need to use filter-out to handle NOFORTRAN not set
7 years ago
Martin Kroeker
9369d3e6e5
Modify NOFORTRAN tests to always check the value; fix rewriting of NO_FORTRAN
7 years ago
Martin Kroeker
10b70c904d
Handle erroneous user settings NOFORTRAN=0 and NO_FORTRAN
7 years ago
Martin Kroeker
6c2d90ba77
Move some DYNAMIC_ARCH targets to new DYNAMIC_OLDER option
7 years ago
Martin Kroeker
908d40be71
Adapt lapack-test and blas-test to changes in netlib directory layout
partial fix for #1574 - the problem with lapack_testing.py looks like an upstream bug
7 years ago
Alex Arslan
a41d241a0e
Add support for DragonFly BSD
7 years ago
Alex Arslan
8da6b6ae52
Allow building on OpenBSD
With this change, OpenBLAS builds and all tests pass on OpenBSD 6.2
using Clang. Tested on x86-64 only, with and without DYNAMIC_ARCH=1.
7 years ago
martin
3be5c3d343
Update LAPACK to 3.8.0
7 years ago
Martin Kroeker
3810a6fd99
(Plain make) build system fixes for AIX
- retry fortran compiler test with aix-specific option if generic -m32/-m64 fails
- pass any custom ARFLAGS to lapack
- no addition of -m32/-m64 to the CFLAGS and FFLAGS on AIX
8 years ago
Christoph Conrads
be8e8228ae
Make: show installation instructions after build
8 years ago
Christoph Conrads
77b197bc93
Make: fix installation instructions
The installation instructions as shown after successfully compiling
OpenBLAS are wrong because this arguments used during compilation have
to be provided to Make again.
8 years ago
Martin Kroeker
31e086d6a6
Disable ReLAPACK by default ( #1238 )
* Disable ReLAPACK by default; mention it in final build message if included
* Add files via upload
* Add files via upload
* Add files via upload
8 years ago
Martin Kroeker
2c8d634619
Add files via upload
8 years ago
Martin Kroeker
912410f214
Add ReLAPACK to Makefiles
8 years ago
Elliot Saba
5b04cf7ab4
Add Makefile debugging trick so that we can inspect runtime Makefile variables
8 years ago
Zhang Xianyi
90dd190a6d
Build shared library for Android.
8 years ago
François Bissey
c732f1a066
Never use "make" in makefiles. Only $(MAKE).
8 years ago
Aleksey Kuleshov
3d50ccdc0d
allow building tests when CROSS compiling but don't run them
9 years ago
Zhang Xianyi
8577be2a95
Modify travis script.
9 years ago
Zhang Xianyi
5e6965ea47
Run utest when building.
9 years ago
Zhang Xianyi
dae6b82a71
Refs #707 . Add BUILD_LAPACK_DEPRECATED flag in Makefile.rule.
If you want to build LAPACK deprecated functions since LAPACK 3.6.0
make BUILD_LAPACK_DEPRECATED=1
9 years ago
Zhang Xianyi
5a8447e97e
Use ctest.h for unit test. Enable unit test on travis CI.
9 years ago
Zhang Xianyi
aaa8551c57
Merge pull request #749 from lotheac/illumos_fixes
illumos fixes
9 years ago
Lauri Tirkkonen
7ba1d9b9ca
actually build the shared lib on illumos
9 years ago
Werner Saar
d1dd4e302e
fix for bad or outdated mingw compiler
10 years ago
Werner Saar
a8516c5b47
fixes for cross compile
10 years ago
Zhang Xianyi
e127fb8fd8
1) Refs #575 . Remove g77 from compiler list.
2) If OpenBLAS cannot find Fortran compiler, it will only build BLAS
(without LAPACK).
10 years ago
Werner Saar
3814bf60d3
added optimized dsymv kernels for haswell
10 years ago
wernsaar
7ceb25d7b3
changed string GFORTRAN to lowercase
11 years ago
wernsaar
783a7d2202
bugfix for fortran compiler
11 years ago
wernsaar
e1e83a1b71
modification, to run blas-test on Windows
11 years ago
Zhang Xianyi
99efbbbad5
Fixed #395 . Enable optimized cgemm for Sandybridge. Added optimized sdot kernel.
Fixed c/zgemm, zgemv computational error of haswell, piledriver, bullldozer, and
barcelona on Windows.
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
Conflicts:
kernel/Makefile.L1
kernel/x86_64/KERNEL
param.h
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
a6ae079b17
added blas-test from lapack
11 years ago
wernsaar
316df0e821
fixed bug for INTERFACE64
11 years ago
wernsaar
438002204d
Ref #393 : fix for INTERFACE64=0 and ARCH_X86 in divtable
11 years ago
Zhang Xianyi
b31ec99372
Fixed #374 .
Merge branch 'TimothyGu-develop' into develop
11 years ago
wernsaar
219bcb119d
added lapack and lapacke timing libs by default
11 years ago
wernsaar
c26bbee489
enabled abd tested optimized trtri lapack functions
11 years ago
Timothy Gu
fe858873af
Add NO_STATIC variable which disables static lib installation
Static library is still built for shared lib generation.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Zhang Xianyi
406f5bd22b
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
Conflicts:
kernel/arm/KERNEL.ARMV6
11 years ago
Timothy Gu
f331cb1a76
Remove code for downloading lapack tarball and the patches themselves
They are not used anymore since 3eb5af1
.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
4a5938b5cc
Modified lapack-test, using lapack_testing.py to run tests
11 years ago
wernsaar
8877c6db51
changed label lapack-test
11 years ago
xantares
43bb633096
Update Makefile
11 years ago
Zhang Xianyi
dfd1064d7b
refs #287 . Don't enable OpenMP for netlib LAPACK sequential Fortran codes.
12 years ago
Zhang Xianyi
cc6db2ecfe
Merge pull request #291 from larsmans/fix-makefile-prefix
fix default prefix handling in makefiles
12 years ago
Lars Buitinck
a29e6592da
fix default prefix handling in makefiles
PREFIX wasn't communicated to Makefile.install (where it matters)
by Makefile. The result is that the default PREFIX is empty and
OpenBLAS was being installed in /lib.
12 years ago
Lars Buitinck
212463dce9
get rid of the generated cblas_noconst.h file
12 years ago
Zhang Xianyi
c92ae012a6
Refs #279 . Provide ONLY_CBLAS flag. If you only need CBLAS without
a fortran compiler, please try make ONLY_CBLAS=1.
This mode only compiler CBLAS without BLAS fortran interface and LAPACK.
12 years ago