mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: infinibadn-diags: Don't use autogenerated tarball.
* gnu/packages/fabric-management.scm (infiniband-diags)[source]: Download release tarball. [native-inputs]: Remove autoconf, automake, libtool.
This commit is contained in:
parent
2fc7e345aa
commit
2fc6d733f3
1 changed files with 5 additions and 5 deletions
|
@ -95,18 +95,18 @@ running the opensm daemon.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/linux-rdma/infiniband-diags/archive/"
|
(uri (string-append "https://github.com/linux-rdma/infiniband-diags/releases"
|
||||||
version ".tar.gz"))
|
"/download/" version
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
"/infiniband-diags-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ns9sjwvxnklhi47d6k5x8kxdk1n7f5362y45xwxqmr7gwfvpmwa"))))
|
(base32 "11dbdnsx5hcvg6jh4ipm5j9wg420avpxw1jbsaj3zf4kwc5hw9id"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list rdma-core opensm glib))
|
(list rdma-core opensm glib))
|
||||||
(outputs '("out" "lib"))
|
(outputs '("out" "lib"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; FIXME: needs rst2man for man pages
|
;; FIXME: needs rst2man for man pages
|
||||||
(list autoconf automake libtool perl pkg-config))
|
(list perl pkg-config))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(list (string-append "CPPFLAGS=-I" (assoc-ref %build-inputs "opensm")
|
(list (string-append "CPPFLAGS=-I" (assoc-ref %build-inputs "opensm")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue