From owner-svn-ports-head@freebsd.org Mon Oct 29 06:08:37 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 88F9410868E0; Mon, 29 Oct 2018 06:08:37 +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 341448014F; Mon, 29 Oct 2018 06:08:37 +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 10BB723B9; Mon, 29 Oct 2018 06:08:37 +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 w9T68a54080458; Mon, 29 Oct 2018 06:08:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9T68a0D080456; Mon, 29 Oct 2018 06:08:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810290608.w9T68a0D080456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 29 Oct 2018 06:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483370 - head/math/py-cvxopt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-cvxopt X-SVN-Commit-Revision: 483370 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.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: Mon, 29 Oct 2018 06:08:37 -0000 Author: yuri Date: Mon Oct 29 06:08:36 2018 New Revision: 483370 URL: https://svnweb.freebsd.org/changeset/ports/483370 Log: math/py-cvxopt: Update 1.2.1 -> 1.2.2 Port changes: * Add 4 optional dependencies predicated on corresponding port options Reported by: portscout Modified: head/math/py-cvxopt/Makefile head/math/py-cvxopt/distinfo Modified: head/math/py-cvxopt/Makefile ============================================================================== --- head/math/py-cvxopt/Makefile Mon Oct 29 05:55:51 2018 (r483369) +++ head/math/py-cvxopt/Makefile Mon Oct 29 06:08:36 2018 (r483370) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cvxopt -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,31 @@ LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ libumfpack.so:math/suitesparse -USES= python +USES= python localbase:ldflags USE_GITHUB= yes USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include/suitesparse + +OPTIONS_DEFINE= WITH_GSL WITH_FFTW WITH_GLPK WITH_DSDP +OPTIONS_DEFAULT= WITH_GSL WITH_FFTW WITH_GLPK WITH_DSDP + +WITH_GSL_DESC= Build with gsl +WITH_GSL_MAKE_ENV= CVXOPT_BUILD_GSL=1 +WITH_GSL_LIB_DEPENDS= libgsl.so:math/gsl + +WITH_FFTW_DESC= Build with fftw +WITH_FFTW_MAKE_ENV= CVXOPT_BUILD_FFTW=1 +WITH_FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 + +WITH_GLPK_DESC= Build with GLPK +WITH_GLPK_MAKE_ENV= CVXOPT_BUILD_GLPK=1 +WITH_GLPK_LIB_DEPENDS= libglpk.so:math/glpk + +WITH_DSDP_DESC= Build with DSDP +WITH_DSDP_MAKE_ENV= CVXOPT_BUILD_DSDP=1 +WITH_DSDP_CFLAGS= -I${LOCALBASE}/include/dsdp +WITH_DSDP_LIB_DEPENDS= libdsdp.so:math/dsdp post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cvxopt/*.so Modified: head/math/py-cvxopt/distinfo ============================================================================== --- head/math/py-cvxopt/distinfo Mon Oct 29 05:55:51 2018 (r483369) +++ head/math/py-cvxopt/distinfo Mon Oct 29 06:08:36 2018 (r483370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535816757 -SHA256 (cvxopt-cvxopt-1.2.1_GH0.tar.gz) = 9e1ae9b595b204ea06d5d59906ec29249f6fd4172a627d73b9ec8be0ed7bda61 -SIZE (cvxopt-cvxopt-1.2.1_GH0.tar.gz) = 1876938 +TIMESTAMP = 1540787925 +SHA256 (cvxopt-cvxopt-1.2.2_GH0.tar.gz) = 2baa9ce39310136dc40f62ad62a9fb2b3bc99c54947dc7cefdf8bc164b4ef173 +SIZE (cvxopt-cvxopt-1.2.2_GH0.tar.gz) = 1889717