guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/14: gnu: python-pyarrow: Include dataset support.


From: guix-commits
Subject: 01/14: gnu: python-pyarrow: Include dataset support.
Date: Thu, 8 Jun 2023 04:38:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b9eb74d6559deaa83b8bf32d778fe623f76f78f1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 7 20:16:07 2023 +0200

    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.
---
 gnu/packages/databases.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 43f5f9c072..74483d27f7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4677,13 +4677,11 @@ algorithm implementations.")
          (delete 'build) ; XXX the build is performed again during the install 
phase
          (add-after 'unpack 'enter-source-directory
            (lambda _ (chdir "python")))
-         (add-after 'unpack 'make-git-checkout-writable
-           (lambda _
-             (for-each make-file-writable (find-files "."))))
-         (add-before 'install 'set-PYARROW_WITH_PARQUET
+         (add-before 'install 'set-pyarrow-build-options
            (lambda _
              (setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0")
-             (setenv "PYARROW_WITH_PARQUET" "1"))))))
+             (setenv "PYARROW_WITH_PARQUET" "1")
+             (setenv "PYARROW_WITH_DATASET" "1"))))))
     (propagated-inputs
      (list (list apache-arrow "lib")
            (list apache-arrow "include")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]