Skip to content
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

py-h5py: update build dependencies #27707

Merged
merged 1 commit into from
Feb 24, 2025
Merged
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
11 changes: 4 additions & 7 deletions python/py-h5py/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name py-h5py

# h5py needs to be re-built after hdf5 upgrades; it has its own version
# check included.
revision 1
revision 2

checksums \
rmd160 bac3267da58389438559261fe4f393f1423adfe5 \
Expand Down Expand Up @@ -42,13 +42,10 @@ python.versions 39 310 311 312 313
github.livecheck.regex {([0-9.]+)}

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-pythran \
port:py${python.version}-cython
depends_build-append port:py${python.version}-cython \
port:py${python.version}-pkgconfig

depends_lib-append port:py${python.version}-cached-property \
port:py${python.version}-numpy \
port:py${python.version}-six \
port:py${python.version}-pkgconfig \
depends_lib-append port:py${python.version}-numpy \
port:hdf5

build.env-append HDF5_DIR=${prefix}
Expand Down