ports/143529: [PATCH] math/py-numpy: does not build
b. f.
bf1783 at googlemail.com
Mon Feb 15 15:20:07 UTC 2010
The following reply was made to PR ports/143529; it has been noted by GNATS.
From: "b. f." <bf1783 at googlemail.com>
To: "Li-Lun Wang (Leland Wang)" <llwang at infor.org>
Cc: bug-followup at freebsd.org, amdmi3 at amdmi3.ru, gerald at freebsd.org
Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build
Date: Mon, 15 Feb 2010 10:18:11 -0500
On 2/15/10, b. f. <bf1783 at googlemail.com> wrote:
> On 2/15/10, b. f. <bf1783 at googlemail.com> wrote:
>> On 2/15/10, b. f. <bf1783 at googlemail.com> wrote:
> ...
> .if exists(${LOCALBASE}/bin/as) && ${OSVERSION} <= 900009 && \
> (${ARCH} == "i386" || ${ARCH} == "amd64")
> .if ${ARCH} == "i386"
> FP_ARCH= i387
> .elif ${ARCH} == "amd64"
> FP_ARCH= ${ARCH}
> .endif
> MASTER_SITES+= http://svn.freebsd.org/base/head/lib/msun/%SUBDIR%/:fp
> MASTER_SITE_SUBDIR+= ${FP_ARCH}/:fp
> DISTFILES+= fenv.h:fp
> .endif
> .endif
> ...
> pre-configure:
> .if exists(${LOCALBASE}/bin/as) && ${OSVERSION} <= 900009
Sigh. Test for the i386/amd64 on the above line, too, of course.
> ${CP} ${DISTDIR}/fenv.h
> ${WRKSRC}/numpy/core/include/numpy/fenv/fenv.h; \
> ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/fenv.patch; \
> .endif
> ...
More information about the freebsd-python
mailing list