You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: add libcurl to contrib build system
- Add CURL to BUILD_TYPE/VALID_BUILD_TYPES
- Add curl-8.12.1 source archive config (SHA256 validated)
- Add curl.cmake build macro with platform-native TLS backends
(Schannel on Windows, SecureTransport on macOS, OpenSSL on Linux)
- Add libcurl-dev packages to Dockerfiles
- Disable LDAP and libpsl in curl build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address PR review — fix curl build, integrate curl into Arrow S3
- Fix ZIP_ARGS quoting in curl.cmake (fixes Windows CI extraction failure)
- Use ${BUILD_SHARED_LIBRARIES} instead of hardcoded BUILD_SHARED_LIBS=ON
- Move CURL build before ARROW so Arrow can find contrib-built curl
- Enable ARROW_S3 with AWSSDK_SOURCE=BUNDLED to use contrib curl
- Align BUILD_TYPE help string with VALID_BUILD_TYPES (add EIGEN, HDF5)
- Consolidate Dockerfile yum installs with cache cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: timosachsenberg <sachsenb@ibminode05.Cs.Uni-Tuebingen.De>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: timosachsenberg <sachsenb@ibminode06.Cs.Uni-Tuebingen.De>
Copy file name to clipboardExpand all lines: CMakeLists.txt
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@
91
91
## - however: exec_process seems to handle our arguments incorrectly (at least on Windows). Check functionality before you commit!
92
92
93
93
# Determine what to build (all or single library)
94
-
set( BUILD_TYPE LIST CACHESTRING"Can be used to restrict building to a single library: ALL,LIBSVM,XERCESC,BOOST,COINOR,BZIP2,ZLIB,GLPK,KISSFFT,OPENMP,ARROW,LIBZIP")
set( BUILD_TYPE LIST CACHESTRING"Can be used to restrict building to a single library: ALL,LIBSVM,XERCESC,BOOST,COINOR,BZIP2,ZLIB,GLPK,EIGEN,KISSFFT,HDF5,OPENMP,ARROW,LIBZIP,CURL")
0 commit comments