Krisztian Szucs created ARROW-4969:
--------------------------------------
Summary: [C++] Set RPATH in correct order for test executables on
OSX
Key: ARROW-4969
URL: https://issues.apache.org/jira/browse/ARROW-4969
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Krisztian Szucs
Assignee: Krisztian Szucs
Fix For: 0.13.0
to prevent picking up the already installed libarrow:
{code}
[==========] Running 16 tests from 16 test cases.
[----------] Global test environment set-up.
[----------] 1 test from TestNullScalar
[ RUN ] TestNullScalar.Basics
[ OK ] TestNullScalar.Basics (0 ms)
[----------] 1 test from TestNullScalar (0 ms total)
[----------] 1 test from TestNumericScalar/0, where TypeParam = arrow::UInt8Type
[ RUN ] TestNumericScalar/0.Basics
dyld: lazy symbol binding failed: Symbol not found:
__ZNK5arrow6Scalar6EqualsERKS0_
Referenced from:
/Users/krisz/Workspace/arrow/python/../cpp/build/debug/arrow-scalar-test
Expected in: /Users/krisz/.conda/envs/arrow36/lib/libarrow.13.dylib
dyld: Symbol not found: __ZNK5arrow6Scalar6EqualsERKS0_
Referenced from:
/Users/krisz/Workspace/arrow/python/../cpp/build/debug/arrow-scalar-test
Expected in: /Users/krisz/.conda/envs/arrow36/lib/libarrow.13.dylib
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)