Date: Sun, 5 Sep 2021 17:00:49 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 511d2ff09db0 - main - science/openmx: Cleanup - remove unnecessary lines Message-ID: <202109051700.185H0nY2029745@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=511d2ff09db0559eae22002edb94d9abf6d4687f commit 511d2ff09db0559eae22002edb94d9abf6d4687f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-05 16:45:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-05 17:00:44 +0000 science/openmx: Cleanup - remove unnecessary lines Reported by: gerald --- science/openmx/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/science/openmx/Makefile b/science/openmx/Makefile index 4eed7f5e941c..3ab14546007a 100644 --- a/science/openmx/Makefile +++ b/science/openmx/Makefile @@ -31,15 +31,14 @@ MAKEFILE= makefile WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION:R} CFLAGS+= -Dkcomp -fcommon -LDFLAGS+= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${LOCALBASE}/lib/libmpifort.so +LDFLAGS+= -lmpifort FFLAGS+= -fallow-argument-mismatch WRKSRC_SUBDIR= source MAKE_ENV= MPICH_CC=${CC} -MAKE_ARGS+= CFLAGS="${CFLAGS}" FFLAGS="${FFLAGS}" LDFLAGS="${LDFLAGS}" GCC_LIB=${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgfortran.so -BINARY_ALIAS= gcc=${CXX} gcc7=${CXX} +BINARY_ALIAS= gcc=${CXX} UTIL_PROGS= DosMain jx analysis_example esp polB bandgnu13 bin2txt cube2xsf intensity_map md2axsf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109051700.185H0nY2029745>