Commit 45d140df authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "conda build: Install cairo if gmsh is required"

This reverts commit 1281b1c4.
parent 025553cd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -236,11 +236,6 @@ install_conda_deps()
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/bin
  fi

  if [ $PLATFORM = "Linux" ]; then
    # https://github.com/conda-forge/gmsh-feedstock/issues/74
    sed -i '/gmsh/i- cairo' "$CONDA_ENVIRONMENT"
  fi

  PATH="$CONDA_EXE_DIR:$PATH" with_echo conda update conda --yes --quiet
  PATH="$CONDA_EXE_DIR:$PATH" with_echo conda update --all --yes --quiet
  PATH="$CONDA_EXE_DIR:$PATH" with_echo conda env create --file "$CONDA_ENVIRONMENT" --name testing --quiet