Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 12:04:05 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534168 - head/science/votca
Message-ID:  <202005061204.046C45Ik053764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed May  6 12:04:05 2020
New Revision: 534168
URL: https://svnweb.freebsd.org/changeset/ports/534168

Log:
  Add compiler:c++14-lang to USES to fix build on GCC-based systems:
  
    Target "cmTC_057ba" requires the language dialect "CXX14" , but CMake does
    not know the compile flags to use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/votca/Makefile

Modified: head/science/votca/Makefile
==============================================================================
--- head/science/votca/Makefile	Wed May  6 12:00:53 2020	(r534167)
+++ head/science/votca/Makefile	Wed May  6 12:04:05 2020	(r534168)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libboost_program_options.so:devel/boost-l
 		libsz.so:science/szip \
 		libxc.so:science/libxc
 
-USES=		cmake eigen:3 perl5 pkgconfig python:run shebangfix
+USES=		cmake compiler:c++14-lang eigen:3 perl5 pkgconfig python:run \
+		shebangfix
 SHEBANG_GLOB=	*.sh *.pl *.py
 SHEBANG_FILES=	csg/scripts/csg_call.in csg/scripts/csg_inverse.in tools/scripts/votca_compare.in \
 		xtp/scripts/xtp_update_mapfile.in xtp/scripts/xtp_basisset.in xtp/scripts/xtp_makeauxbasis.in xtp/share/benchmark/xtp_benchmark.in



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