public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn/files: 2.1.3_1-dynamics.patch 2.1.3_1-parallel.patch
@ 2010-02-18 21:47 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-18 21:47 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/18 21:47:09

  Added:                2.1.3_1-dynamics.patch 2.1.3_1-parallel.patch
  Log:
  Version Bump and cleaned up old ones
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/ccpn/files/2.1.3_1-dynamics.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-dynamics.patch?rev=1.1&view=markup
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

Index: 2.1.3_1-dynamics.patch
===================================================================
diff --git a/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs b/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
index 8f56168..4490407 100755
--- a/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
+++ b/ccpnmr2.1/python/ccpnmr/c/linkSharedObjs
@@ -5,7 +5,7 @@ ln -s ../../../c/ccpnmr/analysis/ContourFile.so ContourFile.so
 ln -s ../../../c/ccpnmr/analysis/ContourLevels.so ContourLevels.so
 ln -s ../../../c/ccpnmr/analysis/ContourStyle.so ContourStyle.so
 ln -s ../../../c/ccpnmr/analysis/PeakCluster.so PeakCluster.so
-ln -s ../../../c/ccpnmr/analysis/PeakClusterList.so PeakClusterList.so
+#ln -s ../../../c/ccpnmr/analysis/PeakClusterList.so PeakClusterList.so
 ln -s ../../../c/ccpnmr/analysis/PeakList.so PeakList.so
 ln -s ../../../c/ccpnmr/analysis/SliceFile.so SliceFile.so
 ln -s ../../../c/ccpnmr/analysis/WinPeakList.so WinPeakList.so



1.1                  sci-chemistry/ccpn/files/2.1.3_1-parallel.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/2.1.3_1-parallel.patch?rev=1.1&view=markup
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

Index: 2.1.3_1-parallel.patch
===================================================================
diff --git a/ccpnmr2.1/c/Makefile b/ccpnmr2.1/c/Makefile
index 9fa8500..7a1a186 100644
--- a/ccpnmr2.1/c/Makefile
+++ b/ccpnmr2.1/c/Makefile
@@ -7,16 +7,16 @@ compile: global structure analysis clouds dynamics
 global:
 	cd memops/global && $(MAKE)
 
-structure:
+structure: global
 	cd ccp/structure && $(MAKE)
 
-analysis:
+analysis: global
 	cd ccpnmr/analysis && $(MAKE)
 
-clouds:
+clouds: global
 	cd ccpnmr/clouds && $(MAKE)
 
-dynamics:
+dynamics: global
 	cd ccpnmr/dynamics && $(MAKE)
 
 clean: global_clean structure_clean analysis_clean clouds_clean dynamics_clean






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-18 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 21:47 [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn/files: 2.1.3_1-dynamics.patch 2.1.3_1-parallel.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox