Skip to content

Commit

Permalink
Restrain boost libraries to used ones
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jan 4, 2025
1 parent dbdabc3 commit e21aa80
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ jobs:
core.exportVariable('CCACHE_DEBUGDIR', String.raw`${{ github.workspace }}/ccache-debug`);
core.exportVariable('CCACHE_LOGFILE', String.raw`${{ github.workspace }}/ccache.log`);
- name: Update apt (Linux)
if: runner.os == 'Linux'
shell: bash
run: |
apt-get update -y
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down
35 changes: 35 additions & 0 deletions conan-profiles/conan-profile-common
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,38 @@ yasm/*
[options]
oidn/*:shared=True
embree3/*:with_tbb=False
# boost/*:without_atomic=True
boost/*:without_charconv=True
# boost/*:without_chrono=True
boost/*:without_cobalt=True
# boost/*:without_container=True
boost/*:without_context=True
boost/*:without_contract=True
boost/*:without_coroutine=True
# boost/*:without_date_time=True
# boost/*:without_exception=True
boost/*:without_fiber=True
# boost/*:without_filesystem=True
boost/*:without_graph=True
boost/*:without_graph_parallel=True
# boost/*:without_iostreams=True
boost/*:without_json=True
boost/*:without_locale=True
boost/*:without_log=True
boost/*:without_math=True
boost/*:without_mpi=True
boost/*:without_nowide=True
boost/*:without_process=True
# boost/*:without_program_options=True
boost/*:without_python=True
# boost/*:without_random=True
# boost/*:without_regex=True
# boost/*:without_serialization=True
boost/*:without_stacktrace=True
# boost/*:without_system=True
boost/*:without_test=True
# boost/*:without_thread=True
boost/*:without_timer=True
boost/*:without_type_erasure=True
boost/*:without_url=True
boost/*:without_wave=True

0 comments on commit e21aa80

Please sign in to comment.