1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Merge pull request #254 from fionnoh/bugfix/eigenMigration

Updated Eigen URL after migration to gitlab
This commit is contained in:
Antonin Portelli 2019-12-05 15:26:38 +00:00 committed by GitHub
commit a0b47cc0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2'
EIGEN_URL='https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.bz2'
echo "-- deploying Eigen source..."
ARC=`basename ${EIGEN_URL}`