Skip to content

[C++] Builds with ARROW_JEMALLOC=ON wait until jemalloc_ep is complete before building any libarrow .cc files #22817

@asfimport

Description

@asfimport

This has been a frustration for me that my builds wait for the jemalloc_ep build to complete before proceeding to compile any C++ files for libarrow. Since only memory_pool.cc depends on jemalloc_ep, there must be some way to create a dependency between that single C++ file and jemalloc_ep. I spent a few minutes Googling about it but did not come up with an easy answer

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

PRs and other links:

Note: This issue was originally created as ARROW-6447. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions