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 openmpt rules #193

Merged
merged 5 commits into from
Oct 29, 2024
Merged

Add openmpt rules #193

merged 5 commits into from
Oct 29, 2024

Conversation

pepijn-devries
Copy link
Contributor

@pepijn-devries pepijn-devries commented Oct 29, 2024

Fix for #191 (review)

openmpt is currently a private repository containing R bindings for libopenmpt. These rules are required to set up a CHECK workflow for the R package.
Create rules for openmpt port
@pepijn-devries pepijn-devries changed the title Fix for https://github.com/rstudio/r-system-requirements/pull/191#pullrequestreview-2401017440 Add openmpt rules Oct 29, 2024
@pepijn-devries
Copy link
Contributor Author

Repository requiring these rules are now public at https://github.com/pepijn-devries/openmpt

]
},
{
"packages": ["libopenmpt-dev", "portaudio19-dev"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, CI is just failing on Alpine which looks like a package name difference. I'll see if this works:

Suggested change
"packages": ["libopenmpt-dev", "portaudio19-dev"],
"packages": ["libopenmpt-dev", "portaudio-dev"],

rules/openmpt.json Outdated Show resolved Hide resolved
@glin glin merged commit 2438bc7 into rstudio:main Oct 29, 2024
24 checks passed
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