Skip to content

Commit

Permalink
Switch to libboost-headers
Browse files Browse the repository at this point in the history
As we only need Boost headers in cuCIM, switch to the lighter weight
`libboost-headers` package from conda-forge. This way we only get the
headers and can skip the Boost libraries, which we don't use. Should
save some space during the build (and especially for users installing
the packages).
  • Loading branch information
jakirkham committed Aug 8, 2024
1 parent a9b6042 commit 924aa0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ channels:
- nvidia
dependencies:
- GPUtil>=1.4.0
- boost-cpp
- c-compiler
- catch2
- cli11
Expand All @@ -24,6 +23,7 @@ dependencies:
- jbig
- lazy_loader>=0.1
- libabseil
- libboost-headers
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
- libnvjpeg-dev=11.6.0.55
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ channels:
- nvidia
dependencies:
- GPUtil>=1.4.0
- boost-cpp
- c-compiler
- catch2
- cli11
Expand All @@ -25,6 +24,7 @@ dependencies:
- jbig
- lazy_loader>=0.1
- libabseil
- libboost-headers
- libcufile-dev
- libnvjpeg-dev
- libnvjpeg-static
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ requirements:
- libnvjpeg-dev
- libnvjpeg-static
{% endif %}
- boost-cpp
- catch2
- cli11
- fmt
- jbig
- libabseil
- libboost-headers
- libwebp-base
- nvtx-c >=3.1.0
- nlohmann_json
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ dependencies:
- wheel
- output_types: [conda]
packages:
- boost-cpp
- catch2
- cli11
- fmt
- libabseil
- libboost-headers
- nvtx-c >=3.1.0
- nlohmann_json
- pybind11
Expand Down

0 comments on commit 924aa0a

Please sign in to comment.