blob: 75f3a8ba3d98feda64ab48504472932efeb5d964 [file] [log] [blame]
package:
name: arrow-cpp
version: "0.1"
build:
number: {{environ.get('TRAVIS_BUILD_NUMBER', 0)}} # [unix]
skip: true # [win]
script_env:
- CC [linux]
- CXX [linux]
- LD_LIBRARY_PATH [linux]
requirements:
build:
- cmake
- flatbuffers
- parquet-cpp
run:
- parquet-cpp
test:
commands:
- test -f $PREFIX/lib/libarrow.so # [linux]
- test -f $PREFIX/lib/libarrow_parquet.so # [linux]
- test -f $PREFIX/include/arrow/api.h
about:
home: http://github.com/apache/arrow
license: Apache 2.0
summary: 'C++ libraries for the reference Apache Arrow implementation'