3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libfive: Mark as tunable.

* gnu/packages/engineering.scm (libfive)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2021-12-04 18:07:54 +01:00
parent 6b70412370
commit 6554294754
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -868,7 +868,10 @@ function calls into the geometry kernel: everything is visible to the user.
Even fundamental, primitive shapes are represented as code in the user-level
language.")
(license (list license:mpl2.0 ;library
license:gpl2+))))) ;Guile bindings and GUI
license:gpl2+)) ;Guile bindings and GUI
;; Mark as tunable to take advantage of SIMD code in Eigen.
(properties '((tunable? . #t))))))
(define-public inspekt3d
(let ((commit "703f52ccbfedad2bf5240bf8183d1b573c9d54ef")