From 073e64e203aeca19c62c7b2e9c8bc9f65ab200c8 Mon Sep 17 00:00:00 2001 From: jmkerloch <53606373+jmkerloch@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:52:00 +0100 Subject: [PATCH] last actions for 2.0.0 tag (#20) * remove unused boost lib compilation * [skip ci] use z option to create tar.gz * add needed boost libs for boost test build --- .github/workflows/releasesCentos.yml | 2 +- .github/workflows/releasesUbuntu.yml | 2 +- README.md | 2 +- cmake/dependencies/boost/CMakeLists.txt.in | 9 --------- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/releasesCentos.yml b/.github/workflows/releasesCentos.yml index a78cc1b..92b9f2d 100644 --- a/.github/workflows/releasesCentos.yml +++ b/.github/workflows/releasesCentos.yml @@ -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/upload-release-asset@v1.0.2 diff --git a/.github/workflows/releasesUbuntu.yml b/.github/workflows/releasesUbuntu.yml index 4c9d895..ea5e96d 100644 --- a/.github/workflows/releasesUbuntu.yml +++ b/.github/workflows/releasesUbuntu.yml @@ -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/upload-release-asset@v1.0.2 diff --git a/README.md b/README.md index 1545c85..b737de5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cmake/dependencies/boost/CMakeLists.txt.in b/cmake/dependencies/boost/CMakeLists.txt.in index 21871cf..482cf2e 100644 --- a/cmake/dependencies/boost/CMakeLists.txt.in +++ b/cmake/dependencies/boost/CMakeLists.txt.in @@ -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}