Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mob suite 1.4.9.1 #13697

Merged
merged 40 commits into from
Feb 19, 2019
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0d1004d
Add MOB-suite recipe to the channel.MOB-suite: software tools for clu…
kbessonov1984 May 14, 2018
b8e2498
updated recipe to download from URL instead of github
kbessonov1984 May 14, 2018
5c16963
build python version requirement defined (python >=3.4)
kbessonov1984 May 14, 2018
2295dd0
added build number
kbessonov1984 May 14, 2018
edd9190
added tests and noarch parameter
kbessonov1984 May 14, 2018
36601b7
added tests and noarch parameter
kbessonov1984 May 14, 2018
621867a
added tests and noarch parameter
kbessonov1984 May 14, 2018
9c67613
added tests and noarch parameter
kbessonov1984 May 14, 2018
593295b
added tests and noarch parameter
kbessonov1984 May 14, 2018
cbe0355
added tests and noarch parameter
kbessonov1984 May 14, 2018
a9dc884
added tests and noarch parameter
kbessonov1984 May 15, 2018
5617905
added tests and noarch parameter
kbessonov1984 May 15, 2018
35c5fe8
added tests and noarch parameter
kbessonov1984 May 15, 2018
1ce0d1b
added tests and noarch parameter
kbessonov1984 May 15, 2018
dedaf5d
added tests and noarch parameter
kbessonov1984 May 15, 2018
3a02941
added tests and noarch parameter
kbessonov1984 May 15, 2018
675f75e
added tests and noarch parameter
kbessonov1984 May 15, 2018
e6a96ac
added test statement (import)
kbessonov1984 May 15, 2018
5107182
added test statement (import)
kbessonov1984 May 15, 2018
c4eb46f
added the new repository and py36 only compile
May 16, 2018
143a9af
made requested corrections by daler. Corrected build number and packa…
May 18, 2018
f5291b6
Small fixes
druvus May 18, 2018
9262bfd
revert deleted row
druvus May 18, 2018
87bae6c
New version, fixed sum bugs and improved stability
Jun 20, 2018
0cce3de
Merge branch 'master' into mob_suite
kbessonov1984 Jun 20, 2018
780ba07
Updated 1.4.8 version. The str to int casting issues corrected for th…
kbessonov1984 Aug 10, 2018
d54c727
Updated to version 1.4.9
kbessonov1984 Nov 19, 2018
1bde76f
Updated to version 1.4.9
kbessonov1984 Nov 19, 2018
7025c47
Updated to version 1.4.9
kbessonov1984 Nov 19, 2018
b1ae874
Downgraded to python >= 3.4 to accomodate lowandrew request
kbessonov1984 Nov 26, 2018
f2693e2
Merge branch 'master' into master
kbessonov1984 Nov 26, 2018
32a191f
new build
kbessonov1984 Nov 27, 2018
58abafa
no arch commit for python 3.4
kbessonov1984 Dec 4, 2018
1b4a52d
no arch conda package version
kbessonov1984 Dec 4, 2018
6c61366
Set build number to 1
druvus Dec 5, 2018
97f8eba
new db host
kbessonov1984 Feb 19, 2019
d582c90
meta.yaml
kbessonov1984 Feb 19, 2019
86861b0
updated meta.yaml with resolved conficts from the head branch
kbessonov1984 Feb 19, 2019
c7ef98a
build not more than python 3.6
kbessonov1984 Feb 19, 2019
fc2dfdc
Merge branch 'master' into mob_suite
kbessonov1984 Feb 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipes/mob_suite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set version = "1.4.9" %}
{% set version = "1.4.9.1" %}

package:
name: mob_suite
version: {{ version }}

build:
number: 1
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .

source:
url: https://github.com/phac-nml/mob-suite/archive/{{ version }}.tar.gz
sha256: 8bb2442737a11fc2c6b45c6a371b05ccb2defa6b57a77150aa141795367acd0c
sha256: d67d64a70615b908f599723651d44ae52367c01963795fdf07b9bcbbb3f787a0


requirements:
host:
- python >=3.4
- python >=3.4,<3.7
- pip
- setuptools
run:
Expand Down