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

(-)b/math/suitesparse/bsd.suitesparse.mk (-1 / +2 lines)
Lines 25-30 CONFIGURE_WRKSRC=${WRKSRC}/SuiteSparse_config Link Here
25
.endif
25
.endif
26
BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
26
BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
27
CMAKE_SOURCE_PATH=	${CONFIGURE_WRKSRC}
27
CMAKE_SOURCE_PATH=	${CONFIGURE_WRKSRC}
28
CMAKE_ARGS+=	-DBLAS_LIBRARIES:STRING="${BLASLIB}"	\
29
		-DLAPACK_LIBRARIES:STRING="${LAPACKLIB}"
28
30
29
.if ${MPORTNAME} != config &&	\
31
.if ${MPORTNAME} != config &&	\
30
	${MPORTNAME} != CSparse &&	\
32
	${MPORTNAME} != CSparse &&	\
31
- 

Return to bug 279820