You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-hdf5plugin
|
|
version 5.1.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {nist.gov:joe.fowler @joefowler} openmaintainer
|
|
|
|
description A set of compression filters for h5py
|
|
long_description hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, \
|
|
FCIDECOMP, ZFP, zstd--and makes them usable from h5py.
|
|
|
|
homepage https://www.silx.org/doc/hdf5plugin/latest/
|
|
|
|
checksums rmd160 771724f66f3ac22d9c875a5afbaeda408035369f \
|
|
sha256 cf78f1426b5868128b9ec6c498b70d6734e1dc8007a8ed1e7282954ab421b3fa \
|
|
size 65674335
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython \
|
|
port:py${python.version}-cpuinfo
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-h5py
|
|
}
|