]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Increase required SymEngine version to 0.6
authorJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 29 Mar 2020 20:07:06 +0000 (22:07 +0200)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Mon, 4 May 2020 12:45:21 +0000 (14:45 +0200)
cmake/configure/configure_symengine.cmake

index 20da3601c285f61554a3299e211d8a61eafe1bef..bf640d5c7982ed78a8e687b28aadbf548520f66b 100644 (file)
@@ -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: "

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.