File tree Expand file tree Collapse file tree 7 files changed +27
-64
lines changed Expand file tree Collapse file tree 7 files changed +27
-64
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,21 @@ Optional: update build version and SVN information in meta.yaml
9
9
Run to build (note the upload command path e.g. anaconda upload C:\Anaconda\conda-bld\win-64\pysces-0.9.5-py27hd5793fb_1.tar.bz2):
10
10
conda build -c sbmlteam .
11
11
12
+ New hacks to workaround conda-build enhancements in 2019.1
13
+ conda update conda-build
14
+ conda clean --all
15
+ conda build --numpy 1.15 --python 2.7 -c sbmlteam .
16
+ conda build --numpy 1.15 --python 3.6 -c sbmlteam .
17
+ conda build --numpy 1.15 --python 3.7 -c sbmlteam .
18
+ conda clean --all
19
+ conda build purge
20
+
21
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py27_1.tar.bz2
22
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py36_1.tar.bz2
23
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py37_1.tar.bz2
24
+
25
+
12
26
NOTES:
13
27
* Under linux/mac remove the libpython build dependency (it does not exist)
14
28
15
- (C) Brett 2017
29
+ (C) Brett 2019
Original file line number Diff line number Diff line change @@ -13,15 +13,24 @@ requirements:
13
13
build :
14
14
- python
15
15
- setuptools
16
- - numpy
16
+ - numpy=1.15
17
17
- libpython
18
+ - mingw
19
+ - scipy
20
+ - matplotlib
21
+ - nose
18
22
run :
19
23
- python
20
- - numpy
21
- - python-libsbml
24
+ - setuptools
25
+ - numpy>=1.15
26
+ - libpython
27
+ - mingw
22
28
- scipy
23
29
- matplotlib
30
+ - nose
24
31
- nose
32
+ - python-libsbml
33
+
25
34
26
35
27
36
about :
You can’t perform that action at this time.
0 commit comments