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:
parent
6b70412370
commit
6554294754
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue