Skip to content

Commit

Permalink
Merge pull request jegonzal#181 from dato-code/update_uri
Browse files Browse the repository at this point in the history
Update deps URI
  • Loading branch information
Yucheng Low committed Dec 9, 2015
2 parents 3ceb09e + f60c710 commit b3ad978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ install(CODE "execute_process(COMMAND ./scripts/install_deps.sh
# https://bitbucket.org/eigen/eigen/
ExternalProject_Add(eigen
PREFIX ${GraphLab_SOURCE_DIR}/deps/eigen
URL https://s3-us-west-2.amazonaws.com/static.graphlab.com/PowerGraph/deps/eigen_3.1.2.tar.bz2
URL https://s3.amazonaws.com/static.dato.com/PowerGraph/deps/eigen_3.1.2.tar.bz2
URL_MD5 e9c081360dde5e7dcb8eba3c8430fde2
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down Expand Up @@ -432,7 +432,7 @@ if(NOT NO_JAVAC)
message(STATUS "Building libhdfs")
ExternalProject_Add(hadoop
PREFIX ${GraphLab_SOURCE_DIR}/deps/hadoop
URL https://s3-us-west-2.amazonaws.com/static.graphlab.com/PowerGraph/deps/hadoop-1.0.1.tar.gz
URL https://s3.amazonaws.com/static.dato.com/PowerGraph/deps/hadoop-1.0.1.tar.gz
# URL http://www.gtlib.gatech.edu/pub/apache/hadoop/common/hadoop-1.0.1/hadoop-1.0.1.tar.gz
URL_MD5 e627d9b688c4de03cba8313bd0bba148
UPDATE_COMMAND chmod +x <SOURCE_DIR>/src/c++/libhdfs/install-sh <SOURCE_DIR>/src/c++/libhdfs/configure
Expand Down

0 comments on commit b3ad978

Please sign in to comment.