FreeBSD Bugzilla – Attachment 146694 Details for
Bug 193262
[NEW PORT] math/nlopt: Nonlinear optimization library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Initial port version for math/nlopt
nlopt.shar (text/plain), 3.49 KB, created by
Rainer Hurling
on 2014-09-02 19:27:53 UTC
(
hide
)
Description:
Initial port version for math/nlopt
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2014-09-02 19:27:53 UTC
Size:
3.49 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># nlopt ># nlopt/pkg-descr ># nlopt/distinfo ># nlopt/Makefile ># nlopt/pkg-plist ># >echo c - nlopt >mkdir -p nlopt > /dev/null 2>&1 >echo x - nlopt/pkg-descr >sed 's/^X//' >nlopt/pkg-descr << 'fb26d181aad63ee24b0c0564a28d02ea' >XNLopt is a free/open-source library for nonlinear optimization, >Xproviding a common interface for a number of different free optimization >Xoutines available online as well as original implementations of various >Xother algorithms. Its features include: >X >X - Callable from C, C++, Fortran, Matlab or GNU Octave, Python, >X GNU Guile, Julia, GNU R, Lua, and OCaml. >X - A common interface for many different algorithms ~~try a different >X algorithm just by changing one parameter. >X - Support for large-scale optimization (some algorithms scalable to >X millions of parameters and thousands of constraints). >X - Both global and local optimization algorithms. >X - Algorithms using function values only (derivative-free) and also >X algorithms exploiting user-supplied gradients. >X - Algorithms for unconstrained optimization, bound-constrained >X optimization, and general nonlinear inequality/equality constraints. >X >XWWW: http://ab-initio.mit.edu/nlopt/ >fb26d181aad63ee24b0c0564a28d02ea >echo x - nlopt/distinfo >sed 's/^X//' >nlopt/distinfo << 'a4ff0aa4aa2534fbfcb35dac64f1bf54' >XSHA256 (nlopt-2.4.2.tar.gz) = 8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89 >XSIZE (nlopt-2.4.2.tar.gz) = 2361992 >a4ff0aa4aa2534fbfcb35dac64f1bf54 >echo x - nlopt/Makefile >sed 's/^X//' >nlopt/Makefile << '72dd86b9241f890560e9818dfa605487' >X# Created by: Rainer Hurling <rhurlin@gwdg.de> >X# $FreeBSD$ >X >XPORTNAME= nlopt >XPORTVERSION= 2.4.2 >XCATEGORIES= math >XMASTER_SITES= http://ab-initio.mit.edu/nlopt/ >X >XMAINTAINER= rhurlin@gwdg.de >XCOMMENT= Nonlinear optimization library >X >XLICENSE= LGPL21 MIT >XLICENSE_COMB= multi >X >XBUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 \ >X ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy >XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy >XLIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ >X libguile.so:${PORTSDIR}/lang/guile >X >XCONFIGURE_ARGS= --enable-shared >XCONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig2.0" >XUSE_LDCONFIG= yes >XUSES= compiler:features libtool python:2 pkgconfig >X >XUSE_AUTOTOOLS= libtoolize >X### OPTIONs for math/octave, science/hdf5 and math/matlab? >X >Xpre-configure: >X ${REINPLACE_CMD} -e 's@^\(pkgconfigdir = \).*@\1$${prefix}/libdata/pkgconfig@' \ >X ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in >X >X.include <bsd.port.mk> >72dd86b9241f890560e9818dfa605487 >echo x - nlopt/pkg-plist >sed 's/^X//' >nlopt/pkg-plist << 'e2ce0124a12843b0ef79ca23a4b21bb1' >Xinclude/nlopt.f >Xinclude/nlopt.h >Xinclude/nlopt.hpp >Xlib/libnlopt.a >Xlib/libnlopt.so >Xlib/libnlopt.so.0 >Xlib/libnlopt.so.0.8.2 >Xlib/libnlopt_guile.a >Xlib/libnlopt_guile.so >Xlib/libnlopt_guile.so.0 >Xlib/libnlopt_guile.so.0.8.2 >Xlibdata/pkgconfig/nlopt.pc >X%%PYTHON_SITELIBDIR%%/_nlopt.a >X%%PYTHON_SITELIBDIR%%/_nlopt.so >X%%PYTHON_SITELIBDIR%%/_nlopt.so.0 >X%%PYTHON_SITELIBDIR%%/_nlopt.so.0.8.2 >X%%PYTHON_SITELIBDIR%%/nlopt.py >X%%PYTHON_SITELIBDIR%%/nlopt.pyc >X%%PYTHON_SITELIBDIR%%/nlopt.pyo >Xman/man3/nlopt.3.gz >Xshare/guile/site/nlopt.scm >X@dirrmtry share/guile/site >e2ce0124a12843b0ef79ca23a4b21bb1 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
rhurlin
:
maintainer-approval+
Actions:
View
Attachments on
bug 193262
:
146694
|
146899
|
146918