Skip to content

Commit

Permalink
gat bump (#15976)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/gat:1.3.6--py27h84994c4_0
 - biocontainers/gat:1.3.6--py36h84994c4_0
 - biocontainers/gat:1.3.6--py37h84994c4_0
 - linux-64/gat-1.3.6-py27h84994c4_0.tar.bz2
 - linux-64/gat-1.3.6-py36h84994c4_0.tar.bz2
 - linux-64/gat-1.3.6-py37h84994c4_0.tar.bz2
 - osx-64/gat-1.3.6-py27ha441bb4_0.tar.bz2
 - osx-64/gat-1.3.6-py36ha441bb4_0.tar.bz2
 - osx-64/gat-1.3.6-py37ha441bb4_0.tar.bz2

Co-authored-by: Devon Ryan <[email protected]>
Co-authored-by: dpryan79 <[email protected]>
  • Loading branch information
3 people authored and biocondabot[bot] committed Jun 17, 2019
1 parent 5afb010 commit aa90624
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions recipes/gat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ export C_INCLUDE_PATH=$PREFIX/include
sed -i -e '/install_requires = /,/install_requires.append(requirement)/d' setup.py
sed -i -e '/install_requires=install_requires,/d' setup.py

#python setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

11 changes: 5 additions & 6 deletions recipes/gat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set version = "1.3.5" %}
{% set version = "1.3.6" %}

package:
name: gat
version: {{ version }}

source:
url: https://pypi.io/packages/source/g/gat/gat-{{ version }}.tar.gz
md5: c0271d7235eddfdc912afa1ee4b7d278
sha256: 1f4a3357f326fab5cbcda3b6de049cb00bb49a7e570243fc7db6c76c2bb2df2a

build:
number: 3
number: 0

requirements:
build:
- {{ compiler('c') }}
host:
- python =2
- python
- zlib
- setuptools >=1.1
- cython >=0.19
Expand All @@ -24,9 +24,8 @@ requirements:
- matplotlib >=1.3.0

run:
- python =2
- python
- zlib
- cython >=0.19
- numpy >=1.7
- scipy >=0.11
- matplotlib >=1.3.0
Expand Down

0 comments on commit aa90624

Please sign in to comment.