me
/
guix
Archived
1
0
Fork 0

gnu: opencascade-oce: Don't use unstable tarball.

* gnu/packages/maths.scm (opencascade-oce)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-09 00:17:06 +02:00
parent 88efbab2d9
commit 830971bf3a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

@ -1554,15 +1554,14 @@ script files.")
(version "0.17.2") (version "0.17.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/tpaviot/oce/archive/OCE-" (url "https://github.com/tpaviot/oce.git")
version (commit (string-append "OCE-" version))))
".tar.gz")) (file-name (git-file-name name version))
(patches (search-patches "opencascade-oce-glibc-2.26.patch")) (patches (search-patches "opencascade-oce-glibc-2.26.patch"))
(sha256 (sha256
(base32 (base32 "0rg5wzkvfmzfl6v2amyryb8dnjad0nn9kyr607wy2gch6rciah69"))))
"0vpmnb0k5y2f7lpmwx9pg9yfq24zjvnsak5alzacncfm1hv9b6cd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags