jlec 15/05/08 10:33:46 Modified: metadata.xml apbs-1.4.1-r2.ebuild ChangeLog Log: Add iapbs USE to correctly trigger project internal dependencies (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.15 sci-chemistry/apbs/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/metadata.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/metadata.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/metadata.xml?r1=1.14&r2=1.15 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/metadata.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- metadata.xml 15 Aug 2014 08:50:33 -0000 1.14 +++ metadata.xml 8 May 2015 10:33:46 -0000 1.15 @@ -11,6 +11,7 @@ <flag name="arpack">Include support for arpack libs</flag> <flag name="fetk">Include support for FeTK</flag> <flag name="fast">APBS fast mode (experimental)</flag> + <flag name="iapbs">C/C++/Fortran interface</flag> <flag name="tools">Install optional tools</flag> </use> <longdescription> 1.5 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?r1=1.4&r2=1.5 Index: apbs-1.4.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- apbs-1.4.1-r2.ebuild 8 May 2015 10:01:23 -0000 1.4 +++ apbs-1.4.1-r2.ebuild 8 May 2015 10:33:46 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v 1.4 2015/05/08 10:01:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v 1.5 2015/05/08 10:33:46 jlec Exp $ EAPI=5 @@ -18,11 +18,12 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="debug doc examples fast +fetk mpi openmp python tools" +IUSE="debug doc examples fast +fetk iapbs mpi openmp python tools" REQUIRED_USE=" + iapbs? ( fetk ) mpi? ( !python ) - python? ( tools fetk ${PYTHON_REQUIRED_USE} )" + python? ( tools fetk iapbs ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-cpp/eigen:3 @@ -86,8 +87,7 @@ $(cmake-utils_use_enable mpi MPI) $(cmake-utils_use_enable python PYTHON) # ENABLE_TINKER: Enable TINKER support -# ENABLE_iAPBS: Enable iAPBS - -DENABLE_iAPBS=OFF + $(cmake-utils_use_enable iapbs iAPBS) # MAX_MEMORY: Set the maximum memory (in MB) to be used for a job ) cmake-utils_src_configure 1.76 sci-chemistry/apbs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 8 May 2015 10:01:23 -0000 1.75 +++ ChangeLog 8 May 2015 10:33:46 -0000 1.76 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.75 2015/05/08 10:01:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.76 2015/05/08 10:33:46 jlec Exp $ + + 08 May 2015; Justin Lecher <[email protected]> apbs-1.4.1-r2.ebuild, + metadata.xml: + Add iapbs USE to correctly trigger project internal dependencies 08 May 2015; Justin Lecher <[email protected]> apbs-1.4.1-r2.ebuild: Disable iAPBS to fix compilation problems, bug #547816
