Files
aare/conda-recipe/meta.yaml
Erik Fröjdh 4875c31513
Build on RHEL9 / build (push) Successful in 2m25s
Build on RHEL8 / build (push) Successful in 2m57s
Run tests using data on local RHEL8 / build (push) Successful in 3m37s
Build on local RHEL8 / build (push) Successful in 2m33s
bumped pybind version, cmake fixes (#300)
- Bumped pybind11 version
- Bumped libfmt version
- Patch  Minuit to avoid messing around with CMake policy
2026-04-17 15:50:49 +02:00

55 lines
968 B
YAML

source:
path: ../
{% set version = load_file_regex(load_file = 'VERSION', regex_pattern = '(\d+(?:\.\d+)*(?:[\+\w\.]+))').group(1) %}
package:
name: aare
version: {{version}}
source:
path: ..
build:
number: 0
script:
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- cmake
- ninja
host:
- python
- pip
- numpy >=2.1
- scikit-build-core
- pybind11 >=3.0.3
- matplotlib # needed in host to solve the environment for run
run:
- python
- {{ pin_compatible('numpy') }}
- matplotlib
test:
imports:
- aare
requires:
- pytest
- pytest_check
- boost-histogram
source_files:
- python/tests
commands:
- python -m pytest python/tests
about:
license: SPDX-License-Identifier MPL-2.0
summary: Data analysis library for hybrid pixel detectors from PSI