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

(-)arpack/Makefile (-2 / +2 lines)
Lines 22-33 Link Here
22
COMMENT=	Argand Library: large eigenvalue subroutines (serial version)
22
COMMENT=	Argand Library: large eigenvalue subroutines (serial version)
23
23
24
BUILD_DEPENDS=	${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c \
24
BUILD_DEPENDS=	${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c \
25
		${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas
25
		${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
26
26
27
WRKSRC=		${WRKDIR}/ARPACK
27
WRKSRC=		${WRKDIR}/ARPACK
28
ALL_TARGET=	lib
28
ALL_TARGET=	lib
29
29
30
BLAS_LIBS=	${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libatlas.a
30
BLAS_LIBS?=	${LOCALBASE}/lib/libblas.a
31
31
32
INSTALLS_SHLIB=	yes
32
INSTALLS_SHLIB=	yes
33
USE_REINPLACE=	yes
33
USE_REINPLACE=	yes

Return to bug 91251