Skip to content

Commit

Permalink
Move uuid to ports (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 authored Oct 7, 2024
1 parent 8f9eb7f commit 2be863f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
workdir: docker
dockerfile: centos7-system-deps
cache: false
tags: 1.1.0
tags: 1.1.1

versions:
runs-on: ubuntu-latest
Expand All @@ -67,7 +67,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [ docker_publish, versions ]
container: 'antaresrte/xpansion-centos7:1.1.0'
container: 'antaresrte/xpansion-centos7:1.1.1'
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
ORTOOLS_DIR: $GITHUB_WORKSPACE/or-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install System
run: |
dnf install -y epel-release git wget rpm-build redhat-lsb-core
dnf install -y unzip libuuid-devel gcc-toolset-11-toolchain python3-devel zlib-devel
dnf install -y unzip gcc-toolset-11-toolchain python3-devel zlib-devel
#make gcc &co available system wide and "action wide"
source /opt/rh/gcc-toolset-11/enable
echo $PATH >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_centos_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
workdir: docker
dockerfile: centos7-system-deps
cache: false
tags: latest,1.1.0
tags: latest,1.1.1
3 changes: 1 addition & 2 deletions docker/centos7-system-deps
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN \
yum install -y wget git epel-release redhat-lsb-core gcc gcc-c++ make centos-release-scl scl-utils &&\
yum install -y devtoolset-11-gcc* environment-modules rpm-build zlib-devel &&\
yum install -y doxygen graphviz &&\
yum install -y install python3-devel && \
yum install -y libuuid-devel
yum install -y install python3-devel

RUN \
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm &&\
Expand Down
6 changes: 6 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "antares-xpansion",
"version-string": "1.3.2",
"$comment 1": "libuuid by transitivity for Simulator-> yuni",
"$comment 2": "sirius-solver by transitivity for Simulator",
"dependencies": [
"jsoncpp",
"gtest",
"gflags",
"sirius-solver",
"coin-or-cbc",
{
"name": "libuuid",
"platform": "!windows"
},
{
"name": "boost-mpi",
"version>=": "1.81.0"
Expand Down

0 comments on commit 2be863f

Please sign in to comment.