Martin Kroeker
0aa5ef29ec
Repeat the libs target's "ln" in the all target to ensure completeness
6 months ago
Martin Kroeker
e9ff70b394
Add an install_tests target to facilitate testing on cross-compiled targets
9 months ago
Martin Kroeker
7e8118d94e
Support new build option LAPACK_STRLEN
1 year ago
Chip-Kerchner
3e030cc5fe
Fix LAPACK unit testing build issues. Limit AIX builds to 32 threads (to eliminate failures of some systems).
1 year ago
Martin Kroeker
2e86faa657
Merge branch 'develop' into issue4468
1 year ago
Ayappan Perumal
892f8ff3e5
Shared library support for AIX
1 year ago
Martin Kroeker
63fbffddf8
Add option FIXED_LIBNAME to suppress versioning and softlinking
1 year ago
Martin Kroeker
3ad27007fc
rebase
1 year ago
Martin Kroeker
ac7efc61fd
Put more build information into Makefile.conf_last
1 year ago
Martin Kroeker
301e2ecc49
Cray Fortran uses -O in combinations like -O omp so don't filter that out
1 year ago
Martin Kroeker
60226b35e1
Fix (redundant) lapack-runtest target
2 years ago
Guillaume Horel
397108fba2
serialize shared prerequisites
2 years ago
Martin Kroeker
3dec11c669
Merge pull request #3902 from haampie/fix/parallel-build
fix shared and tests prereqs
2 years ago
Harmen Stoppels
bb7ae98dfd
fix shared and tests prereqs
2 years ago
Martin Kroeker
57809526c4
Disable the gfortran tree vectorizer for lapack-netlib
3 years ago
haanhvu
38e9c969c4
Clarify the installation guide in the output of make
3 years ago
Martin Kroeker
914c4d0fe8
Add C versions of the CBLAS test sources ( #3656 )
* Add C conversions of the CBLAS tests for NOFORTRAN=1 builds
* Enable CTEST without Fortran and fix passing of BUILD_vartype options to exports/gensymbol
3 years ago
Martin Kroeker
3dd09e87bf
Update NOFORTRAN message for fallback to C_LAPACK
3 years ago
Martin Kroeker
b7873605d4
Use f2c translations of LAPACK when no Fortran compiler is available ( #3539 )
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
3 years ago
Thomas De Schampheleire
a0cc119f26
Makefile: also consider -O, -Og and -Os when stripping flags
gcc also supports -O, -Og and -Os as optimization flags.
They may be given on the make command-line by users.
For the calculation of LAPACK_NOOPT, all such flags should be considered.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/openblas/0003-Makefile-also-consider-Os-when-determining-LAPACK_NO.patch ]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 years ago
Keno Fischer
2d33e12a11
Make sure that Netlib LAPACK respects FFLAGS
OpenBLAS allows users to specify `FFLAGS` and then uses `override` to append additional
options. However, without such an override in lapack's make.inc, lapack would use the external
FFLAGS, rather than the ones being computed by OpenBLAS. For example the `DEBUG=1` flag
would not apply to LAPACK code. This is all a bit messy but forced by the integration with netlib
lapack. Note that `CFLAGS` already has this override for the same reason. It is possible that
other variables here should have a similar override, but I think for most of the other ones, OpenBLAS's
build system does not append to the flags passed in by the user.
4 years ago
Martin Kroeker
0608bc5d82
delay creation of the softlink until after the library has been created
4 years ago
Martin Kroeker
e40416567a
Add version printout for PGI/NVIDIA compiler
4 years ago
Martin Kroeker
74b5850581
Add libomp to the LAPACK(-test) dependencies in clang/gfortran builds
4 years ago
Martin Kroeker
e396ec8b56
Allow building support for only a subset of variable types
5 years ago
Martin Kroeker
84c00c3c6e
Support running just the GEMV version of the thread safety test
5 years ago
Martin Kroeker
619343278d
Fix mishandling of NO_CBLAS=0 and NO_LAPACKE=0
5 years ago
Martin Kroeker
da9e2a7ada
Add SYMBOLPREFIX and/or SYMBOLSUFFIX to cblas prototypes
5 years ago
Martin Kroeker
ec0f228632
Add FFLAGS_DRV to the generated make.inc to fix lapack-test on x86_64 with icc/ifort
fixes #2552
5 years ago
Baptiste Daroussin
41e802443a
libname: treat FreeBSD and DragonFly like linux and sunos
There is no difference in the way libnames are handle between FreeBSD
and linux or sunos. FreeBSD and DragonFly prefers having sonames as well
5 years ago
Martin Kroeker
fe47dc8673
Add message highlighting minimum target choice at end of DYNAMIC_ARCH builds
related to #2526
5 years ago
Martin Kroeker
37d456f7e0
Merge pull request #2493 from martin-frbg/plainmake
Fix use of make vs $(MAKE) in building lapack-testing
5 years ago
l00546269
8a8df530e2
[OpenBLAS]:modifed the Makefile
[Description]: check the compiler version and show the detail info
5 years ago
Martin Kroeker
37f46f2fa0
Fix another spot where make was used instead of $(MAKE)
Broke lapack-testing on BSD as their default "make" does not support GNU Makefile syntax
5 years ago
l00546269
13f9afbd99
[OpenBLAS]:modifed the Makefile
[Description]:add c/fortran compiler version information in final note
5 years ago
Martin Kroeker
375b1875c8
[WIP] Update LAPACK to 3.9.0 ( #2353 )
* Update make.inc entries for LAPACK 3.9.0
Reference-LAPACK PR 347 changed some variable names and relative paths
* Update LAPACK to 3.9.0
* Add new functions from LAPACK 3.9.0
* Add new functions from LAPACK 3.9.0
* Restore LOADER command
as it makes it easier to specify pthread as needed
* Restore LOADER
* Restore EIG/LIN prefixes in cmdbase
* add binary path to lapack_testing.py call
* Restore OpenMP version check
* Restore OpenMP version check
* Restore fix for out-of-bounds array accesses
from #2096
5 years ago
Isuru Fernando
b89d9762a2
Change install_name on osx to match linux
6 years ago
Martin Kroeker
26411acd56
Merge pull request #2148 from TiborGY/cpp_thread_test_2
Thread safety tester using C++11 threading (cleaned history)
6 years ago
TiborGY
1aded69821
hook up c++ thread safety test (main Makefile)
6 years ago
Martin Kroeker
940f38f6dd
Build and run utests in any case, they do their own checks for fortran availability
6 years ago
Martin Kroeker
25427926bc
Improve handling of NO_STATIC and NO_SHARED
to avoid surprises from defining either as zero. Fixes #2035 by addressing some concerns from #1422
6 years ago
TiborGY
c329de2931
Update Makefile
6 years ago
Martin Kroeker
c0d7cd3dac
Merge pull request #1799 from martin-frbg/issue1796
Handle conflicting usage of ARCH in at least some BSD environments
7 years ago
Martin Kroeker
697dc1baf8
Use override for ARCH in make.inc
in case a conflicting setting of ARCH (for architecture) gets pulled in from the environment
(originally suggested by dloghin in #1753 )
7 years ago
Zoltán Mizsei
6463bffd59
Haiku supporting patches
7 years ago
Martin Kroeker
cc92257ea6
Update Makefile
7 years ago
Martin Kroeker
2aba1b1658
Merge branch 'develop' into nofort
7 years ago
Martin Kroeker
8396e9e777
Handle NOFORTRAN=0
7 years ago
Martin Kroeker
092175cfec
Revert changes to NOFORTRAN handling from 952541e
7 years ago
Martin Kroeker
952541e840
Need to use filter-out to handle NOFORTRAN not set
7 years ago