Use LAMMPS_THIRDPARTY_URL variable for EIGEN3_URL

This commit is contained in:
Richard Berger
2021-10-27 16:44:40 -04:00
parent 2e9cdfa6dc
commit 153e77864d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ SCAFACOS_FIX_URL="${LAMMPS_THIRDPARTY_URL}/scafacos-1.0.1-fix.diff"
GTEST_URL="https://github.com/google/googletest/archive/release-1.11.0.tar.gz"
YAML_URL="https://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz"
MATHJAX_URL="https://github.com/mathjax/MathJax/archive/3.1.3.tar.gz"
EIGEN3_URL="https://download.lammps.org/thirdparty/eigen-3.4.0.tar.gz"
EIGEN3_URL="${LAMMPS_THIRDPARTY_URL}/eigen-3.4.0.tar.gz"
CUB_URL="https://github.com/NVlabs/cub/archive/1.12.0.tar.gz"
KOKKOS_URL="https://github.com/kokkos/kokkos/archive/3.4.01.tar.gz"
KIM_URL="https://s3.openkim.org/kim-api/kim-api-2.2.1.txz"