Import of pkgsrc-2015Q2
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user