From 117828d56bf97f3bcb150d5551bea7458b14c77f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 13 Jun 2022 15:56:16 +0200 Subject: [PATCH] eigen3: update download URL --- Compiler/eigen3/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Compiler/eigen3/build b/Compiler/eigen3/build index edf6aa0..c3efab1 100755 --- a/Compiler/eigen3/build +++ b/Compiler/eigen3/build @@ -2,8 +2,7 @@ # pbuild::add_to_group 'Compiler' -pbuild::set_download_url "http://bitbucket.org/eigen/eigen/get/${V_PKG}.tar.bz2" - +pbuild::set_download_url "https://gitlab.com/libeigen/$P/-/archive/${V_PKG}/$P-${V_PKG}.tar.bz2" pbuild::pre_configure() { export BOOST_ROOT="${BOOST_PREFIX}" pbuild::add_configure_args "-DUMFPACK_INCLUDES=${UMFPACK_INCLUDE_DIR}"