Closed ChristopherHogan closed 5 years ago
Hi! This is the friendly automated conda-forge-webservice.
I've rerendered the recipe as requested, but nothing actually changed.
Not sure why the error is different, but now I'm seeing
conda.exceptions.UnsatisfiableError: The following specifications were found to be in conflict:
- hdf5=[build=mpi_mpich_*] -> libgfortran[version='>=3.0.1,<4.0.0.a0']
- libgfortran[version='>=4.0.0,<5.0.0.a0']
Here's the meta.yaml
:
{% set version = "1.8.1.dev" %}
{% set buildnumber = 0 %}
package:
name: mpb
version: {{version}}
source:
git_url: https://github.com/NanoComp/mpb.git
git_rev: master
build:
number: {{buildnumber}}
features:
- nomkl
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('fortran') }}
host:
- openblas
- mpich
- fftw
- hdf5 * mpi_mpich_*
- libctl >=4.1.4
run:
- openblas
- fftw
- hdf5 * mpi_mpich_*
- libctl >=4.1.4
- nomkl
test:
commands:
- test -f ${PREFIX}/lib/libmpb${SHLIB_EXT}
about:
home: http:/github.com/NanoComp/mpb
license: GPL-2.0
license_file: COPYING
summary: MIT Photonic-Bands - computation of photonic band structures in periodic media
doc_url: http://mpb.readthedocs.io
dev_url: https://github.com/NanoComp/mpb
I think this belongs in conda-forge/hdf5-feedstock#103 instead.
Issue: I have a recipe that depends on
mpich
and also usescompiler('fortran')
. On MacOS, the fortran compiler seems to be pinned at version4
, whilempich
requires version3
:Hopefully just a rerender is needed.
@conda-forge-admin, please rerender
Environment (
conda list
):Details about
conda
and system (conda info
):