gnu: python-pyarrow: Include dataset support.
* gnu/packages/databases.scm (python-pyarrow)[arguments]: Remove obsolete build phase 'make-git-checkout-writable; rename phase 'set-PYARROW_WITH_PARQUET to 'set-pyarrow-build-options and also enable building of dataset extension.master
parent
e8f9fb3e03
commit
b9eb74d655
|
@ -4677,13 +4677,11 @@ algorithm implementations.")
|
||||||
(delete 'build) ; XXX the build is performed again during the install phase
|
(delete 'build) ; XXX the build is performed again during the install phase
|
||||||
(add-after 'unpack 'enter-source-directory
|
(add-after 'unpack 'enter-source-directory
|
||||||
(lambda _ (chdir "python")))
|
(lambda _ (chdir "python")))
|
||||||
(add-after 'unpack 'make-git-checkout-writable
|
(add-before 'install 'set-pyarrow-build-options
|
||||||
(lambda _
|
|
||||||
(for-each make-file-writable (find-files "."))))
|
|
||||||
(add-before 'install 'set-PYARROW_WITH_PARQUET
|
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
|
(setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
|
||||||
(setenv "PYARROW_WITH_PARQUET" "1"))))))
|
(setenv "PYARROW_WITH_PARQUET" "1")
|
||||||
|
(setenv "PYARROW_WITH_DATASET" "1"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list (list apache-arrow "lib")
|
(list (list apache-arrow "lib")
|
||||||
(list apache-arrow "include")
|
(list apache-arrow "include")
|
||||||
|
|
Reference in New Issue