public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/vmd: metadata.xml ChangeLog vmd-1.9.ebuild
@ 2012-01-10 13:49 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-01-10 13:49 UTC (permalink / raw
  To: gentoo-commits

jlec        12/01/10 13:49:48

  Modified:             metadata.xml ChangeLog vmd-1.9.ebuild
  Log:
  Enhance nofetch msg, fix compilation with USE=cuda and gcc != 4.4*, thanks xarthisius for the help
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/vmd/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	20 Jul 2011 16:58:14 -0000	1.6
+++ metadata.xml	10 Jan 2012 13:49:48 -0000	1.7
@@ -7,9 +7,9 @@
 	</maintainer>
 	<herd>sci-chemistry</herd>
 	<use>
-		<flag name='msms'>Add support for MSMS SAS calcualtion tool</flag>
-		<flag name='povray'>Add support for povray raytracer for HQ	images</flag>
-		<flag name='tachyon'>Add support for tachyon raytracer for HQ images</flag>
-		<flag name='cuda'>Use nvidia cuda toolkit for speeding up computations</flag>
+		<flag name="msms">Add support for MSMS SAS calcualtion tool</flag>
+		<flag name="povray">Add support for povray raytracer for HQ	images</flag>
+		<flag name="tachyon">Add support for tachyon raytracer for HQ images</flag>
+		<flag name="cuda">Use nvidia cuda toolkit for speeding up computations</flag>
 	</use>
 </pkgmetadata>



1.43                 sci-chemistry/vmd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	20 Jul 2011 16:58:14 -0000	1.42
+++ ChangeLog	10 Jan 2012 13:49:48 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/vmd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.42 2011/07/20 16:58:14 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.43 2012/01/10 13:49:48 jlec Exp $
+
+  10 Jan 2012; Justin Lecher <jlec@gentoo.org> vmd-1.9.ebuild, metadata.xml:
+  Enhance nofetch msg, fix compilation with USE=cuda and gcc != 4.4*, thanks
+  xarthisius for the help
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #105599



1.7                  sci-chemistry/vmd/vmd-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?r1=1.6&r2=1.7

Index: vmd-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vmd-1.9.ebuild	15 Jun 2011 08:29:15 -0000	1.6
+++ vmd-1.9.ebuild	10 Jan 2012 13:49:48 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.6 2011/06/15 08:29:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.7 2012/01/10 13:49:48 jlec Exp $
 
 EAPI="3"
 
@@ -57,8 +57,9 @@
 pkg_nofetch() {
 	elog "Please download ${P}.src.tar.gz from"
 	elog "${VMD_DOWNLOAD}"
-	elog "after agreeing to the license and then move it to "
-	elog "${DISTDIR}"
+	elog "after agreeing to the license and get"
+	elog "http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
+	elog "Place both in ${DISTDIR}"
 }
 
 src_prepare() {
@@ -117,8 +118,11 @@
 #		-e "s:gentoo-numpy-include:${EPREFIX}$(python_get_sitedir)/${NUMPY_INCLUDE}:" \
 #		-i configure || die "failed setting up python"
 
+	local gcc44_bindir="$(ls -d ${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/4.4*)"
+
 	sed \
 		-e "s:gentoo-cuda-lib:${EPREFIX}/opt/cuda/$(get_libdir):g" \
+		-e "/^\$arch_nvccflags/s:=:= \"--compiler-bindir=${gcc44_bindir} \" . \n:1" \
 		-i configure || die
 
 	sed \






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

only message in thread, other threads:[~2012-01-10 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 13:49 [gentoo-commits] gentoo-x86 commit in sci-chemistry/vmd: metadata.xml ChangeLog vmd-1.9.ebuild 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