Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Install pkg-config file for libblasr
· 98e4d2a6
Andreas Tille
authored
Oct 24, 2018
98e4d2a6
/usr/include is sufficient, subdirs will be specified in individual inlcude statements
· e01fcecc
Andreas Tille
authored
Oct 24, 2018
e01fcecc
Add missing Depends
· cd068556
Andreas Tille
authored
Oct 24, 2018
cd068556
Finally we seem to need -I${includedir}/pbseq
· 15c44a81
Andreas Tille
authored
Oct 24, 2018
15c44a81
Adjust dependencies
· 81a1aa92
Andreas Tille
authored
Oct 24, 2018
81a1aa92
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
81a1aa92
pbseqlib (5.3.1+dfsg-2) UNRELEASED; urgency=medium
* Install pkg-config file for libblasr
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 10:12:31 +0200
pbseqlib (5.3.1+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
...
...
debian/control
View file @
81a1aa92
...
...
@@ -76,6 +76,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpbihdf (= ${binary:Version}),
libhdf5-dev,
${misc:Depends}
Description: tools for handling PacBio hdf5 files (development files)
Blasr_libcpp is a library used by blasr and other executables such as
...
...
@@ -104,6 +105,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libblasr (= ${binary:Version}),
libpbdata-dev (= ${binary:Version}),
${misc:Depends}
Description: tools for aligning PacBio reads to target sequences (development files)
Blasr_libcpp is a library used by blasr and other executables such as
...
...
debian/libblasr-dev.install
View file @
81a1aa92
#!/usr/bin/dh-exec
alignment
/
libblasr
.
a
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
debian
/*.
pc
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
/
pkgconfig
debian/libblasr.pc
0 → 100644
View file @
81a1aa92
prefix=/usr
exec_prefix=${prefix}
includedir=/usr/include
Name: libblasr
URL: https://github.com/PacificBiosciences/blasr_libcpp
Description: tools for aligning PacBio reads to target sequences
Version: 5.3.1
Libs: -lblasr
Cflags: -I${includedir}/pbseq -I${includedir}/pbseq/pbdata/
debian/libpbdata-dev.install
View file @
81a1aa92