gnu: openvdb: Use older version of TBB.
* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.master
parent
42873c2b06
commit
78ea1ce7d5
|
@ -486,7 +486,7 @@ applications.")
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("c-blosc" ,c-blosc)
|
("c-blosc" ,c-blosc)
|
||||||
("ilmbase" ,ilmbase)
|
("ilmbase" ,ilmbase)
|
||||||
("tbb" ,tbb)
|
("tbb" ,tbb-2020)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue