diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-05 01:50:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-05 01:50:55 +0000 |
commit | 7ab83b09f881c58ec65bbcacae04c6188569725e (patch) | |
tree | 41b21b104f627c70a472df3895dd9bdd09b6820e /dev-python/scientificpython | |
parent | Set SUPPORT_PYTHON_ABIS. Fix building of mpipython. (diff) | |
download | historical-7ab83b09f881c58ec65bbcacae04c6188569725e.tar.gz historical-7ab83b09f881c58ec65bbcacae04c6188569725e.tar.bz2 historical-7ab83b09f881c58ec65bbcacae04c6188569725e.zip |
Delete obsolete patch.
Package-Manager: portage-14184-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/scientificpython')
-rw-r--r-- | dev-python/scientificpython/Manifest | 1 | ||||
-rw-r--r-- | dev-python/scientificpython/files/scientificpython-mpi.patch | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/scientificpython/Manifest b/dev-python/scientificpython/Manifest index 5d4b5f85a4ef..0f9595105089 100644 --- a/dev-python/scientificpython/Manifest +++ b/dev-python/scientificpython/Manifest @@ -1,6 +1,5 @@ AUX scientificpython-2.8-mpi.patch 530 RMD160 9ce4b864391bae5ec5365af17b8199899191625d SHA1 f1f40e2f354ea2210d6070abba5fd38168712be3 SHA256 fc327506ebdfd5e3a7e5e1351b6575039748ff9d1650b0e64a9efa57b799dacc AUX scientificpython-2.9-mpi.patch 1176 RMD160 cad462654d528591ce8dbf185cf21c14a58c31e0 SHA1 1f327805854e76ac8123f2b4f9ac0ce4cf05375b SHA256 de665a5fbf474253a1fff8b5a929cd68165e5d6dd0d9e0fe52b4ecd39bedc43f -AUX scientificpython-mpi.patch 403 RMD160 fcb18d760d73bd5d250c597b344ec33c665aab90 SHA1 93b9b6ac9588c7c332f422a8a520ced116f94881 SHA256 a36550c0c01ecb3c7eced75be15c343ef65bf3fefc9cada1d2cbb3521ede50af DIST ScientificPython-2.8.tar.gz 559613 RMD160 0501829586253fe3986458529c436b6d93e6667f SHA1 c0847eac6359d70b0e4687c5c65af49b3986e55b SHA256 4de6c8d1b28526d0f2db02f30e99a28a8340ee4cc06fa0a5c0d4b20096806908 DIST ScientificPython-2.9.tar.gz 593720 RMD160 2533879b64fcb17027b11784fc0cff4351284c98 SHA1 60fb1ec7c31c86b7e7a068ccda780197e1e95ad8 SHA256 4ffc33f211b9dc811af0aa82b74453f73c7f415c04352ac1cef92b95b12b74be EBUILD scientificpython-2.8.ebuild 1584 RMD160 3c5248b8107fe26bbfcc8cd7306cd029b54aa4d3 SHA1 062066b26506f263c485f9f1f1fe2fbc5883740c SHA256 a1b3c0d7cd5e0cbb53617c066b4efc431f4c12ed980cb3489a9b4fa2b7c35afd diff --git a/dev-python/scientificpython/files/scientificpython-mpi.patch b/dev-python/scientificpython/files/scientificpython-mpi.patch deleted file mode 100644 index ee2e972f8f5d..000000000000 --- a/dev-python/scientificpython/files/scientificpython-mpi.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Src/MPI/compile.py.orig 2007-09-15 11:11:53.739580548 +0100 -+++ Src/MPI/compile.py 2007-09-15 11:12:49.798775179 +0100 -@@ -13,7 +13,7 @@ - sources='mpipython.c Scientific_mpi.c' - - --cmd = '%s %s -o mpipython -I%s %s -L%s -lpython%s %s %s' % \ -+cmd = '%s %s -o mpipython -I%s -I../../Include %s -L%s -lpython%s %s %s' % \ - (mpicompiler, - cfgDict['LINKFORSHARED'], - cfgDict['INCLUDEPY'], |