Skip to content

Commit e0a66d9

Browse files
committed
added packaging information
1 parent 78796f1 commit e0a66d9

File tree

7 files changed

+27
-64
lines changed

7 files changed

+27
-64
lines changed

packaging/conda/anaconda5.1/bld.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

packaging/conda/anaconda5.1/build.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

packaging/conda/anaconda5.1/conda_build.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

packaging/conda/anaconda5.1/conda_build_config.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packaging/conda/anaconda5.1/meta.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

packaging/conda/conda_build.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,21 @@ Optional: update build version and SVN information in meta.yaml
99
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):
1010
conda build -c sbmlteam .
1111

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+
1226
NOTES:
1327
* Under linux/mac remove the libpython build dependency (it does not exist)
1428

15-
(C) Brett 2017
29+
(C) Brett 2019

packaging/conda/meta.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,24 @@ requirements:
1313
build:
1414
- python
1515
- setuptools
16-
- numpy
16+
- numpy=1.15
1717
- libpython
18+
- mingw
19+
- scipy
20+
- matplotlib
21+
- nose
1822
run:
1923
- python
20-
- numpy
21-
- python-libsbml
24+
- setuptools
25+
- numpy>=1.15
26+
- libpython
27+
- mingw
2228
- scipy
2329
- matplotlib
30+
- nose
2431
- nose
32+
- python-libsbml
33+
2534

2635

2736
about:

0 commit comments

Comments
 (0)