Skip to content

Commit

Permalink
Fix typos in Changelog, remove @loader_path warning from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Sep 18, 2021
1 parent 8bf5cf0 commit 26074b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Delocate change log
###################

Matthew Brett (MB) wrote most of the code. Kyle Benesh (KB) did some heroic
Matthew Brett (MB) wrote most of the code. Kyle Benesch (KB) did some heroic
refactoring of the dependency tracing and added type hinting. Isuru Fernando
(IF) developed the Universal2 (arm64) support. Min Ragan-Kelley (MinRK) did a
lot of work discussing OSX things with MB, and contributed fixes as well.
Expand Down Expand Up @@ -47,7 +47,7 @@ Releases
* Add required ad-hoc signing for libraries (IF).
* Fix to escape regexp special characters to occur in library names (such as
``++`` in ``libc++`` (Grzegorz Bokota).
* Support for new ``otool`` output from arm architecture fat libararies (IF).
* Support for new ``otool`` output from arm architecture fat libraries (IF).
* Various CI improvements, including refactoring for test wheel generation,
replacing ``i386`` with ``arm64`` for dual architectures, and start of
Github workflow tests (MB, KB).
Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ See those too with::
The output tells me that Scipy has picked up dynamic libraries from my
Homebrew installation of ``gfortran`` (as well as the system libs).

.. warning::

Dependency paths starting with ``@loader_path/`` or ``@executable_path/``
are ignored by Delocate. These files will be skipped by the
``delocate-wheel`` command.

You can get a listing of the files depending on each of the libraries,
using the ``--depending`` flag::

Expand Down

0 comments on commit 26074b1

Please sign in to comment.