Skip to content

Commit

Permalink
explicit scipyopenblas
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 9, 2024
1 parent e85ef5f commit 6c6cf11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_lkcuda_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,16 @@ jobs:
- name: Build and run unit tests
run: |
cd main
SCIPYBLAS_lib=$(python -c "import scipy_openblas32; print(scipy_openblas32.get_lib_dir())")
echo "SCIPYBLAS_lib: ${SCIPYBLAS_lib}"
cmake . -BBuild -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_TESTS=ON \
-DENABLE_PYTHON=OFF \
-DSCIPY_OPENBLAS=$(python -c "import scipy_openblas32; print(scipy_openblas32.get_lib_dir())") \
-DSCIPY_OPENBLAS="${SCIPYBLAS_lib}" \
-DCMAKE_PREFIX_PATH=${{ github.workspace }}/Kokkos \
-DPL_BACKEND=${{ matrix.pl_backend }} \
-DCMAKE_CXX_COMPILER=$(which g++-$GCC_VERSION) \
-DENABLE_COVERAGE=ON
cmake --build ./Build --verbose
cd ./Build
Expand Down

0 comments on commit 6c6cf11

Please sign in to comment.