Entering edit mode
4 months ago
sidrah.maryam
▴
50
Hello everyone, I am trying to install ACTIONet required for SCINET to run in R. I have tried all the ways described in here ACTIONet
however, I am getting this error -
ACTIONet/src/misc/cholmod_wrappers.cc:2:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>
ACTIONet/src/misc/my_utils.cc:7:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>
1 error generated.
1 error generated.
make: *** [ACTIONet/src/misc/cholmod_wrappers.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [ACTIONet/src/misc/my_utils.o] Error 1
ACTIONet/src/network_tools/network_diffusion.cc:6:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>
1 error generated.
make: *** [ACTIONet/src/network_tools/network_diffusion.o] Error 1
ERROR: compilation failed for package ‘ACTIONet’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/ACTIONet’
If someone else as well has faced the same issue, can you please let me know how you solved it.
Thank you for your response. Yes I had uploaded the issue there also, however, I think it is not yet upgraded. Posted here just in case someone knew. The issue was solved. The location of chmod.h file is under suitesparse folder, which you have to copy to the place of installation and then it works.