mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: vc: Limit to x86_64 and i686.
* gnu/packages/maths.scm (vc)[supported-systems]: New field.
This commit is contained in:
parent
5638d71502
commit
a8ead6f91b
1 changed files with 2 additions and 0 deletions
|
@ -3067,6 +3067,8 @@ (define-public vc
|
||||||
@item NVIDIA GPUs / CUDA (in development)
|
@item NVIDIA GPUs / CUDA (in development)
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(home-page "https://github.com/VcDevel/Vc")
|
(home-page "https://github.com/VcDevel/Vc")
|
||||||
|
;; "No support_???.cpp file exists for this architecture."
|
||||||
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public reducelcs
|
(define-public reducelcs
|
||||||
|
|
Loading…
Reference in a new issue