gnu: cddlib: Add source file-name.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 14 Nov 2022 13:18:33 +0000 (15:18 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 14 Nov 2022 13:18:33 +0000 (15:18 +0200)
* gnu/packages/maths.scm (cddlib)[source]: Add file-name field.

gnu/packages/maths.scm

index a211253..975d764 100644 (file)
@@ -733,6 +733,7 @@ integer programming problems and computes Markov bases for statistics.")
       (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 @@ FC            = mpifort
 FL            = mpifort
 INCPAR        =
 LIBPAR        = $(SCALAP) $(LAPACK)
-LIBSEQNEEDED  = 
+LIBSEQNEEDED  =
 INCS          = $(INCPAR)
 LIBS          = $(LIBPAR)~]
 AR            = ar vr # rules require trailing space, ugh...