Skip to content

Commit

Permalink
fix undefined symbols from libgfortran.so.3
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Jan 13, 2023
1 parent 94ab971 commit 46f6169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 120

[tool.cibuildwheel.linux]
before-all = "ln -s /usr/lib64/libgfortran.so.5 /usr/lib64/libgfortran.so.3"

0 comments on commit 46f6169

Please sign in to comment.