mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix pip build on linux
This commit is contained in:
parent
d976e27b33
commit
0a8bef493b
@ -1,6 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
policy_file = "/opt/_internal/pipx/venvs/auditwheel/lib/python3.9/site-packages/auditwheel/policy/manylinux-policy.json"
|
policy_file = "/opt/_internal/pipx/venvs/auditwheel/lib/python3.10/site-packages/auditwheel/policy/manylinux-policy.json"
|
||||||
data = json.load(open(policy_file))
|
data = json.load(open(policy_file))
|
||||||
additional_libs = [
|
additional_libs = [
|
||||||
"libbz2.so.1.0.6",
|
"libbz2.so.1.0.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user