Skip to content

Commit

Permalink
itk-git: update deps, build with gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hubutui committed May 13, 2024
1 parent d8c7570 commit 7db14a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archlinuxcn/itk-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends=(
makedepends=(
# castxml
cmake
gcc12
gcc13
git
gtest
python
Expand All @@ -51,8 +51,8 @@ build() {
-DBUILD_SHARED_LIBS=ON
-DBUILD_TESTING=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_COMPILER=g++-12
-DCMAKE_C_COMPILER=gcc-12
-DCMAKE_CXX_COMPILER=g++-13
-DCMAKE_C_COMPILER=gcc-13
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_SKIP_INSTALL_RPATH=ON
-DCMAKE_SKIP_RPATH=ON
Expand Down

0 comments on commit 7db14a4

Please sign in to comment.