• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / parquet-cpp / 1297

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2017 12:35PM UTC
Jobs 2
Files 1226
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1297

push

travis-ci

xhochy
PARQUET-940: Fix a bug that Arrow libraries may not be found

If we find Arrow by pkg-config and Arrow is installed into system
directory such as /usr, Arrow libraries can't be found. Because
pkg-config omits system directory from ARROW_LIBRARY_DIRS. In this case,
ARROW_LIBS is empty then Arrow libraries aren't found.

We should use ARROW_LIB_DIR (= $(pkg-config arrow --variable=libdir)
instead of ARROW_LIBRARY_DIRS. It always returns directory that has
Arrow libraries.

Author: Kouhei Sutou <kou@clear-code.com>

Closes #286 from kou/fix-arrow-lib-dir-detection and squashes the following commits:

2d54baf [Kouhei Sutou] Fix a bug that Arrow libraries may not be found

12339 of 13982 relevant lines covered (88.25%)

150144.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1297.1 02 Apr 2017 12:35PM UTC 0
88.25
Travis Job 1297.1
2 1297.2 02 Apr 2017 12:38PM UTC 0
88.25
Travis Job 1297.2
Source Files on build 1297
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1297
  • 879feb2e on github
  • Prev Build on master (#1295)
  • Next Build on master (#1298)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc