From: Jean-Paul Pelteret Date: Sun, 29 Mar 2020 20:07:06 +0000 (+0200) Subject: Increase required SymEngine version to 0.6 X-Git-Tag: v9.2.0-rc1~112^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66ec6da31f48e3e1e38a26dab6577bea9c162ec0;p=dealii.git Increase required SymEngine version to 0.6 --- diff --git a/cmake/configure/configure_symengine.cmake b/cmake/configure/configure_symengine.cmake index 20da3601c2..bf640d5c79 100644 --- a/cmake/configure/configure_symengine.cmake +++ b/cmake/configure/configure_symengine.cmake @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2019 by the deal.II authors +## Copyright (C) 2019-2020 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -25,9 +25,9 @@ MACRO(FEATURE_SYMENGINE_FIND_EXTERNAL var) SET(${var} TRUE) # - # We require at least version 0.4 of the symengine library: + # We require at least version 0.6 of the symengine library: # - SET(_version_required "0.4") + SET(_version_required "0.6") IF(SYMENGINE_VERSION VERSION_LESS ${_version_required}) MESSAGE(STATUS "Insufficient SymEngine installation found: "