diff options
Diffstat (limited to 'scipy_distutils/absoftfcompiler.py')
-rw-r--r-- | scipy_distutils/absoftfcompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/absoftfcompiler.py b/scipy_distutils/absoftfcompiler.py index 15dfa9ef6..eea051162 100644 --- a/scipy_distutils/absoftfcompiler.py +++ b/scipy_distutils/absoftfcompiler.py @@ -42,7 +42,7 @@ class AbsoftFCompiler(FCompiler): def get_libraries(self): opt = FCompiler.get_libraries(self) - opt.extend(['fio','f77math','f90math']) + opt.extend(['fio','f90math','fmath']) if os.name =='nt': opt.append('COMDLG32') return opt |