diff options
Diffstat (limited to 'academic/pysam')
-rw-r--r-- | academic/pysam/pysam.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/pysam/pysam.SlackBuild b/academic/pysam/pysam.SlackBuild index 55994c96949e1..7e991b8f382b1 100644 --- a/academic/pysam/pysam.SlackBuild +++ b/academic/pysam/pysam.SlackBuild @@ -80,10 +80,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -### pysam linked to htslib-1.13; SBo-htslib is at 1.13: -##use system htslib: -export HTSLIB_LIBRARY_DIR=/usr/lib$LIBDIRSUFFIX -export HTSLIB_INCLUDE_DIR=/usr/include +### pysam linked to htslib-1.13; SBo-htslib is at 1.14: +### for use system htslib: +#export HTSLIB_LIBRARY_DIR=/usr/lib$LIBDIRSUFFIX +#export HTSLIB_INCLUDE_DIR=/usr/include #the source does not allow 'read' to 'other', which could cause a problem on reloading a Jupyter-notebook chmod 644 pysam.egg-info/* |