Skip to content

Commit

Permalink
Merge pull request #2710 from martin-frbg/cmake-lapacktest
Browse files Browse the repository at this point in the history
Add LAPACK-TESTING to the cmake build
  • Loading branch information
martin-frbg authored Jul 10, 2020
2 parents 3de80b3 + d4a0299 commit 009864e
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ cmake_minimum_required(VERSION 2.8.5)
project(OpenBLAS C ASM)
set(OpenBLAS_MAJOR_VERSION 0)
set(OpenBLAS_MINOR_VERSION 3)
set(OpenBLAS_PATCH_VERSION 10.dev)

set(OpenBLAS_PATCH_VERSION 9.dev)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")

# Adhere to GNU filesystem layout conventions
Expand Down Expand Up @@ -234,6 +233,7 @@ if (NOT MSVC AND NOT NOFORTRAN)
if(NOT NO_CBLAS)
add_subdirectory(ctest)
endif()
add_subdirectory(lapack-netlib/TESTING)
endif()

set_target_properties(${OpenBLAS_LIBNAME} PROPERTIES
Expand Down
Loading

0 comments on commit 009864e

Please sign in to comment.