summarylogtreecommitdiffstats
path: root/petsc.install
diff options
context:
space:
mode:
authorMartin Diehl2021-09-17 16:35:07 +0200
committerMartin Diehl2021-09-17 16:35:07 +0200
commitc3e175bf0d8ae2de6674f7028f26d1c65eb0fbec (patch)
treedd73a7b41f1b26df631e50969582b11ced25385e /petsc.install
parent63cb3fe76ce49c5f6f55da2db2ba3aa0f554689d (diff)
downloadaur-c3e175bf0d8ae2de6674f7028f26d1c65eb0fbec.tar.gz
superfluous message
Diffstat (limited to 'petsc.install')
-rw-r--r--petsc.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/petsc.install b/petsc.install
index 9e0585eb5f97..6ed61dec4db8 100644
--- a/petsc.install
+++ b/petsc.install
@@ -1,19 +1,6 @@
post_install() {
-
source /etc/profile.d/petsc.sh
export PETSC_DIR=${PETSC_DIR}
-
-noVersion=${1%%-[1-9]}
-rootDir=${noVersion/_/-}
-
-cat << EOF
-
-If you just ran makepkg in this directory then
-to test the PETSc installation you can run:
-
-$ cd src/petsc-${rootDir}/; make PETSC_DIR=$PETSC_DIR test
-
-EOF
}
post_upgrade() {