mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: symengine: Fix build.
* gnu/packages/algebra.scm (symengine)[native-inputs]: Remove llvm. [arguments]: Adjust accordingly.
This commit is contained in:
parent
40b3e9da49
commit
12640deb50
1 changed files with 0 additions and 4 deletions
|
@ -44,7 +44,6 @@
|
||||||
#:use-module (gnu packages graphviz)
|
#:use-module (gnu packages graphviz)
|
||||||
#:use-module (gnu packages image)
|
#:use-module (gnu packages image)
|
||||||
#:use-module (gnu packages java)
|
#:use-module (gnu packages java)
|
||||||
#:use-module (gnu packages llvm)
|
|
||||||
#:use-module (gnu packages maths)
|
#:use-module (gnu packages maths)
|
||||||
#:use-module (gnu packages mpi)
|
#:use-module (gnu packages mpi)
|
||||||
#:use-module (gnu packages multiprecision)
|
#:use-module (gnu packages multiprecision)
|
||||||
|
@ -971,11 +970,8 @@ algorithms from the FORTRAN library MINPACK.")
|
||||||
"-DWITH_MPFR=on"
|
"-DWITH_MPFR=on"
|
||||||
"-DWITH_MPC=on"
|
"-DWITH_MPC=on"
|
||||||
"-DINTEGER_CLASS=flint"
|
"-DINTEGER_CLASS=flint"
|
||||||
"-DWITH_LLVM=on"
|
|
||||||
"-DWITH_SYMENGINE_THREAD_SAFE=on"
|
"-DWITH_SYMENGINE_THREAD_SAFE=on"
|
||||||
"-DBUILD_SHARED_LIBS=on"))) ;also build libsymengine
|
"-DBUILD_SHARED_LIBS=on"))) ;also build libsymengine
|
||||||
(native-inputs
|
|
||||||
`(("llvm" ,llvm)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("flint" ,flint)
|
`(("flint" ,flint)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue