Skip to content

Commit

Permalink
try new pinning for lzo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 3, 2017
1 parent 26b17e7 commit cdd5363
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ package:
version: {{ version }}

source:
fn: PyTables-v{{ version }}.tar.gz
url: https://github.com/PyTables/PyTables/archive/v{{ version }}.tar.gz
sha256: 629a0227bb2b315c5d97629073696609eaee41d0fc89e03f997412613cd46d3a

build:
number: 2
number: 3
entry_points:
- pt2to3 = tables.scripts.pt2to3:main
- ptdump = tables.scripts.ptdump:main
Expand All @@ -26,7 +25,7 @@ requirements:
- numpy 1.9.* # [win and py35]
- numpy 1.11.* # [win and py36]
- zlib 1.2.8
- lzo 2.* # [linux]
- lzo 2.09 # [linux]
- bzip2 1.0.*
- hdf5 1.8.18|1.8.18.*
- numexpr
Expand All @@ -41,7 +40,7 @@ requirements:
- numexpr
- hdf5 1.8.18|1.8.18.*
- zlib 1.2.8
- lzo 2.* # [linux]
- lzo >=2.09,<2.11 # [linux]
- bzip2 1.0.*
# building blosc is done internally. The version is up-to-date.
# - blosc
Expand Down

0 comments on commit cdd5363

Please sign in to comment.