math/ascent: fix build on GCC architectures
C++17 compiler is necessary: The compiler feature "cxx_std_17" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
@@ -11,7 +11,7 @@ COMMENT= C++ simulation engine and differential equation solver
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++17-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= AnyarInc
|
||||
GH_PROJECT= Ascent
|
||||
|
||||
Reference in New Issue
Block a user