File tree Expand file tree Collapse file tree 2 files changed +39
-16
lines changed
Expand file tree Collapse file tree 2 files changed +39
-16
lines changed Original file line number Diff line number Diff line change 11language : generic
2+ dist : precise
3+ sudo : false
24
35os :
46 - linux
@@ -19,7 +21,7 @@ install:
1921 - conda update -q conda
2022 - conda info -a
2123 - conda install conda-build anaconda-client constructor git python=$CONDA_PY
22- - conda build -c terhorst -c conda-forge -c bioconda conda --python=$CONDA_PY
24+ - conda build --debug - c terhorst -c conda-forge -c bioconda conda --python=$CONDA_PY
2325 - conda create -n smcpp_install --use-local -c terhorst -c bioconda -c conda-forge python=$CONDA_PY smcpp
2426 - source activate smcpp_install
2527 - smc++ version
Original file line number Diff line number Diff line change @@ -8,27 +8,47 @@ source:
88requirements :
99 build :
1010 - python
11- - gcc >=4.8
12- - gsl 2.2.1
13- - mpc 1.0.3
14- - mpfr 3.1.5
11+ - nomkl
12+ - gcc >=4.8.5
13+ - libgcc
14+ - openblas 0.2.19
15+ - git >=2.9.3
1516 - cython >=0.25
16- - numpy >=1.10
1717 - setuptools >=33.1
18+ - numpy >=1.10
19+ - gnuplot >=4.6.0
20+ - gmp >=6.1.0
21+ - gsl >=2.2.1
22+ - mpc >=1.0.3
23+ - mpfr >=3.1.5
1824 - setuptools_scm >=1.15
19- - git 2.9.3
25+ - pysam >=0.11
26+ - matplotlib >=2.0
27+ - pandas >=0.19
28+ - python-dateutil >=2.6
29+ - scipy >=0.18
30+ - six >=1.10
31+ - appdirs >=1.4
32+ - tqdm >=4.10
33+ - wrapt >=1.10
34+ - ad >=1.3.2
35+ - readline >=6.2
36+ - attrs >=17.2.0
2037 run :
2138 - python
22- - setuptools >=33.1
2339 - nomkl
24- - numpy >=1.10
40+ - gcc >=4.8.5
41+ - libgcc
2542 - openblas 0.2.19
26- - libgcc >=4.8
27- - gnuplot 4.6.0
28- - gmp 6.1.0
29- - gsl 2.2.1
30- - mpc 1.0.3
31- - mpfr 3.1.5
43+ - git >=2.9.3
44+ - cython >=0.25
45+ - setuptools >=33.1
46+ - numpy >=1.10
47+ - gnuplot >=4.6.0
48+ - gmp >=6.1.0
49+ - gsl >=2.2.1
50+ - mpc >=1.0.3
51+ - mpfr >=3.1.5
3252 - setuptools_scm >=1.15
3353 - pysam >=0.11
3454 - matplotlib >=2.0
@@ -40,8 +60,9 @@ requirements:
4060 - tqdm >=4.10
4161 - wrapt >=1.10
4262 - ad >=1.3.2
43- - readline 6.2
63+ - readline >= 6.2
4464 - attrs >=17.2.0
65+
4566about :
4667 home : https://github.com/popgenmethods/smcpp
4768 license : BSD
You can’t perform that action at this time.
0 commit comments