No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via

Mk/bsd.gcc.mk.
This commit is contained in:
Gerald Pfeifer 2009-02-03 09:55:21 +00:00
parent 9dc8e8d4fd
commit cb0d1c7ffe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227534

View File

@ -43,8 +43,7 @@ CONFIGURE_ARGS= --disable-download \
--with-umfpack="-lumfpack" \
--with-arpack="${ARPACK}"
CONFIGURE_ENV= CPPFLAGS="${MPICFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/suitesparse/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
FC=${FC} F77=${F77} FCFLAGS=${FCFLAGS}
LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
DOC_TARGET= freefem++doc.pdf
PORTDOCS= AUTHORS BUGS COPYING HISTORY HISTORY_BEFORE_2005 INNOVATION README TODO ${DOC_TARGET}