File: build.sh

package info (click to toggle)
python-pysam 0.20.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,348 kB
  • sloc: ansic: 137,388; python: 8,501; sh: 283; makefile: 263; perl: 41
file content (8 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash

# Use internal htslib
chmod a+x ./htslib/configure
export CFLAGS="-I${PREFIX}/include/curl/ -I${PREFIX}/include -L${PREFIX}/lib"
export HTSLIB_CONFIGURE_OPTIONS="--disable-libcurl"

$PYTHON setup.py install