Date: Sun, 16 Dec 2018 09:01:08 +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: r487565 - head/math/combblas Message-ID: <201812160901.wBG918pu033343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812160901.wBG918pu033343>