guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: symengine: Fix build.


From: guix-commits
Subject: 02/04: gnu: symengine: Fix build.
Date: Tue, 9 Mar 2021 09:22:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 12640deb502d99d37ae6fe7a06d5c5335a80973e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 9 15:44:31 2021 +0200

    gnu: symengine: Fix build.
    
    * gnu/packages/algebra.scm (symengine)[native-inputs]: Remove llvm.
    [arguments]: Adjust accordingly.
---
 gnu/packages/algebra.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 6f36f26..948f9bd 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]