Albert Ziegenhagel
6b731d917f
Do not require pkg-config to generate the *.pc file
Generating the pkg-config file does not actually depend on pkg-config being available.
5 years ago
Martin Kroeker
6794ac3415
Add SYMBOLPREFIX and/or -SUFFIX to cblas.h if needed
5 years ago
Martin Kroeker
d4a0299e16
Do not build lapack-test on MSVC for now (same as with BLAS test)
5 years ago
Martin Kroeker
1d63631afe
Add lapack-test
5 years ago
Martin Kroeker
1c53e1366d
Increment version to 0.3.10.dev
5 years ago
Martin Kroeker
95dbeff66d
Merge branch 'release-0.3.0' into develop
5 years ago
Martin Kroeker
1eb1979050
Increment version to 0.3.10.dev
5 years ago
Martin Kroeker
909897f13b
Document option USE_LOCKING
5 years ago
Martin Kroeker
5dd14e3d48
Make building the bfloat16 functions conditional on option BUILD_HALF ( #2590 )
* make building the bfloat16 BLAS functions conditional on BUILD_HALF
* pass the BUILD_HALF option to gensymbol
* Pass BUILD_HALF as a compiler define for dynamic_arch builds
5 years ago
Martin Kroeker
239282d5e2
Use CMAKE_SHARED_LINKER_FLAGS to pass MSVC linker option
target_link_libraries does not work here according to issue 2472
5 years ago
Rajalakshmi Srinivasaraghavan
22bb50fb81
cmake fixes
5 years ago
Martin Kroeker
960dec234f
Version 0.3.9
5 years ago
Martin Kroeker
f03dd23e90
Increment version to 0.3.9.dev
5 years ago
Martin Kroeker
fa93d63365
Merge branch 'release-0.3.0' into develop
5 years ago
Martin Kroeker
7b6808b69c
Increment version to 0.3.8.dev
6 years ago
Martin Kroeker
ebe2f47a0f
Set version to 0.3.7
6 years ago
Martin Kroeker
9086543f50
Utest needs CBLAS but not necessarily FORTRAN
6 years ago
Martin Kroeker
a3d4c65d62
Add NO_AFFINITY to available options on Linux, and set it to ON
to match the gmake default. Fixes second part of #2114
6 years ago
Martin Kroeker
e4864a8933
Fix module definition conflicts between LAPACK and ReLAPACK
for #2043
6 years ago
Martin Kroeker
3d155cff83
Merge pull request #1981 from edisongustavo/develop
Fix include directory of exported targets
6 years ago
Edison Gustavo Muenz
e908ac2a51
Fix include directory of exported targets
6 years ago
Martin Kroeker
f0d834b824
Use VERSION_LESS for comparisons involving software version numbers
6 years ago
Daniel Cohen Gindi
63bbd7b0d7
Better support for MSVC/Windows in CMake
6 years ago
Martin Kroeker
2940798ea7
Increment version to 0.3.6.dev
6 years ago
Martin Kroeker
93fa6b7b76
Increment version to 0.3.5.dev
6 years ago
Martin Kroeker
b028960aba
Merge branch 'release-0.3.0' into develop
6 years ago
Martin Kroeker
474f7e9583
Add SYMBOLPREFIX and -SUFFIX options and improve help output
7 years ago
Martin Kroeker
2982ce505d
Update version to 0.3.4.dev
7 years ago
Martin Kroeker
3197f86762
Version 0.3.3
7 years ago
Scott Thornton
2a9a9389ef
Added target_include_directories()
7 years ago
Scott Thornton
8ebf541e97
Set EXPORT_NAME to match OpenBLASConfig.cmake
7 years ago
Martin Kroeker
2cc8fb0ad2
Set version to 0.3.3.dev
7 years ago
Martin Kroeker
64826a0d7d
Merge branch 'release-0.3.0' into develop
7 years ago
Martin Kroeker
1392eba488
set version number to 0.3.2.dev
7 years ago
Martin Kroeker
e6d7711199
remove dev suffix from version number
7 years ago
Martin Kroeker
e65f451409
include CMakePackageConfigHelpers
7 years ago
Martin Kroeker
0bea6bb9e7
Create OpenBLASConfig.cmake from cmake as well
7 years ago
Martin Kroeker
5fae96fb70
Update version to 0.3.1.dev
7 years ago
xoviat
b3f24c9664
CMake: Use the correct library name on windows
FindBLAS and FindLAPACK don't correctly detect the OpenBLAS library
name on windows. I am unsure why this was originally set this way, but
it has caused me some trouble.
7 years ago
Martin Kroeker
9381ac2748
Explicitly link against libm on Android with cmake as well
Patch from #1384
7 years ago
Ian Henriksen
72956e8950
Build MATGEN LAPACK routines by default when building with CMake.
8 years ago
Martin Kroeker
78cec6209c
Add ReLAPACK option
8 years ago
Sacha
ef64991506
Clean up config file writing.
8 years ago
Sacha
7a867082d8
Fix open_blas.config which was never working out-of-source. Remove need for gen_config_h.exe. If OpenMP is requested, do not silently ignore when it isn't available.
8 years ago
Sacha Refshauge
a1b87eac6b
Do not require Perl for MSVC if CMake >= 3.4
8 years ago
Sacha Refshauge
47ebce4d1a
Clean up, fix old typos. Simplify arch usages. Move system arch check to earlier position.
8 years ago
Sacha Refshauge
b9ec72546c
Only run utest without NOFORTRAN, same as Makefile. Linux now compiles.
8 years ago
Sacha Refshauge
6aac06587d
Fix typos and use CMake OpenMP support.
8 years ago
7c1acc07f0
Fix bug that required fortran. Fix bug that needed CXX var. Remove redundant set vars. Fix threading detection. Do not attempt to run code if cross compiling.
8 years ago
38d273ea03
Drop some redundant vars and improve arch detection in CMake.
8 years ago