Skip to content

Commit

Permalink
DO NOT MERGE edit blas-test and lapack-test
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Apr 29, 2024
1 parent 085a813 commit 73b6db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test_ports/blas-test/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
# Make sure BLAS can be found
vcpkg_cmake_configure(SOURCE_PATH "${CURRENT_PORT_DIR}"
OPTIONS -DVCPKG_HOST_TRIPLET=${HOST_TRIPLET})


2 changes: 2 additions & 0 deletions scripts/test_ports/lapack-test/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
# Make sure LAPACK can be found
vcpkg_cmake_configure(SOURCE_PATH "${CURRENT_PORT_DIR}"
OPTIONS -DVCPKG_HOST_TRIPLET=${HOST_TRIPLET})


0 comments on commit 73b6db1

Please sign in to comment.