Martin Kroeker
f03dd23e90
Increment version to 0.3.9.dev
6 years ago
Martin Kroeker
fa93d63365
Merge branch 'release-0.3.0' into develop
6 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
7 years ago
Martin Kroeker
e4864a8933
Fix module definition conflicts between LAPACK and ReLAPACK
for #2043
7 years ago
Martin Kroeker
3d155cff83
Merge pull request #1981 from edisongustavo/develop
Fix include directory of exported targets
7 years ago
Edison Gustavo Muenz
e908ac2a51
Fix include directory of exported targets
7 years ago
Martin Kroeker
f0d834b824
Use VERSION_LESS for comparisons involving software version numbers
7 years ago
Daniel Cohen Gindi
63bbd7b0d7
Better support for MSVC/Windows in CMake
7 years ago
Martin Kroeker
2940798ea7
Increment version to 0.3.6.dev
7 years ago
Martin Kroeker
93fa6b7b76
Increment version to 0.3.5.dev
7 years ago
Martin Kroeker
b028960aba
Merge branch 'release-0.3.0' into develop
7 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
8 years ago
Martin Kroeker
e6d7711199
remove dev suffix from version number
8 years ago
Martin Kroeker
e65f451409
include CMakePackageConfigHelpers
8 years ago
Martin Kroeker
0bea6bb9e7
Create OpenBLASConfig.cmake from cmake as well
8 years ago
Martin Kroeker
5fae96fb70
Update version to 0.3.1.dev
8 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.
8 years ago
Martin Kroeker
9381ac2748
Explicitly link against libm on Android with cmake as well
Patch from #1384
8 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
7242cdc4ec
Allow CMake to determine if it is building static or shared.
8 years ago
90a4dab501
Let CMake deal with build type.
8 years ago
Isuru Fernando
6f83004252
Test DYNAMIC_ARCH on appveyor
8 years ago
Isuru Fernando
d798487213
Fixes for dynamic_arch. almost there
8 years ago
Isuru Fernando
4260215adf
Support DYNAMIC_ARCH with cmake
8 years ago
Isuru Fernando
8381591f56
No need of a temp file for f77blas.h
8 years ago
Isuru Fernando
c9c13a8a0c
Fix installing cblas.h and fix tabs
8 years ago
Isuru Fernando
7a96499b29
Don't change timestamps
8 years ago
Zhang Xianyi
a797666fbe
Bump develop version for 0.3.0.
8 years ago
Zhang Xianyi
27a9df6477
Update doc for 0.2.20 version.
8 years ago
Neil Shipp
34513be726
Add Microsoft Windows 10 UWP build support
9 years ago
Neil Shipp
5de7727cc7
Reorder dependencies to allow in-place build to succeed the first time.
9 years ago