mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: cddlib: Add source file-name.
* gnu/packages/maths.scm (cddlib)[source]: Add file-name field.
This commit is contained in:
parent
a0aa6542ac
commit
a5d64173e0
1 changed files with 2 additions and 1 deletions
|
@ -733,6 +733,7 @@ (define-public cddlib
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/cddlib/cddlib")
|
(url "https://github.com/cddlib/cddlib")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0"))))
|
"09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0"))))
|
||||||
|
@ -3815,7 +3816,7 @@ (define-public mumps
|
||||||
FL = mpifort
|
FL = mpifort
|
||||||
INCPAR =
|
INCPAR =
|
||||||
LIBPAR = $(SCALAP) $(LAPACK)
|
LIBPAR = $(SCALAP) $(LAPACK)
|
||||||
LIBSEQNEEDED =
|
LIBSEQNEEDED =
|
||||||
INCS = $(INCPAR)
|
INCS = $(INCPAR)
|
||||||
LIBS = $(LIBPAR)~]
|
LIBS = $(LIBPAR)~]
|
||||||
AR = ar vr # rules require trailing space, ugh...
|
AR = ar vr # rules require trailing space, ugh...
|
||||||
|
|
Loading…
Reference in a new issue