forked from ports/contrib
metis: adjust depends on line
This commit is contained in:
parent
becff9e975
commit
8646ca3737
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35BcG1cLZHv2v6Fx1O9/s6q0Hy+CW3QNAKScRJDKYcmicWInma0chUVA290Vq0OvMk9jC8VOV3ayUQakgWhG6wQ=
|
||||
SHA256 (Pkgfile) = 1b834c8146ed5cea682705ab3d0b3e67e64c965e7860d4628b39a5719b4f3c1f
|
||||
RWSagIOpLGJF35d86mvHKK7FLm2bor0QJxtt1sO1d/ALrJoerq92u0lDiqv6EGYhRW2v5HjJcb3anz1KeM4vVtzc/dxg26cYvwo=
|
||||
SHA256 (Pkgfile) = f9c60b2d8e5001cb3362c287e82ec5a56f327acbba48e02ede0b449cbeaf0293
|
||||
SHA256 (.footprint) = 3d34f65fbf731ab9f4581d194fe4015af60b645c43ce3f8f31e5b67b29cec71c
|
||||
SHA256 (v5.1.0-p10.tar.bz2) = ddcb99746a8795ebb9d9c020acc31b85fe696eb2992c9ee5ac7588074a503a4b
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices
|
||||
# URL: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: cmake
|
||||
# Depends on:
|
||||
|
||||
name=metis
|
||||
version=5.1.0-p10
|
||||
@ -9,8 +9,7 @@ release=1
|
||||
source=(https://bitbucket.org/petsc/pkg-metis/get/v$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
[[ -e /usr/bin/ninja ]] && PKGMK_METIS+=' -G Ninja'
|
||||
cmake -S petsc-pkg-metis-c8d2dc1e751e -B build $PKGMK_METIS \
|
||||
cmake -S petsc-pkg-metis-c8d2dc1e751e -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user