conda-forge / openpmd-api-feedstock

A conda-smithy repository for openpmd-api.
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Release: 0.12.0a #50

Closed ax3l closed 4 years ago

ax3l commented 4 years ago

This release adds data type support for complex numbers, allows to close iterations and adds first support for backend configuration options (via JSON), which are currently implemented for ADIOS2. Further installation options have been added (homebrew and CLI tool support with pip). New free standing functions and macro defines are provided for version checks.

Add @franzpoeschel as co-maintainer to reduce our bus-factor.

Checklist

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ax3l commented 4 years ago

Getting a couple of conflicts such as

Package hdf5 conflicts for:
hdf5[version='>=1.8.13,>=1.8.13',build=mpi_mpich_*]
adios2[version='>=2.6.0,>=2.6.0',build=mpi_mpich_*] -> hdf5[version='>=1.10.5,<1.10.6.0a0|>=1.10.6,<1.10.7.0a0',build=mpi_mpich_*]

Trying to address via: https://github.com/conda-forge/adios2-feedstock/pull/14

And on drone IO:

Package blosc conflicts for:
adios2[version='>=2.6.0,>=2.6.0',build=mpi_mpich_*] -> blosc[version='>=1.18.1,<2.0a0|>=1.20.0,<2.0a0']
adios[version='>=1.13.1,>=1.13.1',build=mpi_mpich_*] -> blosc[version='>=1.16.3,<2.0a0|>=1.17.0,<2.0a0']

via https://github.com/conda-forge/adios-feedstock/pull/27

ax3l commented 4 years ago

On windows, the ctest on python -m openpmd_api.ls --help seems to fail on conda-forge (works on mainline CI).

%PREFIX%\python.exe: Error while finding module specification for 'openpmd_api.ls' (ModuleNotFoundError: No module named 'openpmd_api')

Does not look like patching in https://github.com/openPMD/openPMD-api/pull/776 helps yet.

PyPy generally seems to have build environment concretization issues right now.

ax3l commented 4 years ago

@conda-forge-admin, please rerender