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

Support libdir and includedir variables #121

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

nalimilan
Copy link
Contributor

These are the standard GNU make variables that distributions expect to be able to set
(https://www.gnu.org/prep/standards/html_node/Directory-Variables.html). Since Julia supports the same variables and passes them during the build, this ensures that libblastrampoline.so is installed to the right directory (in particular to usr/lib64 where appropriate).

These are the standard GNU make variables that distributions expect
to be able to set
(https://www.gnu.org/prep/standards/html_node/Directory-Variables.html).
Since Julia supports the same variables and passes them during the build,
this ensures that libblastrampoline.so is installed to the right directory
(in particular to usr/lib64 where appropriate).
@ViralBShah ViralBShah closed this Jan 22, 2024
@ViralBShah ViralBShah reopened this Jan 22, 2024
@nalimilan nalimilan closed this Apr 18, 2024
@nalimilan nalimilan reopened this Apr 18, 2024
@nalimilan
Copy link
Contributor Author

Bump.

@ViralBShah ViralBShah merged commit 6828c51 into JuliaLinearAlgebra:main Apr 18, 2024
3 of 5 checks passed
@nalimilan nalimilan deleted the nl/dirs branch April 19, 2024 08:39
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.

2 participants