Skip to content

Commit

Permalink
use github-hosted boost archive
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill authored and supermerill committed Jun 22, 2020
1 parent 91f10d4 commit 29b5390
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deps/deps-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")

include("deps-unix-common.cmake")

#https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz
ExternalProject_Add(dep_boost
EXCLUDE_FROM_ALL 1
URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
URL "https://github.com/supermerill/SuperSlicer_deps/releases/download/0.4/boost_1_70_0.tar.gz"
URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion deps/deps-macos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include("deps-unix-common.cmake")

ExternalProject_Add(dep_boost
EXCLUDE_FROM_ALL 1
URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
URL "https://github.com/supermerill/SuperSlicer_deps/releases/download/0.4/boost_1_70_0.tar.gz"
URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion deps/deps-mingw.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include("deps-unix-common.cmake")

ExternalProject_Add(dep_boost
EXCLUDE_FROM_ALL 1
URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
URL "https://github.com/supermerill/SuperSlicer_deps/releases/download/0.4/boost_1_70_0.tar.gz"
URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND bootstrap.bat
Expand Down
2 changes: 1 addition & 1 deletion deps/deps-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endmacro()

ExternalProject_Add(dep_boost
EXCLUDE_FROM_ALL 1
URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
URL "https://github.com/supermerill/SuperSlicer_deps/releases/download/0.4/boost_1_70_0.tar.gz"
URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND bootstrap.bat
Expand Down

0 comments on commit 29b5390

Please sign in to comment.