aidenlab / straw

Extract data quickly from Juicebox via straw
MIT License
61 stars 36 forks source link

Use libraries from the system (Rtools), refrain from downloading. #134

Closed kalibera closed 6 months ago

kalibera commented 6 months ago

This patch makes the package use curl libraries from Rtools (the system) instead of downloading them (which is not allowed on CRAN).

This also fixes the build for Windows/aarch64, without the patch, the build fails due to linking errors.