;;; ;;;
;;; Free Software under an MIT-style license. See poiu.lisp. ;;;
;;; ;;;
-;;; Copyright (c) 2001-2009 Daniel Barlow and contributors ;;;
+;;; Copyright (c) 2001-2010 Daniel Barlow and contributors ;;;
;;; ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
in parallel with other operations (compilation or loading).
However, it will load FASLs serially as they become available."
;; Make sure asdf won't be reloaded on top of poiu.
- :depends-on ((:version :asdf "1.713"))
+ :depends-on ((:version :asdf "2.000"))
:components ((:file "poiu")))
;;; This is POIU: Parallel Operator on Independent Units
(cl:in-package :asdf)
(eval-when (:compile-toplevel :load-toplevel :execute)
-(defparameter *poiu-version* "1.017")
-(defparameter *asdf-version-required-by-poiu* "1.713"))
+(defparameter *poiu-version* "1.018")
+(defparameter *asdf-version-required-by-poiu* "2.000"))
#|
POIU is a modification of ASDF that may operate on your systems in parallel.
This version of POIU was designed to work with ASDF no earlier than specified.
; ../single-threaded-ccl/stccl --load test.lisp
;; (clisp) : \
; clisp -i ../asdf/asdf.lisp -i test.lisp
+;; (*) echo "Unrecognized/unsupported Lisp: $1" ; exit 42
;; esac ; exit
(in-package :cl-user)