Skip to content

Commit

Permalink
Improve messages on the testBLAS tester.
Browse files Browse the repository at this point in the history
Also, update BLAS++ and LAPACK++ to add bug fixes.
See icl-utk-edu/lapackpp#44.
  • Loading branch information
weslleyspereira committed Oct 10, 2023
1 parent fa719d3 commit c7d2dc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ include(FetchContent)
FetchContent_Declare(
blaspp
GIT_REPOSITORY https://github.com/icl-utk-edu/blaspp
GIT_TAG f8f983d5b45a8f366aae41fbe9888b14cbae20f8 # v2023.08.25
GIT_TAG 91dd418fa910498cc03dee397826099914cc3185 # v2023.10.09
)
FetchContent_Declare(
lapackpp
GIT_REPOSITORY https://github.com/icl-utk-edu/lapackpp
GIT_TAG 62680a16a9aba2a426e3d089dd13e18bfd140c74 # v2023.08.25
GIT_TAG 88088c33cd9467475e8f139f42d158620f11e64d # v2023.10.09
)
FetchContent_Declare(
testBLAS
GIT_REPOSITORY https://github.com/tlapack/testBLAS
GIT_TAG 3693e5feb8cba5b31bc67ab67ef2fd68029331fb # v2023.08.30
GIT_TAG 504ea500b40108b80c6f9134bf6a72cde8795455 # v2023.10.10
)

# Allow setting a prefix for the library names
Expand Down Expand Up @@ -885,7 +885,7 @@ if(RUN_testBLAS)
COMMAND ${CMAKE_COMMAND}
--build "${testblas_BINARY_DIR}"
--target testBLAS
COMMAND "${testblas_BINARY_DIR}/testBLAS"
COMMAND "${testblas_BINARY_DIR}/testBLAS" --reporter Automake
WORKING_DIRECTORY "${testblas_BINARY_DIR}" )
add_dependencies(run-testBLAS blaspp)
endif()

0 comments on commit c7d2dc2

Please sign in to comment.