Skip to content

specify minimal libcurl version as SystemRequirement #127

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

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

jan-glx
Copy link

@jan-glx jan-glx commented Jul 30, 2024

rtracklayer uses
CURLINFO_ACTIVESOCKET (Added in curl 7.45.0 ) and
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (Added in curl 7.55.0 ). Centos 7's (EOL was just a month ago) comes with libcurl/7.29.0.

Instead of only conditionally using these like
3029741 does for CURLINFO_FILETIME_T
this PR just makes the requirement explicit to simplify installation if these requirements are unmet.

@hyein-cbio
Copy link

I have successfully installed rtracklayer (R 4.4) on CentOS 7, with my edits to the code. I did pull request as shown here.

sanchit-saini#1

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