Skip to content

Commit

Permalink
remove conda gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed May 17, 2018
1 parent 9a10749 commit 0a6d1fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion conda/environments/pipelines-nosetests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ channels:
dependencies:
# system deps
- nomkl
- gcc
- zlib
# bioinformatics tools
# python deps
Expand Down
1 change: 0 additions & 1 deletion conda/environments/pipelines-nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- brewer2mpl=1.4.1
- cgat-report=0.7.6.1
- future=0.16.0
- gcc=4.8.5
- httplib2=0.10.3
- intermine=1.09.09
- matplotlib=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion install-CGAT-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ cd $CGAT_HOME

log "downloading miniconda"
# download and install conda
curl -o Miniconda.sh -O http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
curl -o Miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
# Conda 4.4 breaks everything again
# Conda 4.5 looks better
#curl -o Miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86_64.sh
Expand Down

0 comments on commit 0a6d1fe

Please sign in to comment.