pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/math/py-numpy
On Sun, Dec 04, 2016 at 10:51:55PM +0000, John Marino wrote:
> Index: pkgsrc/math/py-numpy/Makefile
> diff -u pkgsrc/math/py-numpy/Makefile:1.33 pkgsrc/math/py-numpy/Makefile:1.34
> --- pkgsrc/math/py-numpy/Makefile:1.33 Mon Oct 31 16:26:57 2016
> +++ pkgsrc/math/py-numpy/Makefile Sun Dec 4 22:51:55 2016
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.33 2016/10/31 16:26:57 wiz Exp $
> +# $NetBSD: Makefile,v 1.34 2016/12/04 22:51:55 marino Exp $
>
> DISTNAME= numpy-1.11.2
> GITHUB_PROJECT= numpy
> @@ -17,6 +17,12 @@ MAKE_ENV+= ATLAS=None
>
> REPLACE_PYTHON+= *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py
>
> +# numpy fails using the gold linker with:
> +# fatal error: --sysroot=: must take a non-empty argument
> +# Work around it on DragonFly by specifying the classic gnu linker
> +
> +MAKE_ENV+= LDVER=ld.bfd
> +
Please don't spew random variables unconditionally into everyone's
environment.
Joerg
Home |
Main Index |
Thread Index |
Old Index