gnu: elemental: Don't use unstable tarball.

* gnu/packages/maths.scm (elemental)[source]: Download source using
git-fetch.
This commit is contained in:
Efraim Flashner 2018-12-16 23:24:53 +02:00
parent 3b42e2be92
commit 5c0b6d1b1d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -4074,13 +4074,14 @@ exclusion algorithms are typical examples of such systems.")
(name "elemental") (name "elemental")
(version "0.87.7") (version "0.87.7")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/elemental/Elemental/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/elemental/Elemental.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1nfp82w22pi8x8fg9sc37z8kf84dqi1dhxp8bbk7571y4aygvv3v")))) "1687xpjjzig27y2pnqv7hv09smpijyfdpz7qjgmcxf4shfajlfkc"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "http://libelemental.org") (home-page "http://libelemental.org")
(native-inputs (native-inputs