On Sunday, February 3, 2019 at 11:26:00 AM UTC-8, mmarco wrote:
>
> Thanks for investigating that.
>
> I found another way to solve the problem: compile the module to a
> monolithic .fas file during package instalation, and copy it to
> $SAGE_LOCAL/lib/ecl/
>
> Once you have the .fas file there,
Thanks for investigating that.
I found another way to solve the problem: compile the module to a
monolithic .fas file during package instalation, and copy it to
$SAGE_LOCAL/lib/ecl/
Once you have the .fas file there, it can be loaded by anybody.
It is being worked on #27188 in case you want t
the short answer: quicklisp is not for this:
12:02 -!- Irssi: #lisp: Total of 302 nicks [1 ops, 0 halfops, 0
voices, 301 normal]
12:02 -!- Channel #lisp created Sun Aug 3 22:30:32 2003
12:02 -!- Irssi: Join to #lisp was synced in 0 secs
12:03 < dimpase_> how does one install quicklisp into a cust
I tried that, it complains about quicklisp being already configured
El viernes, 1 de febrero de 2019, 23:36:34 (UTC+1), Dima Pasechnik escribió:
>
> did you try what's described in https://www.quicklisp.org/beta/faq.html :
>
> (quicklisp-quickstart:install :path "")
>
> On Fri, Feb 1, 2019 at 8:
did you try what's described in https://www.quicklisp.org/beta/faq.html :
(quicklisp-quickstart:install :path "")
On Fri, Feb 1, 2019 at 8:32 PM mmarco wrote:
>
> Yes, but what I mean is that when you do that, kenzo code is compiled into
> the user's home directory (look under ~/quicklisp). So
Yes, but what I mean is that when you do that, kenzo code is compiled into
the user's home directory (look under ~/quicklisp). So if there are several
users in the same machine, it will be compiled for each user the first time
they use kenzo. It would make more sense to install it somewhere unde
On Fri, Feb 1, 2019 at 4:23 PM mmarco wrote:
>
> Thanks for the answers.
>
> I just realized that the package I want to install is available by quicklisp,
> so maybe it would be easyer to install it using that.
>
> However I noticed that quicklisp installs evetything in the users home
> director
Thanks for the answers.
I just realized that the package I want to install is available by
quicklisp, so maybe it would be easyer to install it using that.
However I noticed that quicklisp installs evetything in the users home
directory, even if it is called from the sage environment. That woul
On Thursday, January 31, 2019 at 8:11:26 AM UTC-8, mmarco wrote:
>
> I am working in a Kenzo interface/optional package. I managed to load
> through the ecl interface, but using asdf, but in order to do that I had to
> have it installed in my ~/common-lisp/ directory. As an optional package,
>