Closed dangerousben closed 10 years ago
Thanks. Can you give me an example of when this is needed?
I'm experimenting with using buildapp to build stumpwm. Typically quicklisp is used to install the dependencies, while stumpwm itself is cloned from git and asdf-loaded via this file: https://github.com/dangerousben/stumpwm/blob/buildapp/load-stumpwm.lisp.in#L28-33 (with @STUMPWM_ASDF_DIR@ set by configure).
My ql/ba based build process looks something like:
The point being that I can't simply use --load-system because stumpwm is not in the manifest file. Hope that makes sense, sorry for the verbosity.
In the interim, you can always add --require asdf
to your command line.
This allows the directives to be used even if asdf is invoked by other means.