- No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now
done via Mk/bsd.gcc.mk. Reported by: gerald
This commit is contained in:
parent
6cbde64c65
commit
6ac20ad188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226543
6 changed files with 0 additions and 6 deletions
|
@ -18,7 +18,6 @@ COMMENT= UMFPACK library used by ELMER FEM package
|
|||
|
||||
USE_FORTRAN= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC}
|
||||
ALL_TARGET=
|
||||
|
||||
# This should be looked up by autoconf
|
||||
|
|
|
@ -16,7 +16,6 @@ MAINTAINER= araujo@FreeBSD.org
|
|||
COMMENT= ELMER FEM Package Data base Interface
|
||||
|
||||
USE_FORTRAN= yes
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
|
|
@ -64,7 +64,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FCFLAGS="${FCFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" CFLAGS="${CFLAGS}"
|
||||
CONFIGURE_ARGS+= --with-umfpack="-lumfpack_elmer" \
|
||||
--with-blas="${BLAS}" \
|
||||
--with-lapack="${LAPACK}" \
|
||||
|
|
|
@ -40,7 +40,6 @@ post-patch:
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC}
|
||||
ALL_TARGET=
|
||||
|
||||
PLIST_FILES= include/huti_defs.h include/huti_fdefs.h lib/libhuti.a
|
||||
|
|
|
@ -29,7 +29,6 @@ CXXFLAGS+= -Wno-deprecated
|
|||
USE_FORTRAN= yes
|
||||
USE_GL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS="${FCFLAGS}"
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@ USE_GMAKE= yes
|
|||
ALL_TARGET=
|
||||
|
||||
USE_FORTRAN= yes
|
||||
CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue