A small cleanup.
This commit is contained in:
parent
ce72920680
commit
dbd4158527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181971
1 changed files with 6 additions and 2 deletions
|
@ -17,8 +17,6 @@ COMMENT= HUTIter library for use in the ELMER FEM package
|
|||
WANT_FORTRAN= yes
|
||||
USE_GCC= 4.2+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack
|
||||
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
|
||||
WITH_ATLAS= yes
|
||||
|
@ -34,7 +32,13 @@ BLAS= -lblas
|
|||
LAPACK= -llapack
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' -e 's|%%FC%%|${FC}|' ${WRKSRC}/configure.in
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC}
|
||||
ALL_TARGET=
|
||||
|
||||
|
|
Loading…
Reference in a new issue