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
Hi
I am running package build on fedora systems (gcc14, intel, mkl and valgrind) and see the error:
fedora
gcc14
intel
mkl
valgrind
checking for cmake... no
See - https://github.com/sn248/sundialr/actions/runs/12339396049
The build works fine on debian systems. I am using the following code for checking installation of cmake
debian
cmake
https://github.com/sn248/sundialr/blob/master/src/scripts/cmake_config.sh
Could this be looked at?
Thanks! Satya
The text was updated successfully, but these errors were encountered:
If your package needs cmake, you need to add it to SystemRequirements in DESCRIPTION. Your DESCRIPTION only has GNU make: https://github.com/sn248/sundialr/blob/22ea28ccf6257df8e1506e8f53523bcb78efc65c/DESCRIPTION#L25C1-L25C19
SystemRequirements
DESCRIPTION
Sorry, something went wrong.
I changed the line to
SystemRequirements: cmake
and that seems to have done the trick regarding compilation on rhub fedora systems. Thank you!
rhub
No branches or pull requests
Hi
I am running package build on
fedora
systems (gcc14
,intel
,mkl
andvalgrind
) and see the error:checking for cmake... no
See - https://github.com/sn248/sundialr/actions/runs/12339396049
The build works fine on
debian
systems. I am using the following code for checking installation ofcmake
https://github.com/sn248/sundialr/blob/master/src/scripts/cmake_config.sh
Could this be looked at?
Thanks!
Satya
The text was updated successfully, but these errors were encountered: