libssw 1.1-15 source package in Ubuntu

Changelog

libssw (1.1-15) unstable; urgency=medium

  * Team upload.

  [ Michael R. Crusoe ]
  * d/rules: append extra flag for ppc64el, don't override.

  [ Étienne Mollier ]
  * d/libssw0.symbols: mark compiler leaked symbol as optional.
    (Closes: #1015525, #1075207)
  * d/rules: forcefully run LTO builds.
  * d/control: declare compliance to standards version 4.7.0.

 -- Étienne Mollier <email address hidden>  Tue, 23 Jul 2024 20:36:29 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libssw_1.1-15.dsc 2.5 KiB 74507042776b3fba2d850857400bf789450dada4181e5a0f22c7ac359569b553
libssw_1.1.orig.tar.gz 11.8 MiB cdbc20740daeb188ed39413ea5ff9ae4cf72c4d7ccff1d2de2cac0446d64d99f
libssw_1.1-15.debian.tar.xz 53.0 KiB b036bff04c285d5339b268bb0a0b4c9cde81f24128968b51dd0a7d0de635f140

No changes file available.

Binary packages built by this source

libssw-dev: Development headers and static libraries for libssw

 This package provides development headers and static libraries for libssw,
 a fast implementation of the Smith-Waterman algorithm using
 Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
 algorithm at the instruction level.

libssw-java: Java bindings for libssw

 This package provides JNI based Java bindings for libssw, a fast
 implementation of the Smith-Waterman algorithm using Single-Instruction
 Multiple-Data (SIMD) instructions to parallelize the algorithm at the
 instruction level.

libssw-java-dbgsym: debug symbols for libssw-java
libssw0: fast SIMD parallelized implementation of the Smith-Waterman algorithm

 SSW is a fast implementation of the Smith-Waterman algorithm, which uses the
 Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
 algorithm at the instruction level. SSW library provides an API that can be
 flexibly used by programs written in C, C++ and other languages. The library
 can do protein and genome alignment directly.
 Current version of this implementation is ~50 times faster than an ordinary
 Smith-Waterman. It can return the Smith-Waterman score, alignment location
 and traceback path (cigar) of the optimal alignment accurately; and return
 the sub-optimal alignment score and location heuristically.

libssw0-dbgsym: debug symbols for libssw0
ssw-align: Smith-Waterman aligner based on libssw

 This package provides a command-line aligner based on the libssw library,
 a fast SIMD accelerated implementation of the Smith-Waterman algorithm.
 The input files can be in FASTA or FASTQ format. Both target and query files
 can contain multiple sequences. Each sequence in the query file will be
 aligned with all sequences in the target file. Output is provided in SAM or
 BLAST-like text format.

ssw-align-dbgsym: debug symbols for ssw-align