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:
Piotr Kubaj
2020-04-12 14:28:06 +00:00
parent aec7a8c70e
commit dcf608e829

View File

@@ -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