mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
science/ALPSCore: fix build with GCC-based architectures
CMake Error at common/cmake/ALPSCommonModuleDefinitions.cmake:194 (target_compile_features): target_compile_features The compiler feature "cxx_std_11" is not known to CXX compiler "GNU" version 4.2.1. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20049
This commit is contained in:
parent
22bbff4e59
commit
889392b50e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500205
@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libhdf5.so:science/hdf5 \
|
||||
libsz.so:science/szip
|
||||
|
||||
USES= cmake eigen:3
|
||||
USES= cmake compiler:c++11-lang eigen:3
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
TEST_TARGET= test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388
|
||||
|
Loading…
x
Reference in New Issue
Block a user