Skip to content

Commit 1a7be5d

Browse files
committed
[core] build updates
1 parent f1af2c9 commit 1a7be5d

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: generic
2+
dist: precise
3+
sudo: false
24

35
os:
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

conda/meta.yaml

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,47 @@ source:
88
requirements:
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+
4566
about:
4667
home: https://github.com/popgenmethods/smcpp
4768
license: BSD

0 commit comments

Comments
 (0)