summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-06 12:01:36 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-06 12:01:36 +0000
commit779e76a482559f405cf3acf6223543f316e5eb14 (patch)
tree804a517079dcdddb8d5fce8deed252665d1a0b4a /sci-libs/libint/files
parentCleaned up more tc stuff. (diff)
downloadgentoo-2-779e76a482559f405cf3acf6223543f316e5eb14.tar.gz
gentoo-2-779e76a482559f405cf3acf6223543f316e5eb14.tar.bz2
gentoo-2-779e76a482559f405cf3acf6223543f316e5eb14.zip
New library, used to evaluate integrals over Cartesian Gaussian functions. Useful in quantum chemistry. Is autodetected by sci-chemistry/mpqc now and used for very advanced methods, but hopefully will be able to fix that behavior soon.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-libs/libint/files')
-rw-r--r--sci-libs/libint/files/digest-libint-1.1.21
-rw-r--r--sci-libs/libint/files/dont-append-mcpu.patch16
2 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/libint/files/digest-libint-1.1.2 b/sci-libs/libint/files/digest-libint-1.1.2
new file mode 100644
index 000000000000..e8fd0804c7ea
--- /dev/null
+++ b/sci-libs/libint/files/digest-libint-1.1.2
@@ -0,0 +1 @@
+MD5 df23c63d46be7dd88a70a39e98f67d34 libint-1.1.2.tar.gz 376882
diff --git a/sci-libs/libint/files/dont-append-mcpu.patch b/sci-libs/libint/files/dont-append-mcpu.patch
new file mode 100644
index 000000000000..72b5e437051b
--- /dev/null
+++ b/sci-libs/libint/files/dont-append-mcpu.patch
@@ -0,0 +1,16 @@
+diff -urN libint-1.1.2.orig/configure libint-1.1.2/configure
+--- libint-1.1.2.orig/configure 2003-12-05 13:24:55.000000000 -0800
++++ libint-1.1.2/configure 2005-12-06 03:27:37.000000000 -0800
+@@ -3554,10 +3554,10 @@
+ cpu_arch_option="-mcpu=$target_cpu"
+ fi
+ if test X$GCC = Xyes; then
+- COPTIONS_MISC="$COPTIONS_MISC $cpu_arch_option"
++ COPTIONS_MISC="$COPTIONS_MISC"
+ fi
+ if test X$GXX = Xyes; then
+- CXXOPTIONS_MISC="$CXXOPTIONS_MISC $cpu_arch_option"
++ CXXOPTIONS_MISC="$CXXOPTIONS_MISC"
+ fi
+ echo "$as_me:3562: result: IA-32: $cpu_arch_option" >&5
+ echo "${ECHO_T}IA-32: $cpu_arch_option" >&6