[clbuild-devel] WNPP: asdf-binary-locations

Stefan Nobis stefan-ml at snobis.de
Fri Feb 22 18:44:10 UTC 2008


David Lichteblau <david at lichteblau.com> writes:

> However, currently I'd prefer to maintain a "wait and see" approach
> towards ASDF extensions, and I won't add asdf-binary-locations at
> this point.

I see. Currently I'm too lazy to set up a public darcs repository, so
here is the small diff to add support for asdf-binary-locations:

diff -rN old-clbuild/clbuild new-clbuild/clbuild
198a199,203
> LOAD_ASDF_BIN_LOCATIONS_CFG="nil"
> if [ -e "$BASE/.abl-cfg.lisp" ]; then
>   LOAD_ASDF_BIN_LOCATIONS_CFG="(load \"$BASE/.abl-cfg.lisp\")"
> fi
> 
202a208
>         $eval "$LOAD_ASDF_BIN_LOCATIONS_CFG" \
219a226
>             $eval "$LOAD_ASDF_BIN_LOCATIONS_CFG" \
242a250
>             $eval "$LOAD_ASDF_BIN_LOCATIONS_CFG" \
diff -rN old-clbuild/wnpp-projects new-clbuild/wnpp-projects
43a44
> asdf-binary-locations get_darcs http://common-lisp.net/project/cl-containers/asdf-binary-locations/darcs/asdf-binary-locations

And for the curious here is my .abl-cfg.lisp:

(asdf:operate 'asdf:load-op :asdf-binary-locations)
(setf asdf:*centralize-lisp-binaries* t
      asdf:*default-toplevel-directory* (merge-pathnames
                                         (make-pathname :directory '(:relative "lisp" "fasls"))
                                         (user-homedir-pathname)))

-- 
Until the next mail...,
Stefan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 162 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/clbuild-devel/attachments/20080222/09da0466/attachment.sig>


More information about the clbuild-devel mailing list