Hi,
In the past I have used modules with the pathname keyword in order to specify that a group of files come from a subdirectory. However, I cannot find how to do this if I use the package inferred system approach. Basically what I would like to achieve is:
(asdf:defsystem :myproject :name "" :description "" :version "0.0.1" :pathname "src" ;; non-existing keyword :class :package-inferred-system :defsystem-depends-on (:asdf-package-system) :depends-on (:myproject/all))
and all.lisp will be loaded from src/all.lisp. Is that possible somehow?
Thanks in advance. David.
On Wed, Aug 26, 2015 at 11:38 AM, David Vázquez davazp@gmail.com wrote:
:pathname "src" ;; non-existing keyword :class :package-inferred-system :defsystem-depends-on (:asdf-package-system) :depends-on (:myproject/all))
and all.lisp will be loaded from src/all.lisp. Is that possible somehow?
Thanks in advance.
Sorry I didn't reply to that earlier. I opened https://bugs.launchpad.net/asdf/+bug/1485276 for it, and pushed a fix in 3.1.5.6.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Yesterday I was clever, so I wanted to change the world. Today I am wise, so I am changing myself. — Rumi (1207–1273)