Skip to content

Commit

Permalink
update openblas version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiweibo committed Apr 17, 2023
1 parent 8601859 commit 4ebbaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/openblas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include(ExternalProject)
set(CBLAS_PREFIX_DIR ${THIRD_PARTY_PATH}/openblas)
set(CBLAS_INSTALL_DIR ${THIRD_PARTY_PATH}/install/openblas)
set(CBLAS_REPOSITORY ${GIT_URL}/xianyi/OpenBLAS.git)
set(CBLAS_TAG v0.3.7)
set(CBLAS_TAG v0.3.18)
if(APPLE AND WITH_ARM)
set(CBLAS_TAG v0.3.13)
endif()
Expand Down

0 comments on commit 4ebbaba

Please sign in to comment.