Commit 59cf9fd
Feature/add libcurl dependency (#175)
* build: add libcurl-dev to Dockerfiles
OpenMS core library now uses libcurl instead of Qt Network for HTTP
operations. Add the development packages so the build can find
curl headers and libraries.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* build: add -fPIC to static libcurl build
Add CMAKE_POSITION_INDEPENDENT_CODE=ON to the curl cmake configuration.
Without this, the static libcurl.a contains position-dependent relocations
(R_X86_64_32S) that cannot be linked into libOpenMS.so, causing linker
failures on Linux wheel builds.
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>1 parent 3ab70e9 commit 59cf9fd
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments