me
/
guix
Archived
1
0
Fork 0

gnu: openvdb: Use older version of TBB.

* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
master
Ricardo Wurmus 2021-10-24 13:26:12 +00:00
parent 42873c2b06
commit 78ea1ce7d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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