Index: math/dune-common/Makefile =================================================================== --- math/dune-common/Makefile (revision 561686) +++ math/dune-common/Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= openmpi>0:net/openmpi \ vc>0:devel/vc LIB_DEPENDS= libopenblas.so:math/openblas \ - libtbb.so:devel/tbb + libtbb.so:devel/onetbb USES= cmake compiler:c++17-lang fortran pkgconfig python shebangfix SHEBANG_FILES= bin/dune-ctest cmake/scripts/extract_cmake_data.py @@ -26,6 +26,7 @@ GL_COMMIT= aa689abba532f40db8f5663fa379ea77211c1953 CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_SUB= yes