You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/06/22 20:08:03 UTC

[arrow-nanoarrow] branch main updated: chore: Add verification instructions for custom builds or Arrow C++ in Conda (#243)

This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ae50019  chore: Add verification instructions for custom builds or Arrow C++ in Conda (#243)
ae50019 is described below

commit ae5001937a39f3f8227d1468dedfa7144f87ced1
Author: Dewey Dunnington <de...@dunnington.ca>
AuthorDate: Thu Jun 22 17:07:57 2023 -0300

    chore: Add verification instructions for custom builds or Arrow C++ in Conda (#243)
---
 dev/release/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index cf92e7b..838845f 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -102,14 +102,16 @@ You can install R using the instructions provided on the
 ### Conda (Linux and MacOS)
 
 Using `conda`, one can install all requirements needed for verification on Linux
-or MacOS:
+or MacOS. Users are reccomended to install `gnupg` using
+a system installer because of interactions with other installations that
+may cause a crash.
 
 ```bash
 conda create --name nanoarrow-verify-rc
 conda activate nanoarrow-verify-rc
 conda config --set channel_priority strict
 
-conda install -c conda-forge compilers git cmake gnupg arrow-cpp
+conda install -c conda-forge compilers git cmake arrow-cpp
 # For R (see below about potential interactions with system R
 # before installing via conda on MacOS)
 conda install -c conda-forge r-testthat r-hms r-blob r-pkgbuild
@@ -118,6 +120,10 @@ conda install -c conda-forge r-testthat r-hms r-blob r-pkgbuild
 Note that using conda-provided R when there is also a system install of R
 on MacOS is unlikely to work.
 
+Linux users that have built and installed a custom build of Arrow C++ may
+have to `export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib` before running the
+verification script.
+
 ### Windows
 
 On Windows, prerequisites can be installed using officially provided