Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p/pynacl/build_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"maintainer": "kiranNukal",
"package_name": "pynacl",
"github_url": "https://github.com/pyca/pynacl",
"version": "v1.3.1",
"version": "v0.3.0",
"default_branch": "main",
"build_script": "pynacl_ubi_9.6.sh",
"package_dir": "p/pynacl",
Expand Down
5 changes: 3 additions & 2 deletions p/pynacl/pynacl_ubi_9.6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -ex
# Variables
PACKAGE_NAME=pynacl
PACKAGE_VERSION=${1:-1.5.0}
PACKAGE_VERSION=${1:-0.3.0}
PACKAGE_URL=https://github.com/pyca/pynacl
PACKAGE_DIR=pynacl

Expand All @@ -30,7 +30,8 @@ pip3 install pytest

export PATH=$PATH:/usr/local/bin/
export PATH=/opt/rh/gcc-toolset-13/root/usr/bin:$PATH
export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-13/root/usr/lib64:$LD_LIBRARY_PATH
export CFLAGS="-O2 -Wno-error=address-of-packed-member -Wno-error=array-bounds -fno-strict-aliasing -Wno-error=stringop-overflow -Wno-error=stringop-overread -fno-tree-slp-vectorize -Wno-error=aligned-new -Wno-error=all-static-in-load"
export LDFLAGS="-O2 -Wno-error=address-of-packed-member"

curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env"
Expand Down
Loading