Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 09:49:50 +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: r524639 - head/science/gromacs
Message-ID:  <202001300949.00U9noRw039596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jan 30 09:49:49 2020
New Revision: 524639
URL: https://svnweb.freebsd.org/changeset/ports/524639

Log:
  science/gromacs: Change compiler requirement to c++14 along the flags that the project supplies.
  
  Reported by:	fallout

Modified:
  head/science/gromacs/Makefile

Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile	Thu Jan 30 09:44:31 2020	(r524638)
+++ head/science/gromacs/Makefile	Thu Jan 30 09:49:49 2020	(r524639)
@@ -17,7 +17,7 @@ BROKEN_i386=	undefined reference to `__atomic_load' an
 BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
 LIB_DEPENDS=	libhwloc.so:devel/hwloc
 
-USES=		cmake compiler:c++11-lang fortran gnome perl5 pkgconfig shebangfix xorg
+USES=		cmake compiler:c++14-lang fortran gnome perl5 pkgconfig shebangfix xorg
 SHEBANG_FILES=	admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh
 bash_CMD=	${SH}
 USE_GNOME=	libxml2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001300949.00U9noRw039596>