Skip to content

Commit e57e612

Browse files
committed
README fix
1 parent 8d3fc8e commit e57e612

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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++,

conda/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
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
28
python setup.py install --single-version-externally-managed --record=/dev/null
9+
ccache -s
10+
rm -rf $PREFIX/.bin
11+
cat /tmp/cache.debug

0 commit comments

Comments
 (0)