Merge pull request #74 from bhundven/download_locations

comp_libs: Fix download locations for cloog and mpc
This commit is contained in:
Bryan Hundven 2015-04-26 17:43:35 -07:00
commit a6dc9fe553
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@ if [ "${CT_CLOOG}" = "y" ]; then
# Download CLooG
do_cloog_get() {
CT_GetFile "$(cloog_basename_version)" \
http://www.bastoul.net/cloog/pages/download
http://www.bastoul.net/cloog/pages/download \
ftp://gcc.gnu.org/pub/gcc/infrastructure
}
# Extract CLooG

View File

@ -13,7 +13,8 @@ if [ "${CT_MPC}" = "y" ]; then
# Download MPC
do_mpc_get() {
CT_GetFile "mpc-${CT_MPC_VERSION}" .tar.gz \
{http,ftp,https}://ftp.gnu.org/gnu/mpc
{http,ftp,https}://ftp.gnu.org/gnu/mpc \
http://www.multiprecision.org/mpc/download
}
# Extract MPC