Skip to content

Commit 990ac5c

Browse files
author
Matthias Koeppe
committed
build/pkgs/argon2_cffi_bindings/spkg-install.in: Move handling of SAGE_FAT_BINARY here
1 parent ba4c09a commit 990ac5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
cd src
2-
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
3-
# https://argon2-cffi.readthedocs.io/en/stable/installation.html
4-
export ARGON2_CFFI_USE_SSE2=0
5-
fi
62
sdh_pip_install .
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
cd src
2+
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
3+
# https://argon2-cffi.readthedocs.io/en/stable/installation.html
4+
export ARGON2_CFFI_USE_SSE2=0
5+
fi
26
sdh_pip_install .

0 commit comments

Comments
 (0)