Re: [patch] fix gsl-config-pathname

2015-12-29 Thread Liam Healy
I think this might be a readtable problem associated with CCL. I hope the Antik commit 03507b1b0667, which is the HEAD of the December quicklisp release, has fixed this. Thanks, Liam On Tue, Aug 4, 2015 at 8:56 AM, Munawar Cheema wrote: > I tried to check this on my OS X Mavericks system with C

Re: [patch] fix gsl-config-pathname

2015-08-04 Thread Munawar Cheema
I tried to check this on my OS X Mavericks system with CCL but I am getting readtable errors. Just to make sure this is what I did. I git cloned both antik and gsll to my local-projects directory from https://gitlab.common-lisp.net/groups/antik If I git log I see the commit of antik is:63fa8e0a0

Re: [patch] fix gsl-config-pathname

2015-08-03 Thread Leo Liu
On 2015-08-03 03:51 +0800, Liam Healy wrote: > I have made a different patch but based on this idea; can you please > check ad5409ec81 from the antik-multiple-systems branch in the > repository? Thank you. The machine that had my GSLL is no longer with me so unfortunately I won't be able to test i

Re: [Gsll-devel] [patch] fix gsl-config-pathname

2015-08-02 Thread Liam Healy
On Wed, Apr 30, 2014 at 4:18 PM, Leo Liu wrote: > GSLL fails to load on osx with homebrew-installed GSL. Could someone > install this patch? Thanks.ithout-cblas"))) > I have made a different patch but based on this idea; can you please check ad5409ec81 from the antik-multiple-systems branch in th

Re: [Gsll-devel] [patch] fix gsl-config-pathname

2014-09-16 Thread bullone
It works like a charm, appreciate :-) ___ Gsll-devel mailing list Gsll-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel

[Gsll-devel] [patch] fix gsl-config-pathname

2014-04-30 Thread Leo Liu
GSLL fails to load on osx with homebrew-installed GSL. Could someone install this patch? Thanks. --- a/gsll-20140211-git/init/init.lisp 2014-04-28 11:48:43.0 +0800 +++ b/gsll-20140211-git/init/init.lisp 2014-04-28 12:15:59.0 +0800 @@ -63,7 +63,11 @@ (read-line s))) #+un