gnu: harminv: Update to 1.4.1.
* gnu/packages/engineering.scm (harminv): Update to 1.4.1. [source, home-page]: Switch to new host.
This commit is contained in:
parent
a0bb98c322
commit
b09c6b55ad
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
||||||
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -898,16 +899,16 @@ interface to select the best such procedures to use on a given system.")
|
||||||
(define-public harminv
|
(define-public harminv
|
||||||
(package
|
(package
|
||||||
(name "harminv")
|
(name "harminv")
|
||||||
(version "1.4")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append
|
(string-append "https://github.com/stevengj/harminv/"
|
||||||
"http://ab-initio.mit.edu/harminv/harminv-"
|
"releases/download/v" version "/"
|
||||||
version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pmm8d6fx9ahhnk7w12bfa6zx3afbkg4gkvlvgwhpjxbcrvrp3jk"))))
|
"0w1n4d249vlpda0hi6z1v13qp21vlbp3ykn0m8qg4rd5132j7fg1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -922,7 +923,7 @@ interface to select the best such procedures to use on a given system.")
|
||||||
`(("fortran" ,gfortran)))
|
`(("fortran" ,gfortran)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)))
|
`(("lapack" ,lapack)))
|
||||||
(home-page "http://ab-initio.mit.edu/wiki/index.php/Harminv")
|
(home-page "https://github.com/stevengj/harminv")
|
||||||
(synopsis "Harmonic inversion solver")
|
(synopsis "Harmonic inversion solver")
|
||||||
(description
|
(description
|
||||||
"Harminv is a free program (and accompanying library) to solve the problem of
|
"Harminv is a free program (and accompanying library) to solve the problem of
|
||||||
|
|
Loading…
Reference in New Issue