diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-10-06 10:44:52 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-10-06 10:44:52 +0000 |
commit | 2f30809c4f5ff6812945921d60e61b8d2f8afa28 (patch) | |
tree | 3d0d0dcf6741b0432c5718eb0e0c5baf914155b7 /sci-chemistry/gamess/files | |
parent | Bump for #385137 (diff) | |
download | historical-2f30809c4f5ff6812945921d60e61b8d2f8afa28.tar.gz historical-2f30809c4f5ff6812945921d60e61b8d2f8afa28.tar.bz2 historical-2f30809c4f5ff6812945921d60e61b8d2f8afa28.zip |
[sci-chemistry/gamess] Fix bug #379973. Thanks to Florian D.
Package-Manager: portage-2.2.0_alpha61/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/gamess/files')
-rw-r--r-- | sci-chemistry/gamess/files/gamess-checktst.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-chemistry/gamess/files/gamess-checktst.patch b/sci-chemistry/gamess/files/gamess-checktst.patch new file mode 100644 index 000000000000..ee986d09d2ea --- /dev/null +++ b/sci-chemistry/gamess/files/gamess-checktst.patch @@ -0,0 +1,13 @@ +--- /usr/share/gamess/tests/checktst 2011-08-19 18:08:16.000000000 +0200 ++++ ./checktst 2011-08-20 00:45:59.613091738 +0200 +@@ -61,8 +61,8 @@ + setenv tolW 0.1 + setenv tolX 0.00001 + +-set script=$GMSPATH/tools/checktst/exam +-setenv chkabs $GMSPATH/tools/checktst/chkabs ++set script=./exam ++setenv chkabs ./chkabs + + # If we don't see the message about GAMESS exiting normally, + # then there is surely a mistake, and we want to focus the |