all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 34676@debbugs.gnu.org
Subject: [bug#34676] [PATCH 2/4] gnu: guile-libctl: Update to 4.2.0.
Date: Wed, 27 Feb 2019 18:01:49 +0100	[thread overview]
Message-ID: <20190227170151.19111-2-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20190227170151.19111-1-jonathan.brielmaier@web.de>

* 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.
---
 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 ad0a645e89..654f711418 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -981,17 +981,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
--
2.16.4

  reply	other threads:[~2019-02-27 17:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 16:59 [bug#34676] [PATCH 0/4] Update meep to 1.8.0 Jonathan Brielmaier
2019-02-27 17:01 ` [bug#34676] [PATCH 1/4] gnu: harminv: Build shared library Jonathan Brielmaier
2019-02-27 17:01   ` Jonathan Brielmaier [this message]
2019-02-27 17:01   ` [bug#34676] [PATCH 3/4] gnu: mpb: Update to 1.8.0 Jonathan Brielmaier
2019-02-27 17:01   ` [bug#34676] [PATCH 4/4] gnu: meep: " Jonathan Brielmaier
2019-03-14 22:36 ` [bug#34676] [PATCH 0/4] Update meep " Jonathan Brielmaier
2019-03-15  1:05 ` bug#34676: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190227170151.19111-2-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=34676@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.