Date: Mon, 15 Feb 2010 15:20:07 GMT From: "b. f." <bf1783@googlemail.com> To: freebsd-python@FreeBSD.org Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Message-ID: <201002151520.o1FFK7PP091225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." <bf1783@googlemail.com> To: "Li-Lun Wang (Leland Wang)" <llwang@infor.org> Cc: bug-followup@freebsd.org, amdmi3@amdmi3.ru, gerald@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@googlemail.com> wrote: > On 2/15/10, b. f. <bf1783@googlemail.com> wrote: >> On 2/15/10, b. f. <bf1783@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 > ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002151520.o1FFK7PP091225>