svn commit: r345173 - in head/math/py-numpy: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Feb 20 13:45:57 UTC 2014


On Thu, 20 Feb 2014 08:03:41 +0000 (UTC) Ruslan Makhmatkhanov wrote:
> Author: rm
> Date: Thu Feb 20 08:03:41 2014
> New Revision: 345173
> URL: http://svnweb.freebsd.org/changeset/ports/345173
> QAT: https://qat.redports.org/buildarchive/r345173/
> 
> Log:
>   - clean-up WITH_FIXED_FENV conditional, because it is only used for
>     versions of FreeBSD, we not support anymore.
>   - remove LATEST_LINK. There is PYTHON_PKGNAMEPREFIX set and in future
>     we may have this package built against different python versions.
> 
> Deleted:
>   head/math/py-numpy/files/fenv.patch
> Modified:
>   head/math/py-numpy/Makefile
>   head/math/py-numpy/distinfo
> 
> Modified: head/math/py-numpy/Makefile
> ==============================================================================
> --- head/math/py-numpy/Makefile	Thu Feb 20 08:01:28 2014	(r345172)
> +++ head/math/py-numpy/Makefile	Thu Feb 20 08:03:41 2014	(r345173)
> @@ -25,7 +25,7 @@ OPTIONS_DEFAULT=	SUITESPARSE
>  ATLAS_DESC=		Use optimized blas library
>  SUITESPARSE_DESC=	Use AMD and UMFPACK in SuiteSparse
>  
> -USES=		fortran
> +USE_FORTRAN=			yes

Please revert this change because USE_FORTRAN has been removed.


More information about the svn-ports-all mailing list