summaryrefslogtreecommitdiff
path: root/scipy_distutils/laheyfcompiler.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2004-01-31 22:02:30 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2004-01-31 22:02:30 +0000
commit271fc73f95abab3a7962169cb54c1ba1ddba50e1 (patch)
tree1706a106c346be104465e157bc7d55dabb808555 /scipy_distutils/laheyfcompiler.py
parent85ac6be83d87d902fc1dad3e00752fcd6c7ccd7d (diff)
downloadnumpy-271fc73f95abab3a7962169cb54c1ba1ddba50e1.tar.gz
fcompiler classes
Diffstat (limited to 'scipy_distutils/laheyfcompiler.py')
-rw-r--r--scipy_distutils/laheyfcompiler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scipy_distutils/laheyfcompiler.py b/scipy_distutils/laheyfcompiler.py
index b3ed4d2d0..228eb9206 100644
--- a/scipy_distutils/laheyfcompiler.py
+++ b/scipy_distutils/laheyfcompiler.py
@@ -19,6 +19,9 @@ class LaheyFCompiler(FCompiler):
'ranlib' : ["ranlib"]
}
+ module_dir_switch = None #XXX Fix me
+ module_include_switch = None #XXX Fix me
+
def get_flags_opt(self):
return ['-O']
def get_flags_debug(self):