diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-09-17 21:08:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-09-17 21:08:25 +0000 |
commit | a598ad2eb7147b779b4ca9a251dd9ac4c4d1f455 (patch) | |
tree | 6a6fc9d27e4d948b3f66b9c3445cad675d060c59 /math/petsc/files/patch-python::PETSc::packages::Spooles.py | |
parent | - Make sample configuration file respect PREFIX and LOCALBASE (diff) |
Upgrade to v2.3.0.
Notes
Notes:
svn path=/head/; revision=143030
Diffstat (limited to 'math/petsc/files/patch-python::PETSc::packages::Spooles.py')
-rw-r--r-- | math/petsc/files/patch-python::PETSc::packages::Spooles.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/petsc/files/patch-python::PETSc::packages::Spooles.py b/math/petsc/files/patch-python::PETSc::packages::Spooles.py deleted file mode 100644 index 2b4d626472c8..000000000000 --- a/math/petsc/files/patch-python::PETSc::packages::Spooles.py +++ /dev/null @@ -1,12 +0,0 @@ ---- ./python/PETSc/packages/Spooles.py.orig Wed Sep 22 02:45:51 2004 -+++ ./python/PETSc/packages/Spooles.py Tue Sep 28 23:09:00 2004 -@@ -71,7 +71,8 @@ - if 'with-'+self.package+'-lib' in self.framework.argDB: #~spooles-2.2/MPI/src/spoolesMPI.a ~spooles-2.2/spooles.a - lib = self.framework.argDB['with-'+self.package+'-lib'] - (lib_mpi,dummy) = os.path.split(lib) -- lib_mpi = os.path.join(lib_mpi,'MPI/src/spoolesMPI.a') -+ # FreeBSD: MPI is included in our spooles.a -+ #lib_mpi = os.path.join(lib_mpi,'MPI/src/spoolesMPI.a') - yield ('User specified '+self.PACKAGE+' library',lib_mpi,lib) - elif 'with-'+self.package+'-include' in self.framework.argDB: - dir = self.framework.argDB['with-'+self.package+'-include'] #~spooles-2.2 |