From 51fcea4b0ae52692f820c319dad9bf7c7c98a1ff Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 2 Sep 2006 21:59:18 +0000 Subject: Upgrade to PETSc 2.3.2. There are no major interface changes, the minor changes are listed at --- math/petsc/files/patch-config_configure.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/petsc/files/patch-config_configure.py (limited to 'math/petsc/files/patch-config_configure.py') 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(): -- cgit v1.2.3