Skip to content

Commit

Permalink
last actions for 2.0.0 tag (#20)
Browse files Browse the repository at this point in the history
* remove unused boost lib compilation

* [skip ci] use z option to create tar.gz

* add needed boost libs for boost test build
  • Loading branch information
jmkerloch authored Nov 12, 2021
1 parent 9161183 commit 073e64e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releasesCentos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create archive
run: |
tar cvfh rte-antares-deps-centos7-${{ matrix.buildtype }}-${{ matrix.build_name }}.tar.gz rte-antares-deps-${{ matrix.buildtype }}
tar cvfhz rte-antares-deps-centos7-${{ matrix.buildtype }}-${{ matrix.build_name }}.tar.gz rte-antares-deps-${{ matrix.buildtype }}
- name: Upload .deb
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releasesUbuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create archive
run: |
tar cvfh rte-antares-deps-${{ matrix.os }}-${{ matrix.buildtype }}-${{ matrix.build_name }}.tar.gz rte-antares-deps-${{ matrix.buildtype }}
tar cvfhz rte-antares-deps-${{ matrix.os }}-${{ matrix.buildtype }}-${{ matrix.build_name }}.tar.gz rte-antares-deps-${{ matrix.buildtype }}
- name: Upload .deb
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [OR-Tools](https://github.com/AntaresSimulatorTeam/or-tools/tree/rte_dev_sirius) (fork from [RTE](https://github.com/rte-france/or-tools/tree/rte_dev_sirius) based on official OR-Tools github)
- [wxWidgets](https://github.com/wxWidgets/wxWidgets)
(Only for the complete Antares Simulator solution with GUI)
- Boost libraries: test process filesystem regex dll (Only for unit tests)
- Boost libraries: test (Only for unit tests)

This repository is used to compile these libraries from sources.

Expand Down
9 changes: 0 additions & 9 deletions cmake/dependencies/boost/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,7 @@ ExternalProject_Add(
libs/numeric/conversion
libs/range
libs/system
libs/filesystem
libs/process
libs/dll
libs/concept_check
libs/tokenizer
libs/winapi
libs/optional
libs/fusion
libs/asio
libs/regex

# We set the following commands content (even with an empty string) : otherwise a default non convenient command is run.
UPDATE_COMMAND ${booststrap_script}
Expand Down

0 comments on commit 073e64e

Please sign in to comment.