Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #1520: Always recompile Arrow when running make or make check-arrow #1521

Merged
merged 1 commit into from
Jun 18, 2022

Conversation

bmcdonald3
Copy link
Contributor

This PR makes it so that the Arrow C++ code will always recompile
on a make or make check-arrow. When upgrading Arrow versions,
if the C++ code is not recompiled, you could end up having problems
with the version that the C++ code was compiled with and the version
that the Chapel code is trying to link with, which will cause
problems.

Also, this PR adds removal of ArrowFunctions.o to make clean.

Closes: #1520

This PR makes it so that the Arrow C++ code will always recompile
on a `make` or `make check-arrow`. When upgrading Arrow versions,
if the C++ code is not recompiled, you could end up having problems
with the version that the C++ code was compiled with and the version
that the Chapel code is trying to link with, which will cause
problems.

Also, this PR adds removal of `ArrowFunctions.o` to `make clean`.
@stress-tess stress-tess changed the title Always recompile Arrow when running make or make check-arrow Closes #1520: Always recompile Arrow when running make or make check-arrow Jun 17, 2022
@stress-tess stress-tess requested a review from mhmerrill June 17, 2022 20:01
Copy link
Contributor

@mhmerrill mhmerrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. this will cut down on some headaches.

@mhmerrill mhmerrill merged commit f4eb3e3 into Bears-R-Us:master Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Always recompile Arrow when running make or make check-arrow
3 participants