From owner-svn-ports-head@freebsd.org Sun Nov 18 19:59:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E301E110DAEF; Sun, 18 Nov 2018 19:59:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F1916D5F3; Sun, 18 Nov 2018 19:59:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B82317E29; Sun, 18 Nov 2018 19:59:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAIJxkK0092076; Sun, 18 Nov 2018 19:59:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIJxjn0092074; Sun, 18 Nov 2018 19:59:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811181959.wAIJxjn0092074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Nov 2018 19:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485253 - head/math/ecos X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ecos X-SVN-Commit-Revision: 485253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F1916D5F3 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.04)[0.038,0]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 19:59:47 -0000 Author: yuri Date: Sun Nov 18 19:59:45 2018 New Revision: 485253 URL: https://svnweb.freebsd.org/changeset/ports/485253 Log: math/ecos: Update 2.0.6 -> 2.0.7 Port changes: * Add the 'test' target * Add the 'demos' target that runs the supplied demo problems * Add to description * Update WWW Reported by: portscout Modified: head/math/ecos/Makefile head/math/ecos/distinfo head/math/ecos/pkg-descr Modified: head/math/ecos/Makefile ============================================================================== --- head/math/ecos/Makefile Sun Nov 18 19:32:55 2018 (r485252) +++ head/math/ecos/Makefile Sun Nov 18 19:59:45 2018 (r485253) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ecos -DISTVERSIONPREFIX= v -DISTVERSION= 2.0.6 +DISTVERSION= 2.0.7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -14,12 +13,28 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_GITHUB= yes GH_ACCOUNT= embotech -ALL_TARGET= shared 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 Modified: head/math/ecos/distinfo ============================================================================== --- head/math/ecos/distinfo Sun Nov 18 19:32:55 2018 (r485252) +++ head/math/ecos/distinfo Sun Nov 18 19:59:45 2018 (r485253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528436129 -SHA256 (embotech-ecos-v2.0.6_GH0.tar.gz) = ffc4b44e813a5c68abd464b638d216f09385d9b6e40cf487ac384289e6a27988 -SIZE (embotech-ecos-v2.0.6_GH0.tar.gz) = 1266378 +TIMESTAMP = 1542565003 +SHA256 (embotech-ecos-2.0.7_GH0.tar.gz) = bdb6a84f7d150820459bd0a796cb64ffbb019afb95dc456d22acc2dafb2e70e0 +SIZE (embotech-ecos-2.0.7_GH0.tar.gz) = 1277355 Modified: head/math/ecos/pkg-descr ============================================================================== --- head/math/ecos/pkg-descr Sun Nov 18 19:32:55 2018 (r485252) +++ head/math/ecos/pkg-descr Sun Nov 18 19:59:45 2018 (r485253) @@ -7,4 +7,7 @@ s.t. A*x = b where the last inequality is generalized, i.e. h - G*x belongs to the cone K. -WWW: https://github.com/embotech/ecos +Convex optimization is used in fields as diverse as control and estimation, +finance, signal processing and image reconstruction. + +WWW: https://www.embotech.com/ECOS