Package: idba / 1.1.3-1

Metadata

Package Version Patches format
idba 1.1.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use atomic for mips.patch | (download)

src/basic/atomic_integer.h | 21 21 + 0 - 0 !
1 file changed, 21 insertions(+)

 fix for mips (and *hopefully* also sparc and powerpc
 Mips platform does not have 64-bit __sync_* operations.
 To avoid this behaviuor it is needed to use
 corresponding __atomic_* from libatomic library.


spelling.patch | (download)

src/misc/options_description.cpp | 2 1 + 1 - 0 !
src/sequence/sequence.cpp | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 spelling fixes