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

rtracklayer: openssl dependency version is hardcoded #16

Open
ScottNortonPhD opened this issue Apr 20, 2020 · 1 comment
Open

rtracklayer: openssl dependency version is hardcoded #16

ScottNortonPhD opened this issue Apr 20, 2020 · 1 comment

Comments

@ScottNortonPhD
Copy link

System: Mac OS Catalina with Homebrew

How to reproduce:

$ brew install openssl  # as of 20 Apr 2020, installs [email protected]
$ R
> BiocManager::install("rtracklayer")

Expectation: the package will link against the latest available version of /usr/local/opt/openssl/lib/libssl.*-dylib.
Actual behavior: the package will link against /usr/local/opt/openssl/lib/libssl.1.0.0-dylib, even though libssl.1.1.dylib exists while libssl.1.0.0.dylib does not. Installation fails when loading from temporary location.

@ScottNortonPhD
Copy link
Author

A temporary workaround is described in aisingapore/TagUI#635.

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

No branches or pull requests

1 participant