We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose that I have the conda-forge version of libcholmod installed in my current environment.
On Linux or Darwin if I execute the command
find $CONDA_PREFIX -name 'CHOLMOD.pc'
I get the location of the CHOLMOD.pc file.
On Windows if I execute the commands
cd %CONDA_PREFIX% dir /s | findstr CHOLOND
I get some CHOLMOD files but CHOLMOD.pc is missing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comment:
Suppose that I have the conda-forge version of libcholmod installed in my current environment.
On Linux or Darwin if I execute the command
I get the location of the CHOLMOD.pc file.
On Windows if I execute the commands
I get some CHOLMOD files but CHOLMOD.pc is missing.
The text was updated successfully, but these errors were encountered: