guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add guile-libctl.


From: Danny Milosavljevic
Subject: 02/05: gnu: Add guile-libctl.
Date: Sat, 24 Jun 2017 03:19:04 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit cbd9568fcd0ac63dad163bc7a2afafdc74333dad
Author: Theodoros Foradis <address@hidden>
Date:   Thu Jun 22 22:09:55 2017 +0300

    gnu: Add guile-libctl.
    
    * gnu/packages/engineering.scm (guile-libctl): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/engineering.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3252e98..a9b4175 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -880,3 +880,28 @@ harmonic inversion — given a discrete-time, finite-length 
signal that consists
 of finitely-many sinusoids (possibly exponentially decaying) in a given 
bandwidth, it
 determines the frequencies, decay constants, amplitudes, and phases of those 
sinusoids.")
     (license license:gpl2+)))
+
+(define-public guile-libctl
+  (package
+    (name "guile-libctl")
+    (version "3.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append
+                "http://ab-initio.mit.edu/libctl/libctl-";
+                version ".tar.gz"))
+              (sha256
+               (base32
+                "1g7gqybq20jhdnw5vg18bgbj9jz0408gfmjvs8b4xs30pic8pgca"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("fortran" ,gfortran)))
+    (inputs
+     `(("guile" ,guile-2.2)))
+    (home-page "http://ab-initio.mit.edu/wiki/index.php/Libctl";)
+    (synopsis "Flexible control files implementation for scientific 
simulations")
+    (description
+     "Libctl is a Guile-based library implementing flexible control files
+for scientific simulations.")
+    (license license:gpl2+)))



reply via email to

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