Skip to content

Commit 22a9f68

Browse files
committed
build updates
1 parent 5999d44 commit 22a9f68

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

conda/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

conda/meta.tpl

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ source:
99

1010
requirements:
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
@@ -49,9 +48,6 @@ about:
4948
license: BSD
5049
license_file: LICENSE
5150

52-
build:
53-
script: python setup.py install --single-version-externally-managed --record=/dev/null
54-
5551
test:
5652
imports:
5753
- smcpp

0 commit comments

Comments
 (0)