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
In some places, we have hardcoded lib/, in other places we rely on CMAKE_INSTALL_LIBDIR. See logs in #2141 for an example.
lib/
CMAKE_INSTALL_LIBDIR
The text was updated successfully, but these errors were encountered:
Fix lib/ vs lib64/ issue with SUNDIALS config
0cea219
Previously, the sundials cmake configuration wasn't found on systems that use lib64/ instead of lib/ Closes #2143
260b4f6
dweindl
No branches or pull requests
In some places, we have hardcoded
lib/
, in other places we rely onCMAKE_INSTALL_LIBDIR
. See logs in #2141 for an example.The text was updated successfully, but these errors were encountered: