File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11language : generic
2- cache :
3- directories :
4- - $HOME/.ccache
52
63os :
74 - linux
@@ -17,8 +14,6 @@ install:
1714 - conda update -q conda
1815 - conda info -a
1916 - conda install conda-build anaconda-client constructor
20- - conda install -c conda-forge ccache
21- - ccache -s
2217 - conda/template.py conda/meta.tpl $VERSION > conda/meta.yaml
2318 - conda build -c terhorst -c conda-forge -c bioconda conda
2419 - conda install --use-local -c terhorst -c bioconda -c conda-forge smcpp
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
82python 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