conda-forge / fenics-feedstock

A conda-smithy repository for fenics.
BSD 3-Clause "New" or "Revised" License
13 stars 12 forks source link

scotch doesn't seem to work on mac-arm #201

Closed minrk closed 2 months ago

minrk commented 2 months ago

unclear if scotch or dolfin is responsible, but seems to work with boost/parmetis

tested the osx-arm64 builds and they consistently crash when calling scotch in either dof_reordering or mesh partitioning. But setting:

parameters['mesh_partitioner'] = 'ParMETIS'
parameters['dof_ordering_library'] = 'Boost'

makes things work reliably, so I imagine omitting scotch will get things working by default.

Unclear if this is dolfin's fault or scotch's, but since this is legacy dolfin on a new platform where we still can't run tests, start by omitting the optional dependency that doesn't seem to work.

conda-forge-webservices[bot] commented 2 months 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.