mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
This commit is contained in:
parent
9dc8e8d4fd
commit
cb0d1c7ffe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227534
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user