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
Resetting CPPFLAGS breaks compilation of htslib in environments with non-standard include paths, such as when R is installed under anaconda. Commenting out this line or changing it to += to allow the definition of CPPFLAGS from R CMD config CPPFLAGS to be preserved fixes the problem.
The text was updated successfully, but these errors were encountered:
Can you try the new version v0.7.1, which now uses the configure script from htslib. If this doesn't work, then probably pass CPPFLAGS around is not permitted in htslib.
vcfppR/src/htslib-1.19.1/Makefile.vcfppR
Line 35 in adf370c
Resetting
CPPFLAGS
breaks compilation of htslib in environments with non-standard include paths, such as when R is installed under anaconda. Commenting out this line or changing it to+=
to allow the definition ofCPPFLAGS
fromR CMD config CPPFLAGS
to be preserved fixes the problem.The text was updated successfully, but these errors were encountered: