Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 14:45:48 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Ruslan Makhmatkhanov <rm@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r345173 - in head/math/py-numpy: . files
Message-ID:  <20140220144548.0940e62d@kalimero.tijl.coosemans.org>
In-Reply-To: <201402200803.s1K83fAE033162@svn.freebsd.org>
References:  <201402200803.s1K83fAE033162@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140220144548.0940e62d>