Package: libatomic-ops Version: 1.2 Revision: 1 Description: Lib of atomic memory update operations DescDetail: << Provides implementations for atomic memory update operations on a number of architectures. This allows direct use of these in reasonably portable code. Unlike earlier similar packages, this one explicitly considers memory barrier semantics, and allows the construction of code that involves minimum overhead across a variety of architectures. << # Only libatomic_opts_gpl.a is really GPL, the rest is BSD License: GPL2+ Homepage: http://www.hpl.hp.com/research/linux/atomic_ops/ Maintainer: Daniel Johnson Source: http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%v.tar.gz Source-MD5: 1b65e48271c81e3fa2d7a9a69bab7504 BuildDependsOnly: true NoSetCPPFLAGS: true NoSetLDFLAGS: true ConfigureParams: --disable-dependency-tracking InfoTest: TestScript: make check || exit 2 InstallScript: make install DESTDIR=%d DocFiles: AUTHORS ChangeLog NEWS