conda-forge / kwant-feedstock

A conda-smithy repository for kwant.
BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

build with incoming mumps-seq package #58

Closed minrk closed 5 years ago

minrk commented 5 years ago

mumps-seq is a replacement for serial mumps, following the debian mumps-seq package's example, allowing mumps-seq and mumps-mpi to be in the same env (e.g. allowing fenics and kwant together). See https://github.com/conda-forge/mumps-feedstock/issues/34 for details.

Testing for https://github.com/conda-forge/mumps-feedstock/pull/36

will have to wait for that to land before this will work, but I'm using this one localy to confirm that the new structure really does result in a situation where mumps-seq and mumps-mpi can coexist.

conda-forge-linter commented 5 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.

minrk commented 5 years ago

@basnijholt thanks for the fix! This one's working now.

basnijholt commented 5 years ago

@minrk thanks again for going through the effort of fixing the MUMPS build conflicts!