Commit Graph

92 Commits

Author SHA1 Message Date
38d06d57a0 Deps libdir for libcurl on linux to land to the same directory
as openssl libraries.
Follow-up to 170650169c
2020-03-20 08:55:11 +01:00
170650169c Deps libdir for openssl on linux 2020-03-19 21:33:03 +01:00
d5149275b0 Hopefully fixing missing OpenSSL dependency of libcurl on Linux 64bit. 2020-03-19 20:48:53 +01:00
abdcc88e9a Add explicit flags for GMP and MPFR
Bump up arm version to 7

armv7-a has to be added as march, rpi4 fails to build with plain armv7
fixes #3847
2020-03-18 12:18:07 +01:00
e1ecf03e0c Revert "Fix minimum osx version not being specified for GMP and MPFR"
CXXFLAGS overrides default flags for gmp and mpfr
2020-03-17 08:55:51 +01:00
7118d77bea Fix minimum osx version not being specified for GMP and MPFR
put `env` before configure and the variables
addresses issue #3847
2020-03-16 15:15:46 +01:00
cb39f6b212 Use CheckAtomic differently 2020-01-23 17:20:02 +01:00
81b7f437da update openvdb build patch to solve latomic 2020-01-23 16:29:08 +01:00
fde0803a89 Upgrade GMP version (link errors similar to RPI) 2020-01-23 13:45:20 +01:00
63b0eec5a9 Merge branch 'master' into lm_tm_hollowing 2020-01-21 13:00:07 +01:00
053818d028 Fix MPFR being built as shared library 2020-01-21 10:12:45 +01:00
b3f15b1c98 Merge branch 'master' into lm_tm_hollowing 2019-12-20 10:33:53 +01:00
8f655242eb Fix for CGAL relocation fix. Wrong libdir was used. 2019-12-18 15:42:53 +01:00
4220124658 Add mpfr download mirror 2019-12-18 11:58:39 +01:00
9bf09e2874 Fix linking of OpenVDB in debug mode on multi conf generators. 2019-12-17 16:50:00 +01:00
17de6ff51a Fix linking of OpenVDB in debug mode on multi conf generators. 2019-12-17 16:26:06 +01:00
d349f24021 Fix CGAL config script being non-relocatable 2019-12-17 13:06:49 +01:00
c3214e9f86 Fix CGAL config script being non-relocatable 2019-12-17 13:05:18 +01:00
20e59cb0c7 Fix missing gmpxx from dep_GMP 2019-12-17 10:54:54 +01:00
c81b1fbbbd Fix missing gmpxx from dep_GMP 2019-12-17 10:51:31 +01:00
c26705ddad Try to fix deps build on win32 with forwarding CMAKE_GENERATOR_PLATFORM 2019-12-12 13:09:57 +01:00
4a931c037a Fix CGAL target name 2019-12-11 14:23:12 +01:00
e2bea1ed17 Merge branch 'tm_opencsg' 2019-12-11 14:04:04 +01:00
4282c57069 Fix zlib on msvc 2019-12-11 14:01:14 +01:00
4a4d8b4e26 Fix zlib dependencies and CMAKE_MODULE_PATH forwarding 2019-12-11 14:01:07 +01:00
5b67ce5105 Merge branch 'tm_opencsg' 2019-12-11 12:52:03 +01:00
38aa5cb437 Finding GLEW work in release and debug.
Make building in release and debug in one cmake run on msvc with the prusaslicer_add_cmake_project function.
2019-12-11 12:32:29 +01:00
bced486db3 GIT_TAG for deps-macos.cmake is changed to "v3.1.3-patched" 2019-12-11 10:32:50 +01:00
1cf057abbc Add dlls into bin rather than lib 2019-12-10 15:49:52 +01:00
784728bff8 Fix missing GLEW link to OpenCSG 2019-12-10 13:57:57 +01:00
b47869c4ac Register OpenCSG in deps 2019-12-10 13:51:53 +01:00
7ef4183d0f Fixes on the prusaslicer_add_cmake_project function 2019-12-10 13:46:04 +01:00
c6223e5d7c Add CGAL to ALL build 2019-12-10 12:52:28 +01:00
f94321e117 Add Unix builds for gmp and mpfr, downloading and configure for cgal 2019-12-10 12:50:52 +01:00
2cc45dbf21 Add cgal mpfr and gmp for msvc with prebuilt binaries. 2019-12-10 11:22:45 +01:00
1355efbb67 Add OpenCSG to deps (except for instant debug build with msvc) 2019-12-10 11:22:19 +01:00
e7838abddc WIP: Build on CentOS 6 2019-11-29 13:10:30 +01:00
77d6c97feb deps-linux newer openSSL 2019-11-26 12:30:43 +01:00
54357f846f Change blosc patching "checkout -f" to "reset --hard" 2019-11-18 12:09:46 +01:00
3b8ee78400 Use the upstream qhull with the macos patch instead of patching manually 2019-11-18 11:05:25 +01:00
cfc927b371 Fix qhull download 2019-11-18 10:59:58 +01:00
ab735bdc54 Follow up: fixing patches on windows 2019-11-18 09:35:26 +01:00
7baefdf79d Fix for deps patching 2019-11-18 10:04:32 +01:00
7a24f87c7f Fix deps build on Mac
Fix #2264
2019-11-11 15:44:12 +01:00
91829f9a35 Remove git update step from deps where patch is applied. 2019-11-01 15:33:36 +01:00
581bbc85d6 deps: Fix boost build on MacOS 2019-11-01 10:11:46 +01:00
89801f00c5 Add explicit ZLIB system package requirement on Unix systems.
We already depended on that but is wasn't stated in the deps script.
2019-10-30 18:08:16 +01:00
2e7ac3bfa6 fix openvdb dependency build bugs
Fixes for release only build of dependencies on windows


Omit blosc packing in deps build


Try to fix patching by reverting to git repos in download steps

Patching does not remove or rename files.
2019-10-30 17:22:10 +01:00
4554da29ab Add OpenVDB to dependencies
* Add Linux openvdb integration
* Add Mac openvdb integration and enable in ALL
* Create openvdb sandbox to test integration.
* Additional fixes in the patches
* Remove slabasebed sandbox as it has no relevance now
* Provide FindOpenVDB module and fix build issues
2019-10-25 13:15:21 +02:00
7e0199746e more clang warnings enabled, performance measuring
Succesfull build on mingw-w64


fix sandboxes


Mingw fixes and full parallel support tree gen.
2019-08-16 16:17:37 +02:00