diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-18 05:08:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-18 05:08:50 +0000 |
commit | fcd848c823e2386ba002a48392128a7a4f03ea84 (patch) | |
tree | 3164d4dec7bff24e731877b415d1eff805fa9646 /sci-physics/abinit/files | |
parent | Pull old version. (diff) | |
download | gentoo-2-fcd848c823e2386ba002a48392128a7a4f03ea84.tar.gz gentoo-2-fcd848c823e2386ba002a48392128a7a4f03ea84.tar.bz2 gentoo-2-fcd848c823e2386ba002a48392128a7a4f03ea84.zip |
Pull old version.
(Portage version: 2.1.2_pre3-r2)
(Unsigned Manifest commit)
Diffstat (limited to 'sci-physics/abinit/files')
5 files changed, 0 insertions, 82 deletions
diff --git a/sci-physics/abinit/files/5.1.3-fix-blas-lapack-check.patch b/sci-physics/abinit/files/5.1.3-fix-blas-lapack-check.patch deleted file mode 100644 index 0037929bfc14..000000000000 --- a/sci-physics/abinit/files/5.1.3-fix-blas-lapack-check.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -urN abinit-5.1.3.orig/config/scripts/make-macros-extlibs abinit-5.1.3/config/scripts/make-macros-extlibs ---- abinit-5.1.3.orig/config/scripts/make-macros-extlibs 2006-06-03 14:30:28.000000000 -0700 -+++ abinit-5.1.3/config/scripts/make-macros-extlibs 2006-06-03 14:54:11.000000000 -0700 -@@ -35,7 +35,7 @@ - # - EOF - --while read ext_arg ext_default ext_lib ext_hdr ext_mod; do -+while read ext_arg ext_default ext_lib ext_hdr ext_mod extra_libs; do - - ext_with="\${with_${ext_arg}_prefix}" - ext_enable="\${enable_${ext_arg}}" -@@ -145,7 +145,7 @@ - - dnl Look for library - ${ext_arg}_lib="${ext_with}/lib/lib${ext_lib}.a" -- ${ext_arg}_ldflags="-L${ext_with}/lib -l${ext_lib}" -+ ${ext_arg}_ldflags="-L${ext_with}/lib -l${ext_lib} ${extra_libs}" - if test ! -s "\${${ext_arg}_lib}"; then - build_${ext_arg}="yes" - fi -diff -urN abinit-5.1.3.orig/config/specs/extlibs.cf abinit-5.1.3/config/specs/extlibs.cf ---- abinit-5.1.3.orig/config/specs/extlibs.cf 2006-06-03 14:30:28.000000000 -0700 -+++ abinit-5.1.3/config/specs/extlibs.cf 2006-06-03 14:41:35.000000000 -0700 -@@ -1,5 +1,5 @@ --blas required blas --lapack required lapack -+blas required blas NONE NONE -lpthread -+lapack required lapack NONE NONE -lpthread - netcdf disabled netcdf netcdf.h netcdf.mod - nqxc disabled nqxc NONE nqxc.mod - xmlf90 disabled xmlf90 NONE flib_sax.mod diff --git a/sci-physics/abinit/files/change-default-directories.patch b/sci-physics/abinit/files/change-default-directories.patch deleted file mode 100644 index 47c915277420..000000000000 --- a/sci-physics/abinit/files/change-default-directories.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN abinit-5.0.1.orig/config/m4/init.m4 abinit-5.0.1/config/m4/init.m4 ---- abinit-5.0.1.orig/config/m4/init.m4 2005-12-11 06:56:09.000000000 -0800 -+++ abinit-5.0.1/config/m4/init.m4 2006-02-10 23:31:47.000000000 -0800 -@@ -132,9 +132,9 @@ - - debian) - abinit_prefix="/usr" -- abinit_bindir="/usr/lib/abinit/${ABINIT_VERSION_BASE}/bin" -+ abinit_bindir="/usr/bin" - abinit_datdir="/usr/share/abinit" -- abinit_docdir="/usr/share/doc/abinit/${ABINIT_VERSION_BASE}" -+ abinit_docdir="/usr/share/doc/abinit-${ABINIT_VERSION_BASE}" - abinit_libdir="/usr/lib/abinit/${ABINIT_VERSION_BASE}/lib" - abinit_incdir="/usr/include/abinit/${ABINIT_VERSION_BASE}" - abinit_mandir="/usr/share/man" -@@ -212,7 +212,7 @@ - ABINIT_VERSION_MICRO=`echo "${ABINIT_VERSION}" | cut -d. -f3` - ABINIT_VERSION_BUILD=`date '+%Y%m%d'` - -- ABINIT_VERSION_BASE="${ABINIT_VERSION_MAJOR}.${ABINIT_VERSION_MINOR}" -+ ABINIT_VERSION_BASE="${ABINIT_VERSION_MAJOR}.${ABINIT_VERSION_MINOR}.${ABINIT_VERSION_MICRO}" - - dnl Make numbers available to source files - AC_DEFINE_UNQUOTED(ABINIT_VERSION,"${ABINIT_VERSION}", diff --git a/sci-physics/abinit/files/digest-abinit-5.1.3 b/sci-physics/abinit/files/digest-abinit-5.1.3 deleted file mode 100644 index f5aeaf90157f..000000000000 --- a/sci-physics/abinit/files/digest-abinit-5.1.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9a984acd1c120b9f55c612225e4bf10c abinit-5.1.3.tar.gz 20319013 -RMD160 8cfbb5b1e08f9aec282bb3061d3ae8fea36d1f66 abinit-5.1.3.tar.gz 20319013 -SHA256 c46f60132d710b997eec477a0f3bb20185af3540b53e9352b7e3fed136c57940 abinit-5.1.3.tar.gz 20319013 diff --git a/sci-physics/abinit/files/fix-64bit-detection.patch b/sci-physics/abinit/files/fix-64bit-detection.patch deleted file mode 100644 index 25716dc22185..000000000000 --- a/sci-physics/abinit/files/fix-64bit-detection.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN abinit-5.1.2.orig/config/m4/init.m4 abinit-5.1.2/config/m4/init.m4 ---- abinit-5.1.2.orig/config/m4/init.m4 2006-05-23 23:09:03.000000000 -0700 -+++ abinit-5.1.2/config/m4/init.m4 2006-05-23 23:07:31.000000000 -0700 -@@ -137,7 +137,7 @@ - alpha*|powerpc*) - abi_cpu_model="${target_cpu}" - abi_cpu_64bits=`echo "${abi_cpu_model}" | grep 64` -- if test abi_cpu_64bits = ""; then -+ if test "${abi_cpu_64bits}" = ""; then - abi_cpu_64bits="no" - else - abi_cpu_64bits="yes" diff --git a/sci-physics/abinit/files/fix-test-tarball.patch b/sci-physics/abinit/files/fix-test-tarball.patch deleted file mode 100644 index 585a3c857b29..000000000000 --- a/sci-physics/abinit/files/fix-test-tarball.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- abinit-5.0.1.orig/tests/Makefile.am 2006-02-12 14:41:17.000000000 -0800 -+++ abinit-5.0.1/tests/Makefile.am 2006-02-12 14:41:41.000000000 -0800 -@@ -1756,7 +1756,7 @@ - tar cvf summary_tests.tar \ - fast/,,test*/fl* fast/,,test*/*out* \ - v*/,,test*/fl* v*/,,test*/*out* \ -- paral/,,test*/fl* paral/,,test*/*out* \ -+ paral/,,test*/fl* paral/,,test*/*out* - gzip --best summary_tests.tar - - # ---------------------------------------------------------------------------- # |