Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn/files: 2.1.3_1-dynamics.patch 2.1.3_1-parallel.patch
Date: Thu, 18 Feb 2010 21:47:22
Message-Id: E1NiEDF-0005bB-QD@stork.gentoo.org
1 jlec 10/02/18 21:47:09
2
3 Added: 2.1.3_1-dynamics.patch 2.1.3_1-parallel.patch
4 Log:
5 Version Bump and cleaned up old ones
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/ccpn/files/2.1.3_1-dynamics.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-dynamics.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-dynamics.patch?rev=1.1&content-type=text/plain
13
14 Index: 2.1.3_1-dynamics.patch
15 ===================================================================
16 diff --git a/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs b/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
17 index 8f56168..4490407 100755
18 --- a/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
19 +++ b/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
20 @@ -5,7 +5,7 @@ ln -s ../../../c/ccpnmr/analysis/ContourFile.so ContourFile.so
21 ln -s ../../../c/ccpnmr/analysis/ContourLevels.so ContourLevels.so
22 ln -s ../../../c/ccpnmr/analysis/ContourStyle.so ContourStyle.so
23 ln -s ../../../c/ccpnmr/analysis/PeakCluster.so PeakCluster.so
24 -ln -s ../../../c/ccpnmr/analysis/PeakClusterList.so PeakClusterList.so
25 +#ln -s ../../../c/ccpnmr/analysis/PeakClusterList.so PeakClusterList.so
26 ln -s ../../../c/ccpnmr/analysis/PeakList.so PeakList.so
27 ln -s ../../../c/ccpnmr/analysis/SliceFile.so SliceFile.so
28 ln -s ../../../c/ccpnmr/analysis/WinPeakList.so WinPeakList.so
29
30
31
32 1.1 sci-chemistry/ccpn/files/2.1.3_1-parallel.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-parallel.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-parallel.patch?rev=1.1&content-type=text/plain
36
37 Index: 2.1.3_1-parallel.patch
38 ===================================================================
39 diff --git a/ccpnmr2.1/c/Makefile b/ccpnmr2.1/c/Makefile
40 index 9fa8500..7a1a186 100644
41 --- a/ccpnmr2.1/c/Makefile
42 +++ b/ccpnmr2.1/c/Makefile
43 @@ -7,16 +7,16 @@ compile: global structure analysis clouds dynamics
44 global:
45 cd memops/global && $(MAKE)
46
47 -structure:
48 +structure: global
49 cd ccp/structure && $(MAKE)
50
51 -analysis:
52 +analysis: global
53 cd ccpnmr/analysis && $(MAKE)
54
55 -clouds:
56 +clouds: global
57 cd ccpnmr/clouds && $(MAKE)
58
59 -dynamics:
60 +dynamics: global
61 cd ccpnmr/dynamics && $(MAKE)
62
63 clean: global_clean structure_clean analysis_clean clouds_clean dynamics_clean