arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

Strip-out fparser code and use pypi package instead #22

Closed arporter closed 7 years ago

arporter commented 7 years ago

Habakkuk currently includes a patched version of the fparser package as extracted from f2py. The patches are currently being put into the fparser package under https://github.com/stfc/fparser/issues/9. Once that is done we can remove all of the fparser code from Habakkuk and make it depend on the fparser package on pypi.

arporter commented 7 years ago

Created use_fparser_package branch for this work.

arporter commented 7 years ago

All tests now pass using my locally-installed version of fparser :-)

arporter commented 7 years ago

We now have to wait until we make a new release of fparser (https://github.com/stfc/fparser/issues/11) containing the fixes that were previously contained within this project.

arporter commented 7 years ago

Failure fixed by previous commit highlights the fact that I have no tests involving the top-level habakkuk script.

arporter commented 7 years ago

fparser 0.0.2 has now been released and is available through pypi.

arporter commented 7 years ago

Pull request has now been merged to master. Closing Issue.