You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
In #7273#7389 a mandatory dependency on OpenCV was added to the r package. This breaks the r-package on systems without OpenCV #7273 (comment)).
Further, the link command is not set up correctly so that the Rcpp mxnet.so does not link to opencv, causing undefined symbols in mxnet.so. This causes issues when building libmxnet.so with cmake.
@thirdwing do you plan to fix this or could #7389 be reverted?
The text was updated successfully, but these errors were encountered:
…17228)
* Support R-package with cmake build and fix installation instructions
* Fix typo
* Fix callback.R
* Clarify creation of personal R library
* Fix generation of R-package documentation
* Remove unused USE_BLAS variable on CI for make rpkg
* Add cmake build command for get_started/linux/r/*.md pages
* Fix zzz.R swallowing error messages
* Fix R-package/src/Makevars for OpenCV dependency
See #17282
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
In #7273 #7389 a mandatory dependency on OpenCV was added to the r package. This breaks the r-package on systems without OpenCV #7273 (comment)).
Further, the link command is not set up correctly so that the Rcpp
mxnet.so
does not link to opencv, causing undefined symbols inmxnet.so
. This causes issues when buildinglibmxnet.so
with cmake.@thirdwing do you plan to fix this or could #7389 be reverted?
The text was updated successfully, but these errors were encountered: