From owner-svn-ports-head@freebsd.org Mon Mar 26 07:18:45 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 B3A1CF4C2E0; Mon, 26 Mar 2018 07:18:45 +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 61F1C6EC56; Mon, 26 Mar 2018 07:18:45 +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 5A1151881; Mon, 26 Mar 2018 07:18:45 +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 w2Q7IjIQ012196; Mon, 26 Mar 2018 07:18:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2Q7IiNH012192; Mon, 26 Mar 2018 07:18:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803260718.w2Q7IiNH012192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Mar 2018 07:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465560 - in head/math: . py-cvxopt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-cvxopt X-SVN-Commit-Revision: 465560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 26 Mar 2018 07:18:46 -0000 Author: yuri Date: Mon Mar 26 07:18:44 2018 New Revision: 465560 URL: https://svnweb.freebsd.org/changeset/ports/465560 Log: New port: math/py-cvxopt: Python software for convex optimization Added: head/math/py-cvxopt/ head/math/py-cvxopt/Makefile (contents, props changed) head/math/py-cvxopt/distinfo (contents, props changed) head/math/py-cvxopt/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Mar 26 06:47:55 2018 (r465559) +++ head/math/Makefile Mon Mar 26 07:18:44 2018 (r465560) @@ -631,6 +631,7 @@ SUBDIR += py-cdecimal SUBDIR += py-colormath SUBDIR += py-cryptominisat + SUBDIR += py-cvxopt SUBDIR += py-fastcluster SUBDIR += py-ffc SUBDIR += py-fiat Added: head/math/py-cvxopt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxopt/Makefile Mon Mar 26 07:18:44 2018 (r465560) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= cvxopt +DISTVERSION= 1.1.9 +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python software for convex optimization + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libblas.so:math/blas \ + liblapack.so:math/lapack \ + libumfpack.so:math/suitesparse + +USES= python +USE_GITHUB= yes +USE_PYTHON= distutils autoplist + +CFLAGS+= -I${LOCALBASE}/include/suitesparse + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cvxopt/*.so + # workaround: empty directory is installed: https://github.com/cvxopt/cvxopt/issues/111 + @${RMDIR} ${STAGEDIR}${PREFIX}/cvxopt + @${REINPLACE_CMD} -e 's|${PREFIX}/cvxopt||' ${_PYTHONPKGLIST} + +.include Added: head/math/py-cvxopt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxopt/distinfo Mon Mar 26 07:18:44 2018 (r465560) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522033973 +SHA256 (cvxopt-cvxopt-1.1.9_GH0.tar.gz) = 09997fec809179c9bb9fe8cdd202ad6ecb675f890658219022f492e0797122ee +SIZE (cvxopt-cvxopt-1.1.9_GH0.tar.gz) = 1872932 Added: head/math/py-cvxopt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cvxopt/pkg-descr Mon Mar 26 07:18:44 2018 (r465560) @@ -0,0 +1,9 @@ +CVXOPT is a free software package for convex optimization based on the Python +programming language. It can be used with the interactive Python interpreter, +on the command line by executing Python scripts, or integrated in other software +via Python extension modules. Its main purpose is to make the development of +software for convex optimization applications straightforward by building on +Python's extensive standard library and on the strengths of Python as a +high-level programming language. + +WWW: https://github.com/cvxopt/cvxopt