Skip to content

Commit

Permalink
Linux: Remove conda package attr to prevent shlib compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 17, 2024
1 parent 9f4f60e commit d9ae097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cibw/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ micromamba create --yes --always-copy \
--prefix "$envdir" \
--relocate-prefix "$MPI_ROOT" \
"$MPI_PACKAGE"="$MPI_VERSION"
micromamba remove --yes --quiet --force \
--prefix "$envdir" \
attr
micromamba list --prefix "$envdir"

echo "Fix MPI compiler wrappers"
Expand Down

0 comments on commit d9ae097

Please sign in to comment.