guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: openvdb: Use older version of TBB.


From: guix-commits
Subject: 02/03: gnu: openvdb: Use older version of TBB.
Date: Sun, 24 Oct 2021 09:28:29 -0400 (EDT)

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

commit 78ea1ce7d557023a4a59d2979b563593621332bd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 13:26:12 2021 +0000

    gnu: openvdb: Use older version of TBB.
    
    * gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 56a4a7f..ca18907 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -486,7 +486,7 @@ applications.")
      `(("boost" ,boost)
        ("c-blosc" ,c-blosc)
        ("ilmbase" ,ilmbase)
-       ("tbb" ,tbb)
+       ("tbb" ,tbb-2020)
        ("zlib" ,zlib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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