mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-12 16:17:29 +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…
x
Reference in New Issue
Block a user