Skip to content

Commit

Permalink
BLD: Update to 2.31 for manylinux tag Debian 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jun 25, 2024
1 parent debf0ab commit 90b7a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif

SRC_FYPP=$(wildcard ./src/*.fypp)

.PHONY: build nist stdlib sources doc docs
.PHONY: build nist stdlib sources doc docs clean logo

all: $(LIBNAME)

Expand Down Expand Up @@ -105,3 +105,7 @@ clean:
make -C py clean
fpm clean --all
rm -rf API-doc/*

py: $(LIBNAME)
make install prefix=py/$(PY_SRC)
make -C py
2 changes: 1 addition & 1 deletion py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifeq ($(PLATFORM), windows)
endif
ifeq ($(PLATFORM), linux)
PY=python
AW=auditwheel repair --plat manylinux_2_34_x86_64 ./dist/*.whl
AW=auditwheel repair --plat manylinux_2_31_x86_64 ./dist/*.whl
endif
ifeq ($(PLATFORM), darwin)
PY=python
Expand Down

0 comments on commit 90b7a07

Please sign in to comment.