diff options
author | 2008-07-07 07:17:30 +0000 | |
---|---|---|
committer | 2008-07-07 07:17:30 +0000 | |
commit | 1074f65058d126d449810745654fed9befa741b7 (patch) | |
tree | f592617fbcd57f089e4fa96b6db85716712e7918 /sci-chemistry/psi/files | |
parent | Remove old versions. (diff) | |
download | gentoo-2-1074f65058d126d449810745654fed9befa741b7.tar.gz gentoo-2-1074f65058d126d449810745654fed9befa741b7.tar.bz2 gentoo-2-1074f65058d126d449810745654fed9befa741b7.zip |
(#202980) Bump. Add a gcc-4.3 patch, pull in the latest libint, keyword ~amd64, add src_test() to call the test suite.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
Diffstat (limited to 'sci-chemistry/psi/files')
-rw-r--r-- | sci-chemistry/psi/files/3.3.0-gcc-4.3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-chemistry/psi/files/3.3.0-gcc-4.3.patch b/sci-chemistry/psi/files/3.3.0-gcc-4.3.patch new file mode 100644 index 000000000000..1eed612978a1 --- /dev/null +++ b/sci-chemistry/psi/files/3.3.0-gcc-4.3.patch @@ -0,0 +1,14 @@ +--- psi3.orig/src/bin/intder/params.cc 2008-07-06 23:46:56.000000000 -0700 ++++ psi3/src/bin/intder/params.cc 2008-07-06 23:48:41.000000000 -0700 +@@ -1,3 +1,4 @@ ++#include <cstring> + #include "params.h" + #include "displacements.h" + #include "intco.h" +--- psi3.orig/src/bin/intder/read_geom.cc 2008-07-06 23:46:56.000000000 -0700 ++++ psi3/src/bin/intder/read_geom.cc 2008-07-06 23:48:56.000000000 -0700 +@@ -1,3 +1,4 @@ ++#include <cstring> + #include <stdio.h> + #include <stdlib.h> + #include "displacements.h" |