File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ where:
324324
325325- ``hs `` is a vector of length ``M + 1 `` indicating the breakpoints used
326326 to discretize the hidden TMRCA of the distinguished pair. The
327- breakpoints are chosen such that the probability of coalescence is
327+ breakpoints are chosen such that the probability of coalescence
328328 within each interval is uniform with respect to the fitted model.
329329- ``sites `` is the vector of length ``L `` containing positions where the
330330 decoding is performed. Due to the internal archtecture of SMC++,
Original file line number Diff line number Diff line change 11#! /bin/bash -ex
2+ mkdir -p $PREFIX /.bin
3+ for c in gcc g++; do ln -s $( which ccache) $PREFIX /.bin/$c ; done
4+ export PATH=$PREFIX /.bin:$PATH
5+ export CCACHE_BASEDIR=$PREFIX CCACHE_LOGFILE=/tmp/cache.debug CCACHE_COMPILERCHECK=content
6+ echo $( which gcc)
7+ ccache -s
28python setup.py install --single-version-externally-managed --record=/dev/null
9+ ccache -s
10+ rm -rf $PREFIX /.bin
11+ cat /tmp/cache.debug
You can’t perform that action at this time.
0 commit comments