Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-03-24 13:39:10 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commitd4715e949299020c8c9825436bb348868d788503 (patch)
tree6cd324c7c6e0e4ada37bf10be78a3fbeea01c44a /deps
parentca69309fa4e66682f5049c1ab65ed2c217ab2b59 (diff)
Get Blosc from patched mirror
Diffstat (limited to 'deps')
-rw-r--r--deps/Blosc/Blosc.cmake13
1 files changed, 6 insertions, 7 deletions
diff --git a/deps/Blosc/Blosc.cmake b/deps/Blosc/Blosc.cmake
index ec8d0abc4..b6d34b5a6 100644
--- a/deps/Blosc/Blosc.cmake
+++ b/deps/Blosc/Blosc.cmake
@@ -7,14 +7,13 @@ else()
endif()
prusaslicer_add_cmake_project(Blosc
- # GIT_REPOSITORY https://github.com/Blosc/c-blosc.git
- # GIT_TAG e63775855294b50820ef44d1b157f4de1cc38d3e #v1.17.0
- URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip
- URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9
+ #URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip
+ #URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9
+ URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip
+ URL_HASH SHA256=b69a0f8a66e420b3b57e159cc56e3ced803d5de8dbe35dcebb4c54671fdc2e7a
DEPENDS ${ZLIB_PKG}
- PATCH_COMMAND #${GIT_EXECUTABLE} reset --hard && ${GIT_EXECUTABLE} clean -df &&
- #${GIT_EXECUTABLE} apply --whitespace=nowarn ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
- ${GIT_EXECUTABLE} apply --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
+ # Patching upstream does not work this way with git version 2.28 installed on mac worker
+ # PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_SHARED=${_build_shared}