public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/openmm: openmm-4.1.1.ebuild ChangeLog
@ 2012-12-26 18:48 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-12-26 18:48 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/12/26 18:48:20

  Modified:             openmm-4.1.1.ebuild ChangeLog
  Log:
  fixed cmake options
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  sci-libs/openmm/openmm-4.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?r1=1.1&r2=1.2

Index: openmm-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmm-4.1.1.ebuild	30 Nov 2012 20:45:20 -0000	1.1
+++ openmm-4.1.1.ebuild	26 Dec 2012 18:48:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.1 2012/11/30 20:45:20 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.2 2012/12/26 18:48:19 ottxor Exp $
 
 EAPI="5"
 
@@ -33,9 +33,12 @@
 
 src_configure() {
 	mycmakeargs=(
+		$(cmake-utils_use cuda OPENMM_BUILD_CUDA_LIB)
+		$(cmake-utils_use opencl OPENMM_BUILD_OPENCL_LIB)
+		$(cmake-utils_use !cuda CUDA_BUILD_CUBIN)
 		$(cmake-utils_use opencl OPENMM_BUILD_RPMD_PLUGIN)
 		$(cmake-utils_use opencl OPENMM_BUILD_PYTHON_WRAPPERS)
-	) # workarounds for broken autodetection
+	) # last 3 options are workarounds for broken build system
 
 	cmake-utils_src_configure
 }



1.2                  sci-libs/openmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Nov 2012 20:45:20 -0000	1.1
+++ ChangeLog	26 Dec 2012 18:48:19 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/openmm
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.1 2012/11/30 20:45:20 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.2 2012/12/26 18:48:19 ottxor Exp $
+
+  26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
+  fixed cmake options
 
 *openmm-4.1.1 (30 Nov 2012)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/openmm: openmm-4.1.1.ebuild ChangeLog
@ 2013-01-04 14:55 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-01-04 14:55 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/01/04 14:55:16

  Modified:             openmm-4.1.1.ebuild ChangeLog
  Log:
  fixed license (thx to ulm)
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.3                  sci-libs/openmm/openmm-4.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?r1=1.2&r2=1.3

Index: openmm-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openmm-4.1.1.ebuild	26 Dec 2012 18:48:19 -0000	1.2
+++ openmm-4.1.1.ebuild	4 Jan 2013 14:55:16 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.2 2012/12/26 18:48:19 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.3 2013/01/04 14:55:16 ottxor Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 HOMEPAGE="https://simtk.org/home/openmm"
 SRC_URI="${MY_P}.zip"
 
-LICENSE="GPL-3"
+LICENSE="MIT LGPL-2.1+ BSD RU-BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cuda opencl"



1.3                  sci-libs/openmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Dec 2012 18:48:19 -0000	1.2
+++ ChangeLog	4 Jan 2013 14:55:16 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/openmm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.2 2012/12/26 18:48:19 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.3 2013/01/04 14:55:16 ottxor Exp $
+
+  04 Jan 2013; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
+  fixed license (thx to ulm)
 
   26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
   fixed cmake options





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/openmm: openmm-4.1.1.ebuild ChangeLog
@ 2013-01-08 19:22 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-01-08 19:22 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/01/08 19:22:39

  Modified:             openmm-4.1.1.ebuild ChangeLog
  Log:
  removed fetch restriction as license allows redistribution
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.4                  sci-libs/openmm/openmm-4.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?r1=1.3&r2=1.4

Index: openmm-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openmm-4.1.1.ebuild	4 Jan 2013 14:55:16 -0000	1.3
+++ openmm-4.1.1.ebuild	8 Jan 2013 19:22:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.3 2013/01/04 14:55:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.4 2013/01/08 19:22:39 ottxor Exp $
 
 EAPI="5"
 
@@ -9,7 +9,7 @@
 MY_P="${PN^^[om]}${PV}-Source"
 DESCRIPTION="provides tools for modern molecular modeling simulation"
 HOMEPAGE="https://simtk.org/home/openmm"
-SRC_URI="${MY_P}.zip"
+SRC_URI="mirror://gentoo/${MY_P}.zip"
 
 LICENSE="MIT LGPL-2.1+ BSD RU-BSD"
 SLOT="0"
@@ -22,15 +22,8 @@
 DEPEND="${RDEPEND}
 	dev-util/cmake"
 
-RESTRICT="fetch"
 S="${WORKDIR}/${MY_P}"
 
-pkg_nofetch(){
-	einfo "Please download ${SRC_URI} from"
-	einfo "${HOMEPAGE}"
-	einfo "and put it into ${DISTDIR}"
-}
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use cuda OPENMM_BUILD_CUDA_LIB)



1.4                  sci-libs/openmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 Jan 2013 14:55:16 -0000	1.3
+++ ChangeLog	8 Jan 2013 19:22:39 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/openmm
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.3 2013/01/04 14:55:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.4 2013/01/08 19:22:39 ottxor Exp $
+
+  08 Jan 2013; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
+  removed fetch restriction as license allows redistribution
 
   04 Jan 2013; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
   fixed license (thx to ulm)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-08 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 18:48 [gentoo-commits] gentoo-x86 commit in sci-libs/openmm: openmm-4.1.1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-04 14:55 Christoph Junghans (ottxor)
2013-01-08 19:22 Christoph Junghans (ottxor)

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