Skip to content

Commit

Permalink
Update version policy with lists of available versions
Browse files Browse the repository at this point in the history
Lists of versions were generated from the .gnu.version_d sections of the
lib_whitelist .so's available in the manylinux docker image.
  • Loading branch information
ehashman committed Jun 4, 2016
1 parent 02df277 commit ec6171f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions auditwheel/policy/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
{"name": "manylinux1",
"priority": 100,
"symbol_versions": {
"GLIBC": "2.5",
"CXXABI": "3.4.8",
"GLIBCXX": "3.4.9",
"GCC": "4.2.0"},
"GLIBC": ["2.0", "2.1", "2.1.1", "2.1.2", "2.1.3", "2.2", "2.2.1",
"2.2.2", "2.2.3", "2.2.4", "2.2.5", "2.2.6", "2.3", "2.3.2",
"2.3.3", "2.3.4", "2.4", "2.5"],
"CXXABI": ["1.3", "1.3.1"],
"GLIBCXX": ["3.4", "3.4.1", "3.4.2", "3.4.3", "3.4.4", "3.4.5", "3.4.6",
"3.4.7", "3.4.8"],
"GCC": ["3.0", "3.3", "3.3.1", "3.4", "3.4.2", "3.4.4", "4.0.0",
"4.2.0"]
},
"lib_whitelist": [
"libpanelw.so.5", "libncursesw.so.5",
"libgcc_s.so.1",
Expand Down

0 comments on commit ec6171f

Please sign in to comment.