-
Notifications
You must be signed in to change notification settings - Fork 44
preliminary results from f2c #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
A couple of thoughts:
|
Thanks for the comments.
Hope this helps. |
FWIW, the obvious (only?) platform where Fortran compilation is a problem is MS Windows. My guess of problem areas:
Ideally the f2c step would be integrated as part of setup.py. The original SLICOT distribution (see, e.g., [2]) included many examples, which could be used as the starting point for a test suite. It would be good anyway to have a thorough test set. [1] https://medium.com/@chintanp/using-f2c-on-windows-to-convert-f77-files-to-c-33da825d5de0 |
Thanks again for the comments.
|
@Autodrive regarding your question
(quoted from above): I recommend that the PR is closed until it is ready for review or discussion (again). E.g., this is motivated because if you push new changes to the open PR, Travis CI will needlessly run tests against it. |
for reference, the URL for Travis CI builds of Slycot on PRs: https://travis-ci.org/python-control/Slycot/pull_requests |
A progress update:
Hope this helps. KW |
I managed to
Here are the preliminary results. (and I hope I do not make anyone unhappy)
I think
Let me know your opinion. Has anyone tried this before? (Please understand that I am not 100% familiar with Sli(y)cot, Linux, conda, ...)