Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from natefoo/python-lzo
Browse files Browse the repository at this point in the history
Add Python-LZO
  • Loading branch information
natefoo committed Jun 30, 2018
2 parents 5a1f708 + e115850 commit b84352e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wheels/python-lzo/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

type: wheel
name: python-lzo
purepy: false
version: 1.11
src:
- http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
insert_setuptools: true
prebuild:
wheel: cd ${SRC_ROOT_1} && CFLAGS=-fpic ./configure --prefix=${SRC_ROOT_0}/lzo --disable-shared && make install && sed -i -e 's/\["lzo"\]/\["lzo2"\]/' ${SRC_ROOT_0}/setup.py
build_args: build_ext -I lzo/include:lzo/include/lzo -L lzo/lib bdist_wheel

0 comments on commit b84352e

Please sign in to comment.