Skip to content
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

Closed
wants to merge 12 commits into from
Closed

[DONT MERGE] Travis experimentation #40

wants to merge 12 commits into from

Conversation

tshort
Copy link
Owner

@tshort tshort commented Jan 30, 2015

I'm trying to get travis building to work. There's other junk in here that should be pulled elsewhere.

@tshort
Copy link
Owner Author

tshort commented Jan 31, 2015

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?

@iraikov
Copy link
Collaborator

iraikov commented Jan 31, 2015

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?

@tshort
Copy link
Owner Author

tshort commented Jan 31, 2015

Sounds like a good approach...

On Fri, Jan 30, 2015 at 10:08 PM, Ivan Raikov notifications@github.com
wrote:

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?


Reply to this email directly or view it on GitHub
#40 (comment).

@tshort
Copy link
Owner Author

tshort commented Feb 1, 2015

The same gfortran errors noted are showing up in Ipopt, too:

jump-dev/Ipopt.jl#23

@tshort tshort closed this Feb 2, 2015
@tshort tshort deleted the travis branch February 2, 2015 02:08
@tkelman
Copy link
Contributor

tkelman commented Feb 2, 2015

You can fix the gfortran problem while keeping language: julia if you like by adding a line rm -f ~/julia/lib/julia/libgfortran.so.3. We should have this fixed for our next point release, it required building our own gcc for use on the buildbot that compiles the generic linux binaries.

@tkelman
Copy link
Contributor

tkelman commented Feb 2, 2015

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

@tshort
Copy link
Owner Author

tshort commented Feb 2, 2015

Cool @tkelman! I'll have to try @nolta's converter. Thanks also for your input on language: julia. It looked like a fix was in the works.

@tkelman
Copy link
Contributor

tkelman commented Feb 3, 2015

Fixing JuliaPackaging/BinDeps.jl#123 should hopefully help make this kind of thing easier to debug in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants