gnu: cddlib: Add source file-name.

* gnu/packages/maths.scm (cddlib)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:18:33 +02:00
parent a0aa6542ac
commit a5d64173e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -733,6 +733,7 @@ (define-public cddlib
(uri (git-reference
(url "https://github.com/cddlib/cddlib")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0"))))
@ -3815,7 +3816,7 @@ (define-public mumps
FL = mpifort
INCPAR =
LIBPAR = $(SCALAP) $(LAPACK)
LIBSEQNEEDED =
LIBSEQNEEDED =
INCS = $(INCPAR)
LIBS = $(LIBPAR)~]
AR = ar vr # rules require trailing space, ugh...