summaryrefslogtreecommitdiff
path: root/scipy_distutils/pgfcompiler.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-03-08 11:30:47 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-03-08 11:30:47 +0000
commit7aad76ae379cef2f3f12115fc080832af474dfc0 (patch)
tree4d8217a1977920d57b51a09a8cbd401cb68c22ff /scipy_distutils/pgfcompiler.py
parent661570f96cdb7b12448d64b965edefed98f40436 (diff)
downloadnumpy-7aad76ae379cef2f3f12115fc080832af474dfc0.tar.gz
Applied patch by Brent Leback from the PG.
Diffstat (limited to 'scipy_distutils/pgfcompiler.py')
-rw-r--r--scipy_distutils/pgfcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/pgfcompiler.py b/scipy_distutils/pgfcompiler.py
index 68480482f..2555b17e6 100644
--- a/scipy_distutils/pgfcompiler.py
+++ b/scipy_distutils/pgfcompiler.py
@@ -17,7 +17,7 @@ class PGroupFCompiler(FCompiler):
'compiler_f77' : ["pgf77"],
'compiler_fix' : ["pgf90", "-Mfixed"],
'compiler_f90' : ["pgf90"],
- 'linker_so' : ["pgf90","-shared"],
+ 'linker_so' : ["pgf90","-shared","-fpic"],
'archiver' : ["ar", "-cr"],
'ranlib' : ["ranlib"]
}