-
Notifications
You must be signed in to change notification settings - Fork 19
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
[DONT MERGE] Travis experimentation #40
Conversation
This is irritating. I can't get gfortran to work right to compile dassl. I'm tempted to depreciate dassl. It's also a pain on windows. I'm not happy about that because I find dassl to be simpler and easier to fiddle with than sundials. Comments @iraikov? |
Actually, I also like dassl for its simplicity, and I think a bit better performance on problems with structural events. But why not just default to sundials if dassl cannot be compiled? |
Sounds like a good approach... On Fri, Jan 30, 2015 at 10:08 PM, Ivan Raikov notifications@github.com
|
The same gfortran errors noted are showing up in Ipopt, too: |
You can fix the gfortran problem while keeping |
No guarantees it'll work, but you might also want to try @nolta's Fortran-to-Julia converter on dassl. See pass0.sh and pass1.jl here: https://github.com/nolta/SpecialFunctions.jl/tree/master/src/amos |
Fixing JuliaPackaging/BinDeps.jl#123 should hopefully help make this kind of thing easier to debug in the future. |
I'm trying to get travis building to work. There's other junk in here that should be pulled elsewhere.