Skip to content

build/pkgs/matplotlib 3.9.2, contourpy 1.2.1 #38525

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions build/pkgs/contourpy/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=contourpy-VERSION.tar.gz
sha1=eb8520cb7172aa8b957d8ba2d09e8f6d9a068d2a
sha256=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
sha1=3166ff1ae1aa6565d4ccbdb2238a42e53bd3859a
sha256=4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c
upstream_url=https://pypi.io/packages/source/c/contourpy/contourpy-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/contourpy/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.1
4 changes: 2 additions & 2 deletions build/pkgs/matplotlib/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=matplotlib-VERSION.tar.gz
sha1=b3391b48ab0bf91778064ce5b2226ff2a2658d7c
sha256=df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69
sha1=6788a6d445c0fe34baf7022705e5e4e0035d90b0
sha256=96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92
upstream_url=https://pypi.io/packages/source/m/matplotlib/matplotlib-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy freetype pillow dateutil pyparsing tornado cycler qhull fonttools contourpy | $(PYTHON_TOOLCHAIN) kiwisolver certifi setuptools_scm $(PYTHON)
numpy packaging freetype pillow dateutil pyparsing cycler qhull fonttools contourpy kiwisolver importlib_resources | $(PYTHON_TOOLCHAIN) pybind11 meson_python setuptools_scm $(PYTHON)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.9.2
9 changes: 7 additions & 2 deletions build/pkgs/matplotlib/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Write a configuration file to src/setup.cfg
# Write a configuration file to src/mplsetup.cfg
python3 make-setup-config.py

# https://github.com/scipy/scipy/issues/16536 - meson breaks when CXX="g++ -std=gnu++11"
export CXX=$(echo "$CXX" | sed 's/-std=[a-z0-9+]*//g')
cd src

# Finally install
sdh_pip_install .
# https://matplotlib.org/stable/install/dependencies.html#use-system-libraries
sdh_pip_install -C setup-args="-Dsystem-freetype=true" \
-C setup-args="-Dsystem-qhull=true" \
.
Loading