me
/
guix
Archived
1
0
Fork 0

gnu: libfive: Mark as tunable.

* gnu/packages/engineering.scm (libfive)[properties]: New field.
master
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
1 changed files with 4 additions and 1 deletions

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")