File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash -ex
2+ mkdir -p compilers
3+ ln -s ` which ccache` compilers/gcc
4+ ln -s ` which ccache` compilers/g++
5+ PATH=$PWD /compilers:$PATH python setup.py install --single-version-externally-managed --record=/dev/null
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ source:
99
1010requirements:
1111 build:
12- - nomkl
1312 - python 3.5.2
13+ - ccache 3.3.2
1414 - gcc 4.8.5
1515 - libgcc 4.8.5
1616 - gmp 6.1.0
1717 - gsl 2.2.1
1818 - mpc 1.0.3
1919 - mpfr 3.1.5
2020 - cython 0.25.2
21- - numpy 1.11.1
21+ - numpy 1.10.4
2222 - setuptools_scm 1.15.0
2323 run:
2424 - nomkl
@@ -29,9 +29,8 @@ requirements:
2929 - gsl 2.2.1
3030 - mpc 1.0.3
3131 - mpfr 3.1.5
32- - numpy 1.11.1
32+ - numpy 1.10.4
3333 - setuptools_scm 1.15.0
34- - python 3.5.2
3534 - pysam 0.9.1.4
3635 - matplotlib 1.5.0
3736 - pandas 0.19.2
4948 license: BSD
5049 license_file: LICENSE
5150
52- build:
53- script: python setup.py install --single-version-externally-managed --record=/dev/null
54-
5551test:
5652 imports:
5753 - smcpp
You can’t perform that action at this time.
0 commit comments