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)
This commit is contained in:
parent
1364bdc745
commit
4db734d0b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534168
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue