Skip to content

Commit

Permalink
gha/appimage: Use GCC 13 to build Talipot AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Oct 5, 2023
1 parent 1a64ab8 commit ea731e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundlers/linux/talipot_appimage_centos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ yum -y install fuse fuse-libs file
# needed for generating the doc
yum -y install doxygen graphviz

# install recent GCC
yum -y install gcc-toolset-13

# needed to build and run tests
yum -y install cppunit-devel xorg-x11-server-Xvfb

Expand All @@ -51,6 +54,8 @@ mkdir /talipot/build
cd /talipot/build

cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=/opt/rh/gcc-toolset-13/root/bin/gcc \
-DCMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-13/root/bin/g++ \
-DCMAKE_INSTALL_PREFIX=$PWD/install \
-DPython3_EXECUTABLE=/usr/bin/python3.11 \
-DTALIPOT_USE_CCACHE=ON \
Expand Down

0 comments on commit ea731e8

Please sign in to comment.