From ef6596a759111f3328a78271f8f1a1f3fb9c5ebb Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 4 Oct 2024 00:05:49 +0200 Subject: [PATCH] Build our own bcrypt wheels Upstream required GLIB 2_28 --- recipes/bcrypt/env.sh | 4 ++++ recipes/bcrypt/meta.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 recipes/bcrypt/env.sh create mode 100644 recipes/bcrypt/meta.yaml diff --git a/recipes/bcrypt/env.sh b/recipes/bcrypt/env.sh new file mode 100644 index 0000000..2ba7c23 --- /dev/null +++ b/recipes/bcrypt/env.sh @@ -0,0 +1,4 @@ +export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' +export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && cp /usr/lib64/pkgconfig/openssl11.pc /usr/lib64/pkgconfig/openssl.pc && curl https://sh.rustup.rs -sSf | sh -s -- -y' +export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin' diff --git a/recipes/bcrypt/meta.yaml b/recipes/bcrypt/meta.yaml new file mode 100644 index 0000000..1a92ad9 --- /dev/null +++ b/recipes/bcrypt/meta.yaml @@ -0,0 +1,4 @@ +--- +name: bcrypt +version: 4.2.0 +