1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

New port: math/ecos: Lightweight conic solver for second-order cone programming

This commit is contained in:
Yuri Victorovich 2018-06-08 15:51:31 +00:00
parent a144f54f5e
commit 9d6c7ff01e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472010
5 changed files with 53 additions and 0 deletions

View File

@ -172,6 +172,7 @@
SUBDIR += drgeo
SUBDIR += dynare
SUBDIR += e
SUBDIR += ecos
SUBDIR += edenmath
SUBDIR += eigen2
SUBDIR += eigen3

25
math/ecos/Makefile Normal file
View 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
View 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
View 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
View 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