r-hub / sysreqsdb

SystemRequirements mappings for R packages
135 stars 32 forks source link

Recent change in sysreq for qqconf not picked up? #92

Closed krlmlr closed 2 years ago

krlmlr commented 2 years ago

It seems that qqconf (last released on 2202-02-25) introduced a system dependency on fftw3. Builds of a package of mine that uses this package started failing around that date:

https://github.com/krlmlr/wrswoR/actions?page=2

The public RSPM also doesn't list this system dependency:

https://packagemanager.rstudio.com/client/#/repos/1/packages/qqconf

Is a manual intervention needed in such a case?

gaborcsardi commented 2 years ago

qqconf does not declare any system dependencies: https://cran.rstudio.com/web/packages/qqconf/

gaborcsardi commented 2 years ago

I added it here: https://github.com/r-hub/sysreqsdb/commit/7745f7b61a0d2a92c93ff1645e4ad460a6e84e36

gaborcsardi commented 2 years ago

IDK how RSPM handles this, but you can always install it manually, if RSPM has no Linux binary for it.

krlmlr commented 2 years ago

Thanks. Let's see if this is picked up.

eweine commented 2 years ago

Hello!

qqconf v1.2.2 was released to CRAN earlier today and fftw3 was added to system requirements. Hopefully it can now be treated like all other packages and the exception is not necessary.