svn commit: r487565 - head/math/combblas

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 16 09:01:09 UTC 2018


Author: yuri
Date: Sun Dec 16 09:01:08 2018
New Revision: 487565
URL: https://svnweb.freebsd.org/changeset/ports/487565

Log:
  math/combblas: Add compiler:c++14-lang

Modified:
  head/math/combblas/Makefile

Modified: head/math/combblas/Makefile
==============================================================================
--- head/math/combblas/Makefile	Sun Dec 16 09:00:09 2018	(r487564)
+++ head/math/combblas/Makefile	Sun Dec 16 09:01:08 2018	(r487565)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libmpi.so:net/mpich \
 		libomp.so:devel/openmp
 RUN_DEPENDS=	${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich
 
-USES=		cmake:outsource localbase:ldflags tar:tgz
+USES=		cmake:outsource compiler:c++14-lang localbase:ldflags tar:tgz
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS


More information about the svn-ports-all mailing list