Tony Kelman

Results 356 comments of Tony Kelman

Anyone know what the license looks like on Matlab Compiler Runtime? They ship MA57 for sparse `ldl`, perhaps we could borrow just the one file. In the Matlab interface for...

UMFPACK doesn't work for Ipopt because Ipopt needs to check the inertia of the symmetric indefinite KKT matrix to ensure descent properties (it does a regularization and re-factorizes if it...

We could also pay for a binary redistribution license, assuming Julia as an organization has some resources. The HSL folks write really good code and it's worth supporting them. Might...

Bump. Try enabling Travis here too? edit: and may as well add an appveyor.yml too

Users on juliabox won't have sudo anyway even if the tty thing wasn't a problem. A source build fallback here would help, or we can ask for the gtk package...

Does it need to be on function definitions, or can it be at call sites?

You'd need to put the annotation on all the standard library functions that get called in the tests, I think. Making ParallelAccelerator work during bootstrap could be tricky.

In that case you might be able to make a smaller modification to the `@test` macro and get somewhere.

Should use i686-w64-mingw32 for 32 bit. The WinRPM package would allow automating the toolchain installation to avoid manual setup steps or having to install cygwin. If you tried that, what...

You're using an outdated version of WinRPM, are your packages up to date? The gcc version on WinRPM is 5.3.0, you should be able to add it via `WinRPM.add("gcc")` though...