-
Notifications
You must be signed in to change notification settings - Fork 915
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
[BUG] Failing to run cmake configure in a Conda environment with -DBUILD_SHARED_LIBS=OFF
#9718
Comments
This issue has been labeled |
I can no longer reproduce this so may have been an environment issue at the time. Going to close this and will reopen if I can reproduce. |
-DBUILD_SHARED_LIBS=OFF
Updated original message above, this only reproduces when trying to build a static library by setting |
This issue has been labeled |
This issue has been labeled |
This was fixed in #10704 |
Describe the bug
I'm trying to build libcudf in my local conda development environment with
-DBUILD_SHARED_LIBS=OFF
and it fails from not havingconda_env
in any export set.Log:
I'm using the Conda host compilers without the conda
nvcc
shim package with cmake 3.21.3.The text was updated successfully, but these errors were encountered: