Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-numpy_distutils_ccompiler.py,v 1.1 2013/05/20 05:59:58 adam Exp $
$NetBSD: patch-numpy_distutils_ccompiler.py,v 1.2 2015/04/17 00:41:38 wen Exp $
Hack: use compiler with CFLAGS for linking executables.
--- numpy/distutils/ccompiler.py.orig 2013-05-19 19:28:28.000000000 +0000
--- numpy/distutils/ccompiler.py.orig 2015-02-01 16:38:21.000000000 +0000
+++ numpy/distutils/ccompiler.py
@@ -199,6 +199,7 @@ def CCompiler_compile(self, sources, out
@@ -201,6 +201,7 @@ def CCompiler_compile(self, sources, out
src = cyg2win32(src)
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
else: