Skip to content

Commit 488573f

Browse files
authored
Merge pull request #2910 from andrew-platt/b/cmake_lapack_externalproject
CMake: update location of external lapack
2 parents 89fe563 + 21b69b8 commit 488573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if (USE_LOCAL_STATIC_LAPACK)
142142
set(LAPACK_LIB_PATH ${CMAKE_BINARY_DIR}/dependencies/src/lapack-build/lib/${CMAKE_STATIC_LIBRARY_PREFIX}lapack${CMAKE_STATIC_LIBRARY_SUFFIX})
143143
include(ExternalProject)
144144
ExternalProject_Add(lapack
145-
URL http://www.netlib.org/lapack/lapack.tgz
145+
URL https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.1.tar.gz
146146
CMAKE_ARGS
147147
-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_SOURCE_DIR}/install
148148
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON

0 commit comments

Comments
 (0)