Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update deps and build instructions wrt. libmpdecimal #1313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review: also amend MacPorts instructions
  • Loading branch information
erlend-aasland committed May 2, 2024
commit 1a9eb7d0e723f75a8639cd5bcd08edb723f86fe3
11 changes: 9 additions & 2 deletions 11 getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,16 @@ on Linux, macOS and iOS.

Alternatively, with **MacPorts**::

$ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz
$ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz mpdecimal

Then, for Python 3.11 and newer, run ``configure``::
Then, for Python 3.13 and newer, run ``configure``::

$ GDBM_CFLAGS="-I$(dirname $(dirname $(which port)))/include" \
GDBM_LIBS="-L$(dirname $(dirname $(which port)))/lib -lgdbm" \
./configure --with-pydebug \
--with-system-libmpdec

Or, for Python 3.11 and 3.12, run ``configure``::

$ GDBM_CFLAGS="-I$(dirname $(dirname $(which port)))/include" \
GDBM_LIBS="-L$(dirname $(dirname $(which port)))/lib -lgdbm" \
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.