Skip to content

Commit

Permalink
Fix fblas declaration error (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 8, 2022
1 parent c4f5c17 commit 8ce640e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/BCLoad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ExternalProject_Add(openblas
set_target_properties(openblas PROPERTIES EXCLUDE_FROM_ALL TRUE)

ExternalProject_Add(fblas
GIT_REPOSITORY https://github.com/UCSantaCruzComputationalGenomicsLab/clapack
GIT_TAG 8bac8d5cd7aa8506b11cdb2cfa2ce8a2e03048f3
GIT_REPOSITORY https://github.com/EnzymeAD/clapack
GIT_TAG 42603bf49ac2b27a7c00c53f92fa648748476510
PREFIX fblas
BUILD_IN_SOURCE 1
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/openblas/install
Expand Down

0 comments on commit 8ce640e

Please sign in to comment.