Skip to content
Snippets Groups Projects
Commit e1293b7f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix up extras dependency declarations

parent 5dc6ba52
No related branches found
Tags v2016.1
No related merge requests found
......@@ -48,12 +48,19 @@ setup(name="loo.py",
"pyopencl": [
"pyopencl>=2015.2",
],
'fortran': [
"hg+https://bitbucket.org/inducer/f2py",
"fortran": [
# Note that this is *not* regular 'f2py2e', this is
# the Fortran parser from the (unfinished) third-edition
# f2py, as linked below.
"f2py>=0.3.1",
"ply>=3.6",
],
},
dependency_links=[
"hg+https://bitbucket.org/inducer/f2py#egg=f2py==0.3.1"
],
scripts=["bin/loopy"],
author="Andreas Kloeckner",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment