Skip to content

Commit

Permalink
Remove reference libraries define from config header (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
npmiller authored Oct 9, 2024
1 parent ea19c29 commit c5ac41f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@
#cmakedefine ENABLE_ROCRAND_BACKEND
#cmakedefine ENABLE_ROCSOLVER_BACKEND
#cmakedefine BUILD_SHARED_LIBS
#cmakedefine REF_BLAS_LIBNAME "@REF_BLAS_LIBNAME@"
#cmakedefine REF_CBLAS_LIBNAME "@REF_CBLAS_LIBNAME@"

#endif
5 changes: 5 additions & 0 deletions tests/unit_tests/blas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
# SPDX-License-Identifier: Apache-2.0
#===============================================================================

# Add compile definitions for the reference libraries
add_compile_definitions(
REF_BLAS_LIBNAME="${REF_BLAS_LIBNAME}"
REF_CBLAS_LIBNAME="${REF_CBLAS_LIBNAME}")

add_subdirectory(level1)
add_subdirectory(level2)
add_subdirectory(level3)
Expand Down

0 comments on commit c5ac41f

Please sign in to comment.