svn commit: r483370 - head/math/py-cvxopt

Mathieu Arnold mat at FreeBSD.org
Wed Oct 31 14:32:30 UTC 2018


On Mon, Oct 29, 2018 at 06:08:36AM +0000, Yuri Victorovich wrote:
> +OPTIONS_DEFINE=		WITH_GSL WITH_FFTW WITH_GLPK WITH_DSDP
> +OPTIONS_DEFAULT=	WITH_GSL WITH_FFTW WITH_GLPK WITH_DSDP

Options already mean with, please remove all your "WITH_".

> +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
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181031/2604f423/attachment.sig>


More information about the svn-ports-all mailing list