Francesco

Results 144 comments of Francesco

Hi Shani, thank you for pointing out this problem. The method I'm using to find the fonts is working on most distributions but probably the "right way" to discover the...

Hi, the makefile is not very smart so you have to help him to locate the path of the include files. The relevant file is "makepackages" in the root directory....

Wow, we have now several problems!! :-) About the FOX GUI I'm afraid but I don't have any idea. Unfortunately this problem can be complicated to debug. If you are...

Hi, I thing that for the build tests you can use the master branch as well as the master-lj2.1, I'm always glad when people help me fix things on Mac...

Great ! Actually the Mac OS X build has been fixed many times and it always get broken in some way or another. Someone already reported in past that he...

Hi, actually I was just waiting the first stable release of the 2.1 branch but, as you suggest, it is probably ok to migrate with the next release of GSL...

Now there is a v2.1 branch in GSL Shell's repository https://github.com/franko/gsl-shell/tree/master-lj2.1 The merge was very easy thanks to the power of git :-) and everything seems to work just fine....

The benchmark results looks good to me. I agree that there are some odd things. I already noticed in past that Julia was faster in rand_mat_mul but I cannot tell...

To check the BLAS library you have to "ldd" the executable and see to which file libblas.so points to by using "ls -l ". I'm now wondering if Julia is...

Good :-) Actually the libraries are supposed to be configurable using the file "makepackages" but may be this is not very intuitive. On linux "makepackages" links with any "blas" library...