From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/optpp/
Date: Thu, 17 May 2012 22:52:47 +0000 (UTC) [thread overview]
Message-ID: <1337295149.0e65bbce29e8da935fe24f0f996bf740a9e30929.bicatali@gentoo> (raw)
commit: 0e65bbce29e8da935fe24f0f996bf740a9e30929
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Thu May 17 22:52:29 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu May 17 22:52:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0e65bbce
sci-libs/optpp: Initial import
(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)
---
sci-libs/optpp/ChangeLog | 10 ++++++++++
sci-libs/optpp/metadata.xml | 19 +++++++++++++++++++
sci-libs/optpp/optpp-2.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/sci-libs/optpp/ChangeLog b/sci-libs/optpp/ChangeLog
new file mode 100644
index 0000000..62a8977
--- /dev/null
+++ b/sci-libs/optpp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/optpp
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*optpp-2.4 (17 May 2012)
+
+ 17 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +optpp-2.4.ebuild:
+ sci-libs/optpp: Initial import
+
diff --git a/sci-libs/optpp/metadata.xml b/sci-libs/optpp/metadata.xml
new file mode 100644
index 0000000..db2b13b
--- /dev/null
+++ b/sci-libs/optpp/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+<longdescription lang="en">
+ OPT++ is a library of nonlinear optimization algorithms written in
+ C++. The motivation for this package is to build an environment for
+ the rapid prototyping and development of new optimization
+ algorithms. In particular, the focus is on robust and efficient
+ algorithms for problems in which the function and constraint
+ evaluations require the execution of an expensive computer
+ simulation. Currently, OPT++ includes the classic Newton methods, a
+ nonlinear interior-point method, parallel direct search, generating
+ set search, a trust region - parallel direct search hybrid, and a
+ wrapper to NPSOL. Between these methods, a wide range of problems
+ can be solved, e.g. with or without constraints, with or without
+ analytic gradients, simulation based, etc.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-libs/optpp/optpp-2.4.ebuild b/sci-libs/optpp/optpp-2.4.ebuild
new file mode 100644
index 0000000..260cfd2
--- /dev/null
+++ b/sci-libs/optpp/optpp-2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit python autotools-utils
+
+DESCRIPTION="C++ library for non-linear optimization"
+HOMEPAGE="https://software.sandia.gov/opt++/"
+SRC_URI="${HOMEPAGE}/downloads/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="doc mpi static-libs"
+
+RDEPEND="virtual/blas
+ mpi? ( virtual/mpi )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ myeconfargs+=(
+ --with-blas="$(pkg-config --libs blas)"
+ $(use_enable mpi)
+ )
+ autotools-utils_src_configure
+}
+
+src_install() {
+ autotools-utils_src_install
+ use doc && dohtml -r docs/*
+}
next reply other threads:[~2012-05-17 22:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 22:52 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-22 10:15 [gentoo-commits] proj/sci:master commit in: sci-libs/optpp/ Justin Lecher
2013-03-03 18:39 Sebastien Fabbro
2021-01-30 11:55 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337295149.0e65bbce29e8da935fe24f0f996bf740a9e30929.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox