Issue:
When trying to compile a VTK project, the compilation process fails due to it not being able to locate tbb/atomic.h.
/home/user/miniconda3/include/vtk-8.2/vtkAtomic.h:28:10: fatal error: tbb/atomic.h: No such file or directory
Installing the tbb-devel package solves the issue. (verified on Ubuntu 18.04 and Windows 10 1903)
The vtk package should pull this dependency by itself though.
Issue: When trying to compile a VTK project, the compilation process fails due to it not being able to locate
tbb/atomic.h
.Installing the
tbb-devel
package solves the issue. (verified on Ubuntu 18.04 and Windows 10 1903) Thevtk
package should pull this dependency by itself though.Environment (
conda list
):Details about
conda
and system (conda info
):