]> https://gitweb.dealii.org/ - candi.git/commitdiff
Bump symengine version 0.8.1
authorFabian Castelli <fabian.castelli@kit.edu>
Wed, 16 Feb 2022 21:09:35 +0000 (22:09 +0100)
committerFabian Castelli <fabian.castelli@kit.edu>
Wed, 16 Feb 2022 21:09:35 +0000 (22:09 +0100)
deal.II-toolchain/packages/symengine.package

index bc672870438486c5ef8604a71aec8f04a73aa9c3..2e5833ce12f394991171f237e5c5a03ac98df635 100644 (file)
@@ -10,16 +10,21 @@ fi
 
 if [ ${CANDI_SYMENGINE_LOAD_TARBALL} = ON ]; then
   # download release tarball
-  VERSION=0.7.0
+  VERSION=0.8.1
   CHECKSUM=72b8f1442fd3084c96e59d9fe87eec1a
 
+  # VERSION=0.7.0
+  # CHECKSUM=72b8f1442fd3084c96e59d9fe87eec1a
+
   NAME=symengine-${VERSION}
   SOURCE=https://github.com/symengine/symengine/releases/download/v${VERSION}/
   EXTRACTSTO=${NAME}
   PACKING=.tar.gz
 else
   # download git repository
-  VERSION=v0.7.0
+  VERSION=v0.8.1
+
+  # VERSION=v0.7.0
 
   NAME=symengine.git
   SOURCE=https://github.com/symengine/
@@ -36,7 +41,14 @@ INSTALL_PATH=${INSTALL_PATH}/symengine-${VERSION}
 CONFOPTS="\
   -D BUILD_SHARED_LIBS:BOOL=ON \
   -D BUILD_TESTS:BOOL=OFF \
-  -D BUILD_BENCHMARKS:BOOL=OFF"
+  -D BUILD_BENCHMARKS:BOOL=OFF \
+  -D INTEGER_CLASS=flint \
+  -D WITH_BOOST:BOOL=ON \
+  -D WITH_GMP:BOOL=ON \
+  -D WITH_LLVM:BOOL=ON \
+  -D WITH_MPC:BOOL=ON \
+  -D WITH_MPFR:BOOL=ON \
+  -D WITH_SYMENGINE_THREAD_SAFE:BOOL=ON"
 
 package_specific_register() {
   export SYMENGINE_DIR=${INSTALL_PATH}

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.