Date: Sun, 23 Sep 2018 00:25:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480440 - head/science/cp2k Message-ID: <201809230025.w8N0PJWA050102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Sep 23 00:25:19 2018 New Revision: 480440 URL: https://svnweb.freebsd.org/changeset/ports/480440 Log: science/cp2k: Change from net/mpich2 -> net/mpich Modified: head/science/cp2k/Makefile Modified: head/science/cp2k/Makefile ============================================================================== --- head/science/cp2k/Makefile Sun Sep 23 00:10:21 2018 (r480439) +++ head/science/cp2k/Makefile Sun Sep 23 00:25:19 2018 (r480440) @@ -2,7 +2,7 @@ PORTNAME= cp2k DISTVERSION= 6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ @@ -45,12 +45,14 @@ SERIAL_VARS= VERSION=sopt OPENMP_VARS= VERSION=ssmp MPI_VARS= VERSION=popt -MPI_LIB_DEPENDS= libmpich.so:net/mpich2 \ +MPI_LIB_DEPENDS= libmpich.so:net/mpich \ libscalapack.so:math/scalapack +MPI_LDFLAGS= -lmpifort OPENMP_MPI_DESC= Enable both OpenMP and MPI OPENMP_MPI_VARS= VERSION=psmp OPENMP_MPI_LIB_DEPENDS= ${MPI_LIB_DEPENDS} +OPENMP_MPI_LDFLAGS= ${MPI_LDFLAGS} PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230025.w8N0PJWA050102>