Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gamess/files: gamess-neo-fix.patch
Date: Sun, 23 Jan 2011 12:43:08
Message-Id: 20110123124259.7FE8F20057@flycatcher.gentoo.org
1 alexxy 11/01/23 12:42:59
2
3 Added: gamess-neo-fix.patch
4 Log:
5 [sci-chemistry/gamess] Fix neo build
6
7 (Portage version: 2.2.0_alpha18_p3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/gamess/files/gamess-neo-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/files/gamess-neo-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/files/gamess-neo-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: gamess-neo-fix.patch
16 ===================================================================
17 diff -urN gamess.orig/qmnuc/neo/neogrd.src gamess/qmnuc/neo/neogrd.src
18 --- gamess.orig/qmnuc/neo/neogrd.src 2010-06-16 22:46:15.000000000 +0400
19 +++ gamess/qmnuc/neo/neogrd.src 2011-01-23 15:35:56.000000000 +0300
20 @@ -1435,20 +1435,10 @@
21 C
22 DO 790 IC = 1,MAXIC
23 IF(ICHARM.EQ.0) THEN
24 - IF(IC.LE.NAT) THEN
25 ZNUC = -ZAN(IC)
26 -C ZNUC = ZAN(IC)
27 CX = C(1,IC)
28 CY = C(2,IC)
29 CZ = C(3,IC)
30 - ELSE
31 - IAZ=IATSP(IC-NAT)
32 - ZNUC = -COSZAN(IC-NAT)
33 -C ZNUC = COSZAN(IC-NAT)
34 - CX = CORZAN(1,IC-NAT)
35 - CY = CORZAN(2,IC-NAT)
36 - CZ = CORZAN(3,IC-NAT)
37 - END IF
38 ELSE
39 ZNUC = -QCHM(ICHARM)
40 CX = XCHM(ICHARM)