[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/22: gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests.
From: |
guix-commits |
Subject: |
10/22: gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests. |
Date: |
Wed, 3 Aug 2022 10:48:09 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 64030b3978cbe01bfb6a87ff7348e93a606039ed
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 19:58:10 2022 +0200
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>
---
gnu/packages/lisp-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 17a1298595..936133251d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -986,7 +986,11 @@ anti-aliased vectorial paths.")
"11rhc6h501dwcik2igkszz7b9n515cr99m5pjh4r2qfwgiri6ysa"))))
(build-system asdf-build-system/sbcl)
(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
(list sbcl-fiveam))
(home-page "https://github.com/rpav/spatial-trees")
- 04/22: gnu: Remove obsolete references to asd-files and test-asd-file., (continued)
- 04/22: gnu: Remove obsolete references to asd-files and test-asd-file., guix-commits, 2022/08/03
- 14/22: gnu: sbcl-hdf5-cffi: Enable tests., guix-commits, 2022/08/03
- 03/22: gnu: sbcl-cl-gamepad: Remove asdf:compile-system workaround., guix-commits, 2022/08/03
- 05/22: gnu: sbcl-quri: Remove obsolete test workaround., guix-commits, 2022/08/03
- 08/22: gnu: sbcl-jonathan: Fix tests., guix-commits, 2022/08/03
- 13/22: gnu: sbcl-vas-string-metrics: Re-enable tests., guix-commits, 2022/08/03
- 12/22: gnu: sbcl-cl-heap: Re-enable tests., guix-commits, 2022/08/03
- 15/22: gnu: Add cl-mw-equiv., guix-commits, 2022/08/03
- 16/22: gnu: sbcl-quantile-estimator: Enable tests., guix-commits, 2022/08/03
- 02/22: build-system: asdf: Let ASDF locate the .asd files., guix-commits, 2022/08/03
- 10/22: gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests.,
guix-commits <=
- 06/22: gnu: sbcl-cl-reexport: Remove obsolete test workaround., guix-commits, 2022/08/03
- 11/22: gnu: sbcl-lisp-namespace: Enable tests., guix-commits, 2022/08/03
- 07/22: gnu: Add cl-legion., guix-commits, 2022/08/03
- 17/22: gnu: sbcl-cl-online-learning: Remove unnecessary arguments., guix-commits, 2022/08/03
- 18/22: gnu: sbcl-jzon: Enable tests., guix-commits, 2022/08/03
- 21/22: gnu: sbcl-glop: Remove obsolete test-asd-file parameter., guix-commits, 2022/08/03
- 20/22: gnu: sbcl-stumpwm-kbd-layouts: Fix build., guix-commits, 2022/08/03
- 09/22: gnu: sbcl-cl-irc: Fix tests., guix-commits, 2022/08/03
- 01/22: guix: build: Switch from asdf:compile-system to asdf:load-system., guix-commits, 2022/08/03
- 19/22: build-system: asdf: Add asd-operation parameter., guix-commits, 2022/08/03