svn commit: r524639 - head/science/gromacs

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 30 09:49:50 UTC 2020


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


More information about the svn-ports-all mailing list