-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi there,
I am having trouble installing binless....
I am working on CentOS7 with R3.5.3 and tried the following command :
devtools::install_github("3DGenomes/binless/binless")
Everything seems to go quite smoothly during compilation, then....
Here is the end of the output :
`g++ -std=gnu++11 -shared -Linstall_path_of_R/lib64/R/lib -L/usr/local/lib64 -o binless.so AnalyticalGAMLibrary.o FastData.o GFLLibraryTrapezeImpl.o GFLLibraryTriangleImpl.o QuadProg++.o QuadProgGAMLibrary.o candidate_generation.o csnorm_cpp.o cts_core.o cts_to_mat.o fast_binless.o fast_dataframe.o gam.o gfl_csparse.o gfl_graph_fl.o gfl_tf.o gfl_utils.o graph_helpers.o minimum_UB.o perf_iteration_diff.o perf_iteration_signal.o spline.o util.o -lgsl -lgslcblas -lboost_iostreams -Linstall_path_of_R/lib64/R/lib -lR
installing to install_path_of_R/lib64/R/library/binless/libs
** R
** byte-compile and prepare package for lazy loading
** help
No man pages found in package ‘binless’
*** installing help indices
** building package indices
** testing if installed package can be loaded
Error: package or namespace load failed for ‘binless’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object 'install_path_of_R/lib64/R/library/binless/libs/binless.so':
install_path_of_R/lib64/R/library/binless/libs/binless.so: undefined symbol: _ZN5boost9iostreams20file_descriptor_sinkC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13_Ios_Openmode
Error: loading failed
Execution halted
ERROR: loading failed
- removing ‘install_path_of_R/lib64/R/library/binless’
Error in i.p(...) :
(converted from warning) installation of package ‘/gs/scratch/ehenrion/RtmpqcSM3H/filed9f577dd233/binless_0.15.0.tar.gz’ had non-zero exit status
`
Any help would be greatly appreciated !
Thanks so much,
Edouard