Commit graph

13 commits

Author SHA1 Message Date
Dmitry Kalinkin 2645454bc7
pyarrow: remove tests that can break on darwin 2019-03-26 10:35:56 -04:00
Dmitry Kalinkin 55223a8a6a
pythonPackages.pyarrow: enable parallel build 2019-03-26 00:11:02 -04:00
Dmitry Kalinkin 49e9194b24
pythonPackages.pyarrow: fix build
Setting setupPyBuildFlags makes builder add an additional target
"build_ext" to setup.py arguments in addition to "bdisst_wheel".
pyarrow's setup.py recently started to try to redo build_ext again which
broke the build.
2019-03-26 00:05:59 -04:00
Dmitry Kalinkin c52e9e6080
pythonPackages.pyarrow: redo fix on darwin 2019-01-29 16:19:02 -05:00
Dmitry Kalinkin 77e6dcb338
arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0 2019-01-20 21:14:30 -05:00
Dmitry Kalinkin e76082a941
pyarrow: disable jvm test 2018-10-25 23:14:27 -04:00
Dmitry Kalinkin 6ae3cb4d36
pythonPackages.pyarrow: fix running tests on hydra
This replaces standard checkPhase using setup.py that uses pytest-runner
with an explicit call to pytest. One reason to do that is because
setup.py triggers another rebuild when asked to do "test". Another
reason is that there seems to be a conflict between possible imports for
pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
triggers an import error on hydra and ofborg, but not on my machine. The
solution here is to remove `pwd`/pyarrow, keep the tests and use direct
call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
we are now testing what is installed in $out.
2018-10-25 23:12:16 -04:00
Dmitry Kalinkin 4ed993367f arrow-cpp: 0.10.0 -> 0.11.0 (#48066)
* arrow-cpp: 0.10.0 -> 0.11.0

* arrow-cpp: enable testing
2018-10-13 10:12:26 +02:00
Dmitry Kalinkin 3942226053 arrow-cpp: 0.9.0 -> 0.10.0
pythonPackages.pyarrow: 0.9.0 -> 0.10.0
parquet: 1.4.0 -> 1.5.0
2018-10-03 21:43:48 -04:00
Dmitry Kalinkin 671e9bd3bf
python.pkgs.pyarrow: fix for python3 2018-04-08 19:59:38 -04:00
Dmitry Kalinkin cdf612bc0d
arrow-cpp,pythonPackages.pyarrow: 0.8.0 -> 0.9.0 2018-04-04 15:24:58 -04:00
Dmitry Kalinkin a49ebbb743
parquet-cpp: init at 1.4.0
Also fix RPATH issues in pyarrow
2018-04-04 09:03:48 -04:00
Dmitry Kalinkin f9192c5424
pythonPackages.pyarrow: init at 0.8.0 2018-04-04 09:03:48 -04:00