[clbuild-devel] `clbuild lisp' and `asdf:*central-registry*'...
David Lichteblau
david at lichteblau.com
Tue Mar 4 19:00:14 UTC 2008
Hi,
Quoting Dietrich Bollmann (diresu at web.de):
> I read on clbuild's homepage ( http://common-lisp.net/project/clbuild/ )
> that `~/.sbclrc' is ignored when starting sbcl with `clbuild lisp'
> when not explicitely told to use it by creating the file
> `clbuild/clbuild.conf' using `clbuild/clbuild.conf.default' as a model
> and setting the variable `USER_INIT' to something like
> `${HOME}/.sbclrc'.
>
> But even when doing so, my configured version of
> `asdf:*central-registry*' would be ignored.
good point. I have added a new configuration variable called
SETF_CENTRAL_REGISTRY, which can be overridden in clbuild.conf. It's
just a simple boolean flag for now to switch between SETF and PUSH.
> PS: Probably a better way would be to set 'asdf:*central-registry*' to
> the value needed by clbuild before the profile is loaded.
Hmm...
More information about the clbuild-devel
mailing list