[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/71: gnu: Add julia-libgcrypt-jll.
From: |
guix-commits |
Subject: |
39/71: gnu: Add julia-libgcrypt-jll. |
Date: |
Sun, 30 May 2021 05:57:41 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2ee28bfc9f43df97913c5e54fe1206b92ef6662b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:15:00 2021 +0300
gnu: Add julia-libgcrypt-jll.
* gnu/packages/julia-jll.scm (julia-libgcrypt-jll): New variable.
---
gnu/packages/julia-jll.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 87cd840..73214cb 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -696,6 +696,45 @@ used in autogenerated packages via
@code{BinaryBuilder.jl}.")
(description "This package provides a wrapper for the libffi library.")
(license license:expat)))
+(define-public julia-libgcrypt-jll
+ (package
+ (name "julia-libgcrypt-jll")
+ (version "1.8.7+0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaBinaryWrappers/Libgcrypt_jll.jl")
+ (commit (string-append "Libgcrypt-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06fsdwrfw3f4cdbg1ssswznvj8ar3w5w4vxxag1hacs14pxlm5gi"))))
+ (build-system julia-build-system)
+ (arguments
+ '(#:tests? #f ; no runtests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'override-binary-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (map
+ (lambda (wrapper)
+ (substitute* wrapper
+ (("generate_wrapper_header.*")
+ (string-append
+ "generate_wrapper_header(\"Libgcrypt\", \""
+ (assoc-ref inputs "libgcrypt") "\")\n"))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("libgcrypt" ,libgcrypt)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-libgpg-error-jll" ,julia-libgpg-error-jll)))
+ (home-page "https://github.com/JuliaBinaryWrappers/Libgcrypt_jll.jl")
+ (synopsis "libgcrypt library wrappers")
+ (description "This package provides a wrapper for the libgcrypt library.")
+ (license license:expat)))
+
(define-public julia-libgpg-error-jll
(package
(name "julia-libgpg-error-jll")
- 21/71: gnu: Add julia-openssl-jll., (continued)
- 21/71: gnu: Add julia-openssl-jll., guix-commits, 2021/05/30
- 22/71: gnu: Add julia-opus-jll., guix-commits, 2021/05/30
- 26/71: gnu: Add julia-libiconv-jll., guix-commits, 2021/05/30
- 27/71: gnu: Add julia-libffi-jll., guix-commits, 2021/05/30
- 28/71: gnu: Add julia-xml2-jll., guix-commits, 2021/05/30
- 34/71: gnu: Add julia-libuuid-jll., guix-commits, 2021/05/30
- 35/71: gnu: Add julia-expat-jll., guix-commits, 2021/05/30
- 23/71: gnu: Add julia-libass-jll., guix-commits, 2021/05/30
- 33/71: gnu: Add julia-pixman-jll., guix-commits, 2021/05/30
- 37/71: gnu: Add julia-xorg-libxdmcp-jll., guix-commits, 2021/05/30
- 39/71: gnu: Add julia-libgcrypt-jll.,
guix-commits <=
- 40/71: gnu: Add julia-xorg-xtrans-jll., guix-commits, 2021/05/30
- 38/71: gnu: Add julia-libgpg-error-jll., guix-commits, 2021/05/30
- 36/71: gnu: Add julia-xorg-libxau-jll., guix-commits, 2021/05/30
- 24/71: gnu: Add julia-ffmpeg-jll., guix-commits, 2021/05/30
- 25/71: gnu: Add julia-ffmpeg., guix-commits, 2021/05/30
- 29/71: gnu: Add julia-gettext-jll., guix-commits, 2021/05/30
- 46/71: gnu: Add julia-xorg-libxext-jll., guix-commits, 2021/05/30
- 30/71: gnu: Add julia-pcre-jll., guix-commits, 2021/05/30
- 31/71: gnu: Add julia-libmount-jll., guix-commits, 2021/05/30
- 41/71: gnu: Add julia-lzo-jll., guix-commits, 2021/05/30