me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-spatial-trees)[arguments]: Do it.
  [inputs] Add sbcl-alexandria, sbcl-optima, sbcl-iterate.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Pierre Neidhardt 2022-07-04 19:58:10 +02:00 committed by Guillaume Le Vaillant
parent a768436cda
commit 64030b3978
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 5 additions and 1 deletions

View File

@ -986,7 +986,11 @@ anti-aliased vectorial paths.")
"11rhc6h501dwcik2igkszz7b9n515cr99m5pjh4r2qfwgiri6ysa")))) "11rhc6h501dwcik2igkszz7b9n515cr99m5pjh4r2qfwgiri6ysa"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:tests? #f)) ; spatial-trees.test requires spatial-trees.nns ;; We cannot build "spatial-trees-viz" here because it depends on
;; mcclim which depends on spatial-trees. FIXME: Break the circle.
'(#:asd-systems '("spatial-trees" "spatial-trees.nns")))
(inputs
(list sbcl-alexandria sbcl-optima sbcl-iterate))
(native-inputs (native-inputs
(list sbcl-fiveam)) (list sbcl-fiveam))
(home-page "https://github.com/rpav/spatial-trees") (home-page "https://github.com/rpav/spatial-trees")