Pierre-Yves Gérardy
Pierre-Yves Gérardy
I'm reopening this before sending a pull request to fix the OS X build. What branch should I use as a basis? On another note, it would be nice to...
The thing is, the current options probably work with an older version of OS X, but I don't know which one. I'll be conservative, and restrict the parameters to OS...
I got the GUI to work again. I'm waiting for the Homebrew guys to address the issues, and once it works out of the box, I'll send you a pull...
I'm still waiting for the Homebrew guys to chime in on my [issue with Fox on OS X 10.8](https://github.com/Homebrew/homebrew/issues/27850#issuecomment-42785799). I just sent a reminder. If I they let it linger...
> Otherwise what about a new gsl shell's branch in github to integrate luajit 2.1 ? Why not. AFAICT, the `parse.c` and `Makefile` modifications work as is in 2.1. I'll...
Cool :-) The Julia guys are about to add the LuaJIT/GSL Shell benchmarks you wrote on their home page. I'll point them to the LJ 2.1 branch. LuaJIT v2.1 is...
How can I set the BLAS version? On my machine, the GSL-based `rand_mat_mul` is ~10% faster than a straight port of the JavaScript code to Lua: ``` Lua local darray...
There's no `ldd` on OS X, `otool -L` does the trick. ``` Shell $ otool -L gsl-shell | grep blas /usr/local/lib/libgslcblas.0.dylib (compatibility version 1.0.0, current version 1.0.0) $ ls -l...
I got it to compile with OpenBLAS (by adding the proper paths and options in the GSL Shell Makefile). `randommatmul` is now as fast as C/Julia :-) It may be...
`makepackage` is probably fine... I tend to explore code rather than read the docs (too often, there are none), and I though that `makeconfig` was were users were supposed to...