Skip to content

Commit

Permalink
Merge pull request #2315 from jeromekelleher/fix-slim-version
Browse files Browse the repository at this point in the history
Pin to specific SLiM version
  • Loading branch information
jeromekelleher authored Aug 7, 2024
2 parents 195b956 + 0240d75 commit e90c338
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ seq-gen:

slim:
rm -fR SLiM*
wget http://benhaller.com/slim/SLiM.zip
unzip SLiM.zip
mkdir SLiM/build
wget https://github.com/MesserLab/SLiM/archive/refs/tags/v3.7.1.tar.gz
tar -zxvf v3.7.1.tar.gz
mkdir SLiM-3.7.1/build
# Arbitrarily using 4 threads to build here..
cd SLiM/build && cmake .. && make -j 4
cp SLiM/build/slim ./
cd SLiM-3.7.1/build && cmake .. && make -j 4
cp SLiM-3.7.1/build/slim ./

scrm:
wget https://github.com/scrm/scrm/releases/download/v1.7.2/scrm-src.tar.gz
Expand Down

0 comments on commit e90c338

Please sign in to comment.