Closed lucidif closed 6 years ago
Hi,
You seem to have the environment variable MAKE
set to make -j4
which enables parallel make. Rhtslib was updated a few days ago with its compilation mechanism revisited but the new mechanism was not tested in the context of parallel execution. Can you turn off parallel execution (by not defining MAKE
, or by setting it to make
or make -j1
) and try again? Please let me know how this goes.
Also please provide the output of sessionInfo()
.
Thanks, H.
I've committed something: https://github.com/Bioconductor/Rhtslib/commit/fc1ac7c303b3292603193902925decc11e08471b Let me know if that fixes it. Cheers, H.
Hi Hervé, @hpages
I've installed from GitHub using MAKE="make -j8"
in my ~/.Renviron
and BiocInstaller::biocLite("Bioconductor/Rhtslib")
.
It works for me!
Regards, Marcel
Thx Marcel, @LiNk-NY !
OK it's work when I use make -j8
in /src/htslib-1.7/ folder and after
BiocInstaller::biocLite("Bioconductor/Rhtslib")
thanks!
Thanks @lucidif for confirming.
H.
Hi, I have problems with installation of this package
when I try to install it i have this report
Lucio