mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added libatomic_ops-1.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8633 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bbe9eba08a
commit
b779049f29
@ -3,7 +3,7 @@ $LastChangedBy$
|
|||||||
$Date$
|
$Date$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2010">
|
<!ENTITY year "2010">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
@ -168,6 +168,7 @@ $Date$
|
|||||||
<!ENTITY libidn-version "1.19">
|
<!ENTITY libidn-version "1.19">
|
||||||
<!ENTITY xcb-proto-version "1.5">
|
<!ENTITY xcb-proto-version "1.5">
|
||||||
<!ENTITY libxcb-version "1.4">
|
<!ENTITY libxcb-version "1.4">
|
||||||
|
<!ENTITY libatomic_ops-version "1.2">
|
||||||
<!ENTITY libdrm-version "2.4.14">
|
<!ENTITY libdrm-version "2.4.14">
|
||||||
<!ENTITY dbus-glib-version "0.82">
|
<!ENTITY dbus-glib-version "0.82">
|
||||||
<!ENTITY dbus-python-version "0.83.0">
|
<!ENTITY dbus-python-version "0.83.0">
|
||||||
|
@ -73,6 +73,7 @@ $Date$
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libidn.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libidn.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcb.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxcb.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libatomic_ops.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpthread-stubs.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpthread-stubs.xml"/>
|
||||||
|
118
general/genlib/libatomic_ops.xml
Normal file
118
general/genlib/libatomic_ops.xml
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
|
%general-entities;
|
||||||
|
|
||||||
|
<!ENTITY libatomic_ops-download-http "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-&libatomic_ops-version;.tar.gz">
|
||||||
|
<!ENTITY libatomic_ops-download-ftp " ">
|
||||||
|
<!ENTITY libatomic_ops-md5sum "1b65e48271c81e3fa2d7a9a69bab7504">
|
||||||
|
<!ENTITY libatomic_ops-size "184 KB">
|
||||||
|
<!ENTITY libatomic_ops-buildsize "1.4 MB">
|
||||||
|
<!ENTITY libatomic_ops-time "less than 0.1 SBU">
|
||||||
|
]>
|
||||||
|
|
||||||
|
<sect1 id="libatomic_ops" xreflabel="libatomic_ops-&libatomic_ops-version;">
|
||||||
|
<?dbhtml filename="libatomic_ops.html"?>
|
||||||
|
|
||||||
|
<sect1info>
|
||||||
|
<othername>$LastChangedBy$</othername>
|
||||||
|
<date>$Date$</date>
|
||||||
|
</sect1info>
|
||||||
|
|
||||||
|
<title>libatomic_ops-&libatomic_ops-version;</title>
|
||||||
|
|
||||||
|
<indexterm zone="libatomic_ops">
|
||||||
|
<primary sortas="a-libatomic_ops">libatomic_ops</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<sect2 role="package">
|
||||||
|
<title>Introduction to libatomic_ops</title>
|
||||||
|
|
||||||
|
<para><application>libatomic_ops</application> 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. </para>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>Download (HTTP): <ulink url="&libatomic_ops-download-http;"/></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download (FTP): <ulink url="&libatomic_ops-download-ftp;"/></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download MD5 sum: &libatomic_ops-md5sum;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download size: &libatomic_ops-size;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Estimated disk space required: &libatomic_ops-buildsize;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Estimated build time: &libatomic_ops-time;</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para condition="html" role="usernotes">User Notes:
|
||||||
|
<ulink url="&blfs-wiki;/libatomic_ops"/></para>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="installation">
|
||||||
|
<title>Installation of libatomic_ops</title>
|
||||||
|
|
||||||
|
<para>Install <application>libatomic_ops</application> by running the following
|
||||||
|
commands:</para>
|
||||||
|
|
||||||
|
<screen><userinput>./configure --prefix=/usr &&
|
||||||
|
make</userinput></screen>
|
||||||
|
|
||||||
|
<para>To check the results, issue <command>make check</command>.</para>
|
||||||
|
|
||||||
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>make install &&
|
||||||
|
mv -v /usr/share/libatomic_ops /usr/share/doc/libatomic_ops-1.2</userinput></screen>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="content">
|
||||||
|
<title>Contents</title>
|
||||||
|
|
||||||
|
<segmentedlist>
|
||||||
|
<segtitle>Installed Programs</segtitle>
|
||||||
|
<segtitle>Installed Libraries</segtitle>
|
||||||
|
<segtitle>Installed Directory</segtitle>
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>None</seg>
|
||||||
|
<seg>libatomic_ops.a and libatomic_ops_gpl.a</seg>
|
||||||
|
<seg>/usr/include/libatomic_ops</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
|
<varlistentry id="libatomic_ops-lib">
|
||||||
|
<term><filename class='libraryfile'>libatomic_ops{,_gpl}.a</filename></term>
|
||||||
|
<listitem>
|
||||||
|
<para>contains functions for atomic memory operations.</para>
|
||||||
|
<indexterm zone="libatomic_ops libatomic_ops-lib">
|
||||||
|
<primary sortas="c-libatomic_ops">libatomic_ops.a</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
</sect1>
|
@ -41,6 +41,15 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>October 17th, 2010</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Added libatomic_ops-1.2.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>October 14th, 2010</para>
|
<para>October 14th, 2010</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user