Browse Source

fork utest depends on CBLAS

tags/v0.3.0^2
Martin Kroeker GitHub 7 years ago
parent
commit
625c74a38f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utest/CMakeLists.txt

+ 2
- 0
utest/CMakeLists.txt View File

@@ -25,6 +25,7 @@ endif ()

# known to hang with the native Windows and Android threads
# FIXME needs checking if this works on any of the other platforms
if (NOT NO_CBLAS)
if (NOT USE_OPENMP)
if (OS_CYGWIN_NT OR OS_LINUX)
set(OpenBLAS_utest_src
@@ -33,6 +34,7 @@ set(OpenBLAS_utest_src
)
endif()
endif()
endif()

if (NOT NO_LAPACK)
set(OpenBLAS_utest_src


Loading…
Cancel
Save