Skip to content

Commit

Permalink
scotch: clang and shared off
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Sep 28, 2024
1 parent e7bc0fb commit 5a00463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-scotch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgdesc='Graph partitioning and sparse matrix ordering package (mingw-w64)'
pkgver=7.0.5
pkgrel=1
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64')
url="https://www.labri.fr/perso/pelegrin/scotch/"
msys2_repository_url="https://gitlab.inria.fr/scotch/scotch"
license=('spdx:CECILL-C')
Expand Down Expand Up @@ -73,7 +73,7 @@ build() {
mkdir -p "${srcdir}"/build-${MSYSTEM}-shared-32 && cd "${srcdir}"/build-${MSYSTEM}-shared-32

msg2 "Build shared Scotch with 32-bit indexing"
_build_scotch "-DINTSIZE=32 -DBUILD_SHARED_LIBS=ON"
_build_scotch "-DINTSIZE=32 -DBUILD_SHARED_LIBS=OFF"

mkdir -p "${srcdir}"/build-${MSYSTEM}-static-64 && cd "${srcdir}"/build-${MSYSTEM}-static-64

Expand All @@ -83,7 +83,7 @@ build() {
mkdir -p "${srcdir}"/build-${MSYSTEM}-shared-64 && cd "${srcdir}"/build-${MSYSTEM}-shared-64

msg2 "Build shared Scotch with 64-bit indexing"
_build_scotch "-DINTSIZE=64 -DBUILD_SHARED_LIBS=ON"
_build_scotch "-DINTSIZE=64 -DBUILD_SHARED_LIBS=OFF"

}

Expand Down

0 comments on commit 5a00463

Please sign in to comment.