diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-01 05:25:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-01 05:25:43 +0000 |
commit | d796a36f224eac51d35b3a24bdb10cce4b0ede3c (patch) | |
tree | 40f590eca82e0b6c799256537ff371cdbee7830d /sci-libs/nlopt | |
parent | inherit goes near the top (diff) | |
download | gentoo-2-d796a36f224eac51d35b3a24bdb10cce4b0ede3c.tar.gz gentoo-2-d796a36f224eac51d35b3a24bdb10cce4b0ede3c.tar.bz2 gentoo-2-d796a36f224eac51d35b3a24bdb10cce4b0ede3c.zip |
Disable build of matlab plugin per default, #410211
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/nlopt')
-rw-r--r-- | sci-libs/nlopt/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/nlopt/metadata.xml | 10 | ||||
-rw-r--r-- | sci-libs/nlopt/nlopt-2.2.4.ebuild | 3 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog index be5339f1489b..aef013591678 100644 --- a/sci-libs/nlopt/ChangeLog +++ b/sci-libs/nlopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/nlopt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.14 2012/02/24 15:09:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.15 2012/04/01 05:25:43 jlec Exp $ + + 01 Apr 2012; Justin Lecher <jlec@gentoo.org> nlopt-2.2.4.ebuild, + metadata.xml: + Disable build of matlab plugin per default, #410211 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nlopt-2.2.4.ebuild: x86 stable wrt bug #386953 diff --git a/sci-libs/nlopt/metadata.xml b/sci-libs/nlopt/metadata.xml index c9d2d57542af..76e5a4b28cea 100644 --- a/sci-libs/nlopt/metadata.xml +++ b/sci-libs/nlopt/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> NLopt is a library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original @@ -15,7 +15,7 @@ * Algorithms for unconstrained optimization, bound-constrained optimization, and general nonlinear inequality constraints. </longdescription> -<use> - <flag name='octave'>Add plugin for <pkg>sci-mathematics/octave</pkg></flag> -</use> + <use> + <flag name="octave">Add plugin for <pkg>sci-mathematics/octave</pkg></flag> + </use> </pkgmetadata> diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild index 2accda16cfba..7486d171915b 100644 --- a/sci-libs/nlopt/nlopt-2.2.4.ebuild +++ b/sci-libs/nlopt/nlopt-2.2.4.ebuild @@ -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/nlopt/nlopt-2.2.4.ebuild,v 1.6 2012/02/24 15:09:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.7 2012/04/01 05:25:43 jlec Exp $ EAPI=4 @@ -48,6 +48,7 @@ src_configure() { $(use_with guile) $(use_with octave) $(use_with python) + --without-matlab ) use python && python_copy_sources swig autotools-utils_src_configure |