mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: meep: Update to 1.30.1.
* gnu/packages/engineering.scm (meep): Update to 1.30.1. [home-page]: Follow redirect. Change-Id: I551b1be424d57749adb9043085a1d95981bca538
This commit is contained in:
parent
68be38eed7
commit
39b18621e7
1 changed files with 3 additions and 3 deletions
|
@ -1892,7 +1892,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
(define-public meep
|
||||
(package
|
||||
(name "meep")
|
||||
(version "1.30.0")
|
||||
(version "1.30.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1901,7 +1901,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
version "/meep-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgbyg0b1g172ndi5cmmawd7j602g00hfr8waqjw3fa4s3zxgq09"))))
|
||||
"1h80d7i7v06fxfdsa496b542dvr105c4v1n7pk8m3jssvbxvv2a0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
@ -1922,7 +1922,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
mpb
|
||||
openblas
|
||||
zlib))
|
||||
(home-page "http://ab-initio.mit.edu/wiki/index.php/Meep")
|
||||
(home-page "https://meep.readthedocs.io/en/latest/")
|
||||
(synopsis "Finite-difference time-domain (FDTD) simulation software")
|
||||
(description
|
||||
"Meep is a finite-difference time-domain (FDTD) simulation software package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue