diff --git a/math/ecos/Makefile b/math/ecos/Makefile index 0ddadc4a3de1..a5709bf9557a 100644 --- a/math/ecos/Makefile +++ b/math/ecos/Makefile @@ -1,39 +1,39 @@ PORTNAME= ecos DISTVERSIONPREFIX= v -DISTVERSION= 2.0.8 +DISTVERSION= 2.0.10 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 diff --git a/math/ecos/distinfo b/math/ecos/distinfo index 26cb0a9b6b4b..03c562b6d272 100644 --- a/math/ecos/distinfo +++ b/math/ecos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603763278 -SHA256 (embotech-ecos-v2.0.8_GH0.tar.gz) = d905d16599efd927a75b29852c3476ff1ffd0b97ab27d5b8ad63bb4ff2ad8130 -SIZE (embotech-ecos-v2.0.8_GH0.tar.gz) = 1283274 +TIMESTAMP = 1641965762 +SHA256 (embotech-ecos-v2.0.10_GH0.tar.gz) = 1aa24b5782b84fa33df2987510fb8f60f5f999cc2d3a5c73cfc3eb5e5f3b46af +SIZE (embotech-ecos-v2.0.10_GH0.tar.gz) = 1283330