mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
New port: math/ecos: Lightweight conic solver for second-order cone programming
This commit is contained in:
parent
a144f54f5e
commit
9d6c7ff01e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472010
@ -172,6 +172,7 @@
|
||||
SUBDIR += drgeo
|
||||
SUBDIR += dynare
|
||||
SUBDIR += e
|
||||
SUBDIR += ecos
|
||||
SUBDIR += edenmath
|
||||
SUBDIR += eigen2
|
||||
SUBDIR += eigen3
|
||||
|
25
math/ecos/Makefile
Normal file
25
math/ecos/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ecos
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.6
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Lightweight conic solver for second-order cone programming
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= embotech
|
||||
ALL_TARGET= shared
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/ecos
|
||||
${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include/ecos
|
||||
${INSTALL_LIB} ${WRKSRC}/libecos.so ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/ecos/distinfo
Normal file
3
math/ecos/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1528436129
|
||||
SHA256 (embotech-ecos-v2.0.6_GH0.tar.gz) = ffc4b44e813a5c68abd464b638d216f09385d9b6e40cf487ac384289e6a27988
|
||||
SIZE (embotech-ecos-v2.0.6_GH0.tar.gz) = 1266378
|
10
math/ecos/pkg-descr
Normal file
10
math/ecos/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
ECOS is a numerical software for solving convex second-order cone programs
|
||||
(SOCPs) of type:
|
||||
|
||||
min c'*x
|
||||
s.t. A*x = b
|
||||
G*x <=_K h
|
||||
|
||||
where the last inequality is generalized, i.e. h - G*x belongs to the cone K.
|
||||
|
||||
WWW: https://github.com/embotech/ecos
|
14
math/ecos/pkg-plist
Normal file
14
math/ecos/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
include/ecos/cone.h
|
||||
include/ecos/ctrlc.h
|
||||
include/ecos/data.h
|
||||
include/ecos/ecos.h
|
||||
include/ecos/ecos_bb.h
|
||||
include/ecos/equil.h
|
||||
include/ecos/expcone.h
|
||||
include/ecos/glblopts.h
|
||||
include/ecos/kkt.h
|
||||
include/ecos/spla.h
|
||||
include/ecos/splamm.h
|
||||
include/ecos/timer.h
|
||||
include/ecos/wright_omega.h
|
||||
lib/libecos.so
|
Loading…
Reference in New Issue
Block a user