View | Details | Raw Unified | Return to bug 252690
Collapse All | Expand All

(-)math/dune-common/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
BUILD_DEPENDS=	openmpi>0:net/openmpi \
14
BUILD_DEPENDS=	openmpi>0:net/openmpi \
15
		vc>0:devel/vc
15
		vc>0:devel/vc
16
LIB_DEPENDS=	libopenblas.so:math/openblas \
16
LIB_DEPENDS=	libopenblas.so:math/openblas \
17
		libtbb.so:devel/tbb
17
		libtbb.so:devel/onetbb
18
18
19
USES=		cmake compiler:c++17-lang fortran pkgconfig python shebangfix
19
USES=		cmake compiler:c++17-lang fortran pkgconfig python shebangfix
20
SHEBANG_FILES=	bin/dune-ctest cmake/scripts/extract_cmake_data.py
20
SHEBANG_FILES=	bin/dune-ctest cmake/scripts/extract_cmake_data.py
Lines 26-31 Link Here
26
GL_COMMIT=	aa689abba532f40db8f5663fa379ea77211c1953
26
GL_COMMIT=	aa689abba532f40db8f5663fa379ea77211c1953
27
27
28
CMAKE_ON=	BUILD_SHARED_LIBS
28
CMAKE_ON=	BUILD_SHARED_LIBS
29
CMAKE_ARGS=	-DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
29
30
30
OPTIONS_DEFINE=	DOCS DOXYGEN
31
OPTIONS_DEFINE=	DOCS DOXYGEN
31
OPTIONS_SUB=	yes
32
OPTIONS_SUB=	yes

Return to bug 252690