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

Add support for RISCV64_GENERIC in cmake #4778

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

JAicewizard
Copy link
Contributor

Support for RISCV64_GENERIC was missing in cmake, so I added support for it.
I am not sure where these values come from, but I copied them from the config.h when using Make.

@martin-frbg martin-frbg added this to the 0.3.28 milestone Jul 11, 2024
@martin-frbg
Copy link
Collaborator

Thanks - the values used in the Makefile build are an educated(?) guess for what should work on any RISCV hardware when the build system cannot simply compile and run getarch on the target. (Note to self- eventually we'll want the other RISCV targets in that ridiculously long table too. This PR is an outflow of #3640 (comment) - getting a cross-compile to WEBM working with CMAKE as well).

@martin-frbg martin-frbg merged commit 362856f into OpenMathLib:develop Jul 11, 2024
74 of 77 checks passed
@JAicewizard
Copy link
Contributor Author

Thanks! This must have happened in the period where gmail send all github mail to spam, so thats why im so late :)

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.

2 participants