Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-numpy_distutils_fcompiler_g95.py,v 1.1 2011/12/20 16:38:30 joerg Exp $
$NetBSD: patch-numpy_distutils_fcompiler_g95.py,v 1.2 2014/02/28 09:43:11 adam Exp $
Band aid to make sure that pic_flags is actually used.
--- numpy/distutils/fcompiler/g95.py.orig 2010-04-18 10:06:17.000000000 +0000
+++ numpy/distutils/fcompiler/g95.py
@@ -18,9 +18,9 @@ class G95FCompiler(FCompiler):
@@ -19,9 +19,9 @@ class G95FCompiler(FCompiler):
executables = {
'version_cmd' : ["<F90>", "--version"],
@@ -14,6 +14,6 @@ Band aid to make sure that pic_flags is actually used.
+ 'compiler_f77' : ["g95", "-ffixed-form", "-fpic"],
+ 'compiler_fix' : ["g95", "-ffixed-form", "-fpic"],
+ 'compiler_f90' : ["g95", "-fpic"],
'linker_so' : ["<F90>","-shared"],
'linker_so' : ["<F90>", "-shared"],
'archiver' : ["ar", "-cr"],
'ranlib' : ["ranlib"]