summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-07 13:00:53 +0000
committerTim Biermann <tbier@posteo.de>2020-06-07 16:12:35 +0000
commitf9245008134782a77c95a7d64aa8670745614198 (patch)
treecb001649dc50d7b4bbe4024ade0faa3453617a96
parent5baa6a5b9f9f5adae0fa4a5e6561931fe91b0694 (diff)
downloadcontrib-f9245008134782a77c95a7d64aa8670745614198.tar.gz
contrib-f9245008134782a77c95a7d64aa8670745614198.tar.xz
metis: 5.1.0 -> 5.1.0-p8
-rw-r--r--metis/.footprint10
-rw-r--r--metis/.signature8
-rw-r--r--metis/Pkgfile5
3 files changed, 10 insertions, 13 deletions
diff --git a/metis/.footprint b/metis/.footprint
index f62490073..c99567152 100644
--- a/metis/.footprint
+++ b/metis/.footprint
@@ -1,12 +1,8 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/cmpfillin
--rwxr-xr-x root/root usr/bin/gpmetis
--rwxr-xr-x root/root usr/bin/graphchk
--rwxr-xr-x root/root usr/bin/m2gmetis
--rwxr-xr-x root/root usr/bin/mpmetis
--rwxr-xr-x root/root usr/bin/ndmetis
drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/gklib_defs.h
+-rw-r--r-- root/root usr/include/gklib_rename.h
+-rw-r--r-- root/root usr/include/gklib_tls.h
-rw-r--r-- root/root usr/include/metis.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libmetis.so
diff --git a/metis/.signature b/metis/.signature
index 4d19d83f3..8f21413b9 100644
--- a/metis/.signature
+++ b/metis/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32FJUypS+0oRRIvm6xvnPMbKVdFw605KplcoSqyRMHALoIEQZiVA+5EoSHAtW8QD2fTE7JNjBOAxnEdAA65LAAo=
-SHA256 (Pkgfile) = e2ed52e992a9a613c13e1f9ab864998761c0bd897b4a2b60ae4077b1e2f96d50
-SHA256 (.footprint) = 35748513ff8e037388044b92c13b1ac4d7d5b1f5e0d8a93ecf4088752c724dc3
-SHA256 (metis-5.1.0.tar.gz) = 76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2
+RWSagIOpLGJF3+ptepGwDItVdE5R6iIzYm6AN6J3mwaD07djB4JqDBesT6Jql940kNBlMSnbPWYlymmZQvajnP1K9hTJIXDcBwk=
+SHA256 (Pkgfile) = 6be6f7c08d279a9a7c62bd2057e7f04fa2019d5ccaf2452934f77c9d4ea38420
+SHA256 (.footprint) = 3d34f65fbf731ab9f4581d194fe4015af60b645c43ce3f8f31e5b67b29cec71c
+SHA256 (v5.1.0-p8.tar.bz2) = d098b9909477aeefcc06604faa2953d6248833dcec6ede8971ea991e443fed01
diff --git a/metis/Pkgfile b/metis/Pkgfile
index a843e60a4..47d5a729c 100644
--- a/metis/Pkgfile
+++ b/metis/Pkgfile
@@ -4,11 +4,12 @@
# Depends on: cmake
name=metis
-version=5.1.0
+version=5.1.0-p8
release=1
-source=(http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/$name-$version.tar.gz)
+source=(https://bitbucket.org/petsc/pkg-metis/get/v$version.tar.bz2)
build() {
+ mv petsc-pkg-metis-* $name-$version
cd $name-$version
make config shared=1 prefix=/usr
make

Generated by cgit