diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-06-09 04:12:20 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-06-09 04:12:20 +0000 |
commit | 6a959dac63e839e5a2f3194480e444c71772fe10 (patch) | |
tree | 05f1e27062ec0cfb28f636de6dc66978f4149fca /sci-libs/nlopt/metadata.xml | |
parent | ported 9999 to distutils-r1, fixed deps (diff) | |
download | historical-6a959dac63e839e5a2f3194480e444c71772fe10.tar.gz historical-6a959dac63e839e5a2f3194480e444c71772fe10.tar.bz2 historical-6a959dac63e839e5a2f3194480e444c71772fe10.zip |
Version bump. Worked out some kind of multibuild for both C and C++ libraries
Package-Manager: portage-HEAD/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'sci-libs/nlopt/metadata.xml')
-rw-r--r-- | sci-libs/nlopt/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/nlopt/metadata.xml b/sci-libs/nlopt/metadata.xml index 4b343041281b..41afd070ac46 100644 --- a/sci-libs/nlopt/metadata.xml +++ b/sci-libs/nlopt/metadata.xml @@ -1,13 +1,13 @@ <?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 implementations of various other algorithms. Its features include: - * Callable from variety of languages (C, C++, Fortran, Python, Octave,...) + * Callable from variety of languages (C, C++, Fortran, Python, Octave) * A common interface for many different algorithms—try a different algorithm just by changing one parameter. * Both global and local optimization algorithms. @@ -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> |