Colin Dellow
68ecfde4d9
travis: code coverage, maybe?
2018-07-05 18:47:33 -04:00
Colin Dellow
efb22c5c5a
travis: don't stomp CC in Makefile
2018-07-05 09:09:18 -04:00
Colin Dellow
b4bf732eb1
travis: run cmake
...
This ensures `parquet_version.h.in` gets procesed
2018-07-05 08:55:46 -04:00
Colin Dellow
806d87c8e7
Derp, fix makefile
2018-07-04 22:36:43 -04:00
Colin Dellow
0aaff745f8
Stomp timestamp of arrow/pq directory
...
Otherwise they'll be deemed to be newer than
the prebuilt libraries, and make will gallantly
kick off a build.
2018-07-04 22:13:10 -04:00
Colin Dellow
9516955717
Separate targets for fetching/building arrow/pq
...
This will allow us to use pre-built libs in Travis for
linking while still having the header files available for compilation.
2018-07-04 22:01:13 -04:00
Colin Dellow
b8df4b720b
Provide `publish_libs` target
...
...which publishes the newly-built supporting libs to my S3 bucket, for
future use by a Travis CI build.
Progress towards #16
2018-07-04 21:45:59 -04:00
Colin Dellow
7e961c4802
Skip tests for arrow
...
Partial progress towards #16
2018-07-04 20:50:47 -04:00
Colin Dellow
0aa98ae1a5
Skip shared parquet/arrow libs, fix icu versions
2018-06-27 23:20:33 -04:00
Colin Dellow
2167d102b4
Add `make-linux-pgo`
...
fixes #23 , with perhaps some open questions about why PGO on
arrow/parquet-cpp regressed things.
2018-06-27 22:23:22 -04:00
Colin Dellow
1a4f540e18
Stub PGO code in
...
Incremental progress on #23 - should probably add a dedicated flag that
creates the instrumented binary, runs a test suite, then creates the
optimized binary.
2018-06-26 23:50:11 -04:00
Colin Dellow
76fb058dd7
Link Boost statically
...
Fixes #15
2018-06-26 22:44:50 -04:00
Colin Dellow
263a6af7ec
Use Arrow's compression libraries
...
Fixes #27
2018-06-26 08:17:18 -04:00
David Evans
b7da04433b
Include header locations we need
2018-06-25 18:20:24 +01:00
David Evans
ab87b13b75
Reverse prereqs order to get build to work
2018-06-25 18:20:04 +01:00
Colin Dellow
0bdcc9895e
All-in-one build command
...
`./make-linux` clones and builds:
- arrow
- brotli
- lz4
- parquet
- snappy
- zlib
- zstd
- this project
as a statically linked binary. Two Boost libs are still pulled in as
shared libs, should probably fix that, too, for ultimate portability.
2018-06-24 21:11:07 -04:00