summarylogtreecommitdiffstats
path: root/petsc.install
diff options
context:
space:
mode:
Diffstat (limited to 'petsc.install')
-rw-r--r--petsc.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/petsc.install b/petsc.install
index 061fa062d5f2..9e0585eb5f97 100644
--- a/petsc.install
+++ b/petsc.install
@@ -1,9 +1,7 @@
post_install() {
-# set the PETSC_DIR
source /etc/profile.d/petsc.sh
export PETSC_DIR=${PETSC_DIR}
-#export PETSC_ARCH=${PETSC_ARCH}
noVersion=${1%%-[1-9]}
rootDir=${noVersion/_/-}
@@ -21,5 +19,3 @@ EOF
post_upgrade() {
post_install
}
-
-# vim:set ts=2 sw=2 et: