Skip to content

Commit

Permalink
parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew MacManes committed Feb 26, 2019
1 parent bf3d56a commit b7677f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ setup:
@mkdir -p ${DIR}/software/anaconda
@mkdir -p ${DIR}/software/diamond

conda:
conda:setup
ifdef conda
else
cd ${DIR}/software/anaconda && curl -LO https://repo.anaconda.com/archive/Anaconda3-2018.12-Linux-x86_64.sh
cd ${DIR}/software/anaconda && bash Anaconda3-2018.12-Linux-x86_64.sh -b -p ${DIR}/software/anaconda/install
endif

orp:py37_env.yml conda
orp:py37_env.yml conda setup
ifdef orp
else
( \
source ${DIR}/software/anaconda/install/bin/activate; \
${DIR}/software/anaconda/install/bin/conda update -y -n base conda; \
echo ". ${DIR}/Oyster_River_Protocol/software/anaconda/install/etc/profile.d/conda.sh" >> ~/.bashrc; \
echo ". ${DIR}/software/anaconda/install/etc/profile.d/conda.sh" >> ~/.bashrc; \
source ~/.bashrc; \
source ${DIR}/software/anaconda/install/bin/deactivate; \
)
Expand Down

0 comments on commit b7677f2

Please sign in to comment.