Skip to content

Commit

Permalink
Add auditwheel command.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 12, 2024
1 parent 9787b2a commit 114a6f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PY_SRC="./src/$PYNAME"
FC=gfortran
CC=gcc
PY=python
AW="auditwheel repair --plat manylinux_2_31_x86_64 ./dist/*.whl"
BUILD_DIR="./build"
INCLUDE_DIR="./include"
FPM_FFLAGS="-std=f2008 -pedantic -Wall -Wextra"
Expand All @@ -22,6 +23,7 @@ EXT=".so"
echo -n "Detecting platform..."
if [[ "$OSTYPE" == "msys" ]]; then
PY="py -"
AW=""
DEFAULT_INSTALL_DIR="${APPDATA//\\//}/local"
PLATFORM="windows"
ROOT=$ROOTWINDOWS
Expand Down Expand Up @@ -51,6 +53,7 @@ export PY_SRC
export FC
export CC
export PY
export AW
export EXT
echo "OK"

Expand Down

0 comments on commit 114a6f3

Please sign in to comment.