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 3e28a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cibw/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ 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 3e28a62

Please sign in to comment.