On Fri, 13 Feb 2004, Frank Goenninger wrote:
(defmethod asdf:perform ((o load-op) (c (eql (find-system :cells)))) (pushnew :cells *features*))
I wonder if this is worth the trouble: any systems using Cells should probably just :depends-on (:cells).
If it's desired to note Cells presence explicitly, then
(pushnew :cells *modules*)
would probably be a better choise.
Cheers,
--Nikodemus