mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Toolchain: Download ScalaPACK from cp2k.org (#5033)
This commit is contained in:
parent
1eed5c3895
commit
b60b5a3ee7
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ case "$with_scalapack" in
|
|||
echo "scalapack-${scalapack_ver} is already installed, skipping it."
|
||||
else
|
||||
require_env MATH_LIBS
|
||||
#retrieve_package "${scalapack_sha256}" "${scalapack_pkg}"
|
||||
download_pkg_from_urlpath "${scalapack_sha256}" "v2.2.3.tar.gz" https://github.com/Reference-ScaLAPACK/scalapack/archive/refs/tags "${scalapack_pkg}"
|
||||
retrieve_package "${scalapack_sha256}" "${scalapack_pkg}"
|
||||
echo "Installing from scratch into ${pkg_install_dir}"
|
||||
[ -d scalapack-${scalapack_ver} ] && rm -rf scalapack-${scalapack_ver}
|
||||
tar -xzf ${scalapack_pkg}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue