guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: guile-libctl: Update to 4.2.0.


From: guix-commits
Subject: 02/04: gnu: guile-libctl: Update to 4.2.0.
Date: Thu, 14 Mar 2019 21:04:53 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a7de5a5006db682e7e418e9148e1ac31e7ff997b
Author: Jonathan Brielmaier <address@hidden>
Date:   Wed Feb 27 18:01:49 2019 +0100

    gnu: guile-libctl: Update to 4.2.0.
    
    * gnu/packages/engineering.scm (guile-libctl): Update to 4.2.0.
    [source]: Update source link to GitHub.
    [arguments]: Build shared library as required by meep.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/engineering.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e552433..76e4b4d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1028,17 +1028,19 @@ determines the frequencies, decay constants, 
amplitudes, and phases of those sin
 (define-public guile-libctl
   (package
     (name "guile-libctl")
-    (version "3.2.2")
+    (version "4.2.0")
     (source (origin
               (method url-fetch)
               (uri
                (string-append
-                "http://ab-initio.mit.edu/libctl/libctl-";
-                version ".tar.gz"))
+                "https://github.com/NanoComp/libctl/releases/download/v";
+                version "/libctl-" version ".tar.gz"))
               (sha256
                (base32
-                "1g7gqybq20jhdnw5vg18bgbj9jz0408gfmjvs8b4xs30pic8pgca"))))
+                "0x8r56lpfq83kfbq28vr25icl19xpfd6fjrxzcpdmv30l9pash83"))))
     (build-system gnu-build-system)
+    (arguments
+      `(#:configure-flags '("--enable-shared")))
     (native-inputs
      `(("fortran" ,gfortran)))
     (inputs



reply via email to

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