diff options
Diffstat (limited to 'sci-physics/camfr/files/machine_cfg.py')
-rw-r--r-- | sci-physics/camfr/files/machine_cfg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/camfr/files/machine_cfg.py b/sci-physics/camfr/files/machine_cfg.py index 698f9e8eaed2..2d62abfb0eee 100644 --- a/sci-physics/camfr/files/machine_cfg.py +++ b/sci-physics/camfr/files/machine_cfg.py @@ -14,7 +14,7 @@ w.close() cc = "gcc" cxx = "g++" -f77 = "g77" +f77 = "gfortran -fPIC" link = cxx link_flags = "" @@ -45,7 +45,7 @@ library_dirs = [""] # Library names. -libs = ["boost_python", "blitz", "lapack", "blas", "g2c"] +libs = ["boost_python", "blitz", "lapack", "blas", "gfortran"] # Command to strip library of excess symbols: |