Archived
1
0
Fork 0

gnu: symengine: Fix build.

* gnu/packages/algebra.scm (symengine)[native-inputs]: Remove llvm.
[arguments]: Adjust accordingly.
This commit is contained in:
Efraim Flashner 2021-03-09 15:44:31 +02:00
parent 40b3e9da49
commit 12640deb50
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -44,7 +44,6 @@
#:use-module (gnu packages graphviz)
#:use-module (gnu packages image)
#:use-module (gnu packages java)
#:use-module (gnu packages llvm)
#:use-module (gnu packages maths)
#:use-module (gnu packages mpi)
#:use-module (gnu packages multiprecision)
@ -971,11 +970,8 @@ algorithms from the FORTRAN library MINPACK.")
"-DWITH_MPFR=on"
"-DWITH_MPC=on"
"-DINTEGER_CLASS=flint"
"-DWITH_LLVM=on"
"-DWITH_SYMENGINE_THREAD_SAFE=on"
"-DBUILD_SHARED_LIBS=on"))) ;also build libsymengine
(native-inputs
`(("llvm" ,llvm)))
(inputs
`(("flint" ,flint)
("gmp" ,gmp)