mirror of https://github.com/pyodide/pyodide.git
21 lines
601 B
YAML
21 lines
601 B
YAML
package:
|
|
name: boost-histogram
|
|
version: 1.3.1
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/fa/2d/79cad54cc2579836d048809e6f29fc294f9b4f7c4eedee6fda4425daaf30/boost_histogram-1.3.1.tar.gz
|
|
sha256: 31cd396656f3a37834e07d304cdb84d9906bc2172626a3d92fe577d08bcf410f
|
|
requirements:
|
|
run:
|
|
- numpy # runtime only
|
|
build:
|
|
cxxflags: -fexceptions
|
|
ldflags: -fexceptions
|
|
test:
|
|
imports:
|
|
- boost_histogram
|
|
about:
|
|
home: https://github.com/scikit-hep/boost-histogram
|
|
PyPI: https://pypi.org/project/boost-histogram
|
|
summary: The Boost::Histogram Python wrapper.
|
|
license: BSD-3-Clause
|