Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Oct 16, 2024
1 parent da482d4 commit abf9c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-scotch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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=OFF"
_build_scotch "-DINTSIZE=32 -DBUILD_SHARED_LIBS=ON"

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

Expand All @@ -84,7 +84,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=OFF"
_build_scotch "-DINTSIZE=64 -DBUILD_SHARED_LIBS=ON"

}

Expand Down

0 comments on commit abf9c3a

Please sign in to comment.