guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: libigl: Fix build.


From: guix-commits
Subject: 02/03: gnu: libigl: Fix build.
Date: Sat, 22 Apr 2023 06:58:35 -0400 (EDT)

glv pushed a commit to branch core-updates
in repository guix.

commit 6c91f65d09debbb8578047e4b5669b8ba4c73888
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Apr 22 10:58:51 2023 +0200

    gnu: libigl: Fix build.
    
    * gnu/packages/engineering.scm (libigl)[inputs]: Add tbb.
---
 gnu/packages/engineering.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 77e8c76e17..66f3769e68 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3454,6 +3454,7 @@ perform various useful functions such as:
        ("gmp" ,gmp)
        ("mesa" ,mesa)
        ("mpfr" ,mpfr)
+       ("tbb" ,tbb)
        ("tinyxml2" ,tinyxml2)
        ;; When updating this package, update commit fields below according to
        ;; the hashes listed in "cmake/LibiglDownloadExternal.cmake".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]