summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorJack Coughlin <jack@jackc.me>2020-07-18 08:47:24 -0700
committerJack Coughlin <jack@jackc.me>2020-07-18 08:47:24 -0700
commit8a65fe8da6433092ff21b34f17473535e3c189da (patch)
tree984194c4917fa272e884900cb958dad96766916c /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentb907241a66594ec0742bbd1db36c2c27668c504f (diff)
petsc: Fix install_name_tool patch
The PETSc library's config/install.py script checks whether /usr/bin/install_name_tool is an existing file: https://gitlab.com/petsc/petsc/-/blob/master/config/install.py#L368 Therefore, it is not enough to replace it with something that we expect to be on the PATH, as this will cause the linked if statement to be silently skipped. The consequence is that applications linked against this version of petsc will fail at runtime on MacOS with a dynamic loading error. Instead, we should replace install_name_tool with the absolute path of a binary we know will be present at build time. Note that this should be fixed upstream as well, but this is sufficient to fix the runtime error.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions