From: Leo Famulari <leo@famulari.name>
To: Roel Janssen <roel@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add nlopt.
Date: Thu, 7 Apr 2016 11:44:51 -0400 [thread overview]
Message-ID: <20160407154451.GD18750@jasmine> (raw)
In-Reply-To: <87vb3twtgi.fsf@gnu.org>
On Thu, Apr 07, 2016 at 01:26:21PM +0200, Roel Janssen wrote:
> From 558175f69ba52446eca75ab79b641c8f0204093e Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Thu, 7 Apr 2016 13:22:35 +0200
> Subject: [PATCH] gnu: Add nlopt.
>
> * gnu/packages/maths.scm (nlopt): New variable.
Looks good, but for some reason I can't apply the patch to my source
tree. Does it work for you?
> ---
> gnu/packages/maths.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index adebf09..6b9d79d 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -911,7 +911,26 @@ sparse system of linear equations A x = b using Guassian elimination.")
> (inputs
> (alist-delete "pt-scotch" (package-inputs mumps-openmpi)))))
>
> +(define-public nlopt
> + (package
> + (name "nlopt")
> + (version "2.4.2")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "http://ab-initio.mit.edu/nlopt/nlopt-"
> + version ".tar.gz"))
> + (sha256
> + (base32 "12cfkkhcdf4zmb6h7y6qvvdvqjs2xf9sjpa3rl3bq76px4yn76c0"))))
> + (build-system gnu-build-system)
> + (arguments
> + `(#:configure-flags '("--enable-shared"))) ; Also create a shared library.
> + (home-page "http://ab-initio.mit.edu/wiki/")
> + (synopsis "Library for non-linear optimization")
> + (description "NLopt is a library for non-linear optimization, providing a
> +common interface for a number of different free optimization routines available
> +online as well as original implementations of various other algorithms.")
> + (license license:lgpl3)))
> +
> (define-public superlu
> (package
> (name "superlu")
> --
> 2.5.5
>
> Dear Guix,
>
> I'd like to add 'nlopt', a library for non-lineair optimizations.
> By passing "--enable-shared" to the configure script, it generates
> a shared library as well as a static library. Otherwise, this patch
> is pretty standard.
>
> Thanks for your time.
>
> Kind regards,
> Roel Janssen
next prev parent reply other threads:[~2016-04-07 15:44 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 11:26 [PATCH] gnu: Add nlopt Roel Janssen
2016-04-07 15:44 ` Leo Famulari [this message]
2016-04-07 20:42 ` Alex Kost
2016-04-07 20:49 ` Roel Janssen
2016-04-08 10:18 ` Mathieu Lirzin
2016-04-09 5:56 ` Leo Famulari
2016-04-09 10:54 ` Mathieu Lirzin
2016-04-09 16:21 ` Leo Famulari
2016-04-07 20:48 ` Alex Kost
2016-04-07 21:20 ` Roel Janssen
2016-04-07 21:40 ` Ludovic Courtès
2016-04-07 22:52 ` Roel Janssen
2016-04-09 14:38 ` Ludovic Courtès
2016-05-03 11:02 ` Roel Janssen
2016-05-03 11:47 ` Ludovic Courtès
2016-05-03 12:34 ` Roel Janssen
2016-05-03 20:02 ` Ludovic Courtès
2016-05-03 20:17 ` Roel Janssen
2016-05-04 8:38 ` Alex Kost
2016-05-04 8:52 ` Roel Janssen
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=20160407154451.GD18750@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=roel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.