Index: head/math/ecos/Makefile =================================================================== --- head/math/ecos/Makefile (revision 553406) +++ head/math/ecos/Makefile (revision 553407) @@ -1,40 +1,41 @@ # $FreeBSD$ PORTNAME= ecos -DISTVERSION= 2.0.7 +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.8 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 USE_LDCONFIG= yes ALL_TARGET= shared do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/ecos ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include/ecos ${INSTALL_LIB} ${WRKSRC}/libecos.so ${STAGEDIR}${PREFIX}/lib do-test: # some tests are known to fail: https://github.com/embotech/ecos/issues/170 @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test && \ ${ECHO} "===> Running ${PORTNAME} tests: ecostester" && \ (./ecostester || true) && \ ${ECHO} "===> Running ${PORTNAME} tests: ecos_bb_test" && \ ./ecos_bb_test demos: build # runs the demo problems @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} demo && \ ./runecos && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} runecosexp && \ ./runecosexp .include Index: head/math/ecos/distinfo =================================================================== --- head/math/ecos/distinfo (revision 553406) +++ head/math/ecos/distinfo (revision 553407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542565003 -SHA256 (embotech-ecos-2.0.7_GH0.tar.gz) = bdb6a84f7d150820459bd0a796cb64ffbb019afb95dc456d22acc2dafb2e70e0 -SIZE (embotech-ecos-2.0.7_GH0.tar.gz) = 1277355 +TIMESTAMP = 1603763278 +SHA256 (embotech-ecos-v2.0.8_GH0.tar.gz) = d905d16599efd927a75b29852c3476ff1ffd0b97ab27d5b8ad63bb4ff2ad8130 +SIZE (embotech-ecos-v2.0.8_GH0.tar.gz) = 1283274 Index: head/math/ecos/pkg-descr =================================================================== --- head/math/ecos/pkg-descr (revision 553406) +++ head/math/ecos/pkg-descr (revision 553407) @@ -1,13 +1,13 @@ 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. Convex optimization is used in fields as diverse as control and estimation, finance, signal processing and image reconstruction. -WWW: https://www.embotech.com/ECOS +WWW: https://forces.embotech.com/Documentation/