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

docs: Add env var instructions to install guide #502

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

etowahadams
Copy link
Contributor

The current documentation is missing instructions about setting the LIBRARY_PATH environment variable which is required for tests to pass.

Specifically export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH needs to be done, otherwise a cannot find -lcurand: No such file or directory error will occur when running the tests

@etowahadams etowahadams changed the title Docs: Add env var instructions to install guide docs: Add env var instructions to install guide Nov 13, 2024
@ljarosch
Copy link
Collaborator

Just to confirm, this is different from point 4 here because you are referring to LIBRARY_PATH, not LD_LIBRARY_PATH, right?

@ljarosch ljarosch requested a review from jnwei November 14, 2024 05:35
@jnwei
Copy link
Collaborator

jnwei commented Nov 14, 2024

Yeah, on some systems, it helps to have both. Thanks Etowah!

@jnwei jnwei merged commit 8ece4f3 into aqlaboratory:main Nov 14, 2024
2 checks passed
@ljarosch
Copy link
Collaborator

@jnwei This seems to somewhat mess up the code formatting on the webpage, maybe revert again for now?

image

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.

3 participants