Skip to content

Commit

Permalink
try foce-reinstall of gcc_linux-64
Browse files Browse the repository at this point in the history
  • Loading branch information
egluckthaler committed Dec 18, 2023
1 parent 3c8aa4d commit fa76f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
conda config --add channels bioconda
conda config --add channels conda-forge
conda install conda-build conda-verify gcc_linux-64
conda install conda-build conda-verify
conda build .
# This step installs conda-build and then uses it to build your Conda package.

Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Install g++ compiler
conda install -c conda-forge gcc_linux-64 --force-reinstall

# Set environment variables to use the Conda environment's compilers
export CC=$CONDA_PREFIX/bin/x86_64-conda-linux-gnu-gcc
export CXX=$CONDA_PREFIX/bin/x86_64-conda-linux-gnu-g++
Expand Down

0 comments on commit fa76f06

Please sign in to comment.