summaryrefslogtreecommitdiff
path: root/math/petsc/files/patch-config_configure.py
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-09-02 21:59:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-09-02 21:59:18 +0000
commit51fcea4b0ae52692f820c319dad9bf7c7c98a1ff (patch)
tree16118850eaddf6b90062b242114da693a08374f1 /math/petsc/files/patch-config_configure.py
parentNote removal of expired ports (diff)
Upgrade to PETSc 2.3.2.
There are no major interface changes, the minor changes are listed at <http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html>
Diffstat (limited to 'math/petsc/files/patch-config_configure.py')
-rw-r--r--math/petsc/files/patch-config_configure.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/petsc/files/patch-config_configure.py b/math/petsc/files/patch-config_configure.py
new file mode 100644
index 000000000000..401c406c11be
--- /dev/null
+++ b/math/petsc/files/patch-config_configure.py
@@ -0,0 +1,11 @@
+--- ./config/configure.py.orig Sat Sep 2 02:24:13 2006
++++ ./config/configure.py Sat Sep 2 23:23:33 2006
+@@ -97,7 +97,7 @@
+ print ' *** Do not run configure as root, or using sudo. ***'
+ print ' ***** That should be reserved for installation *****'
+ print '================================================================================='
+- sys.exit(3)
++ %%PACKAGE%%sys.exit(3)
+
+ # Check for broken cygwin
+ if chkcygwin():