SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

openthreads rpm build for : Fedora 3. For other distributions click openthreads.

Name : openthreads
Version : 1.3 Vendor : newrpms_sunsite_dk
Release : 2.rhfc3.nr Date : 2005-04-24 17:25:08
Group : Development/Libraries Source RPM : openthreads-1.3-2.rhfc3.nr.src.rpm
Size : 0.04 MB
Packager : Che
Summary : An Object-Oriented thread interface for C++ programmers
Description :
This library is intended to provide a minimal & complete Object-Oriented (OO) thread interface for C++ programmers. It is loosely modeled on the Java thread API, and the POSIX Threads standards. The architecture of the library is designed around \"swappable\" thread models which are defined at compile-time in a shared object library. It is of importance to note that while a factory pattern design could have been used to achieve the goal of genaric interface, it would have required the programmer to allocate each of the 4 fundemental types (Thread, Mutex, Barrier, & Condition ) on the heap. Due to the cost associated with heap allocation of the underlying concrete implementations of these constructs on some platforms, such allocation was deemed unacceptable at the time this library was originally written, and thus the factory pattern was not used.

RPM found in directory: /packages/linux-pbone/archive/newrpms.sunsite.dk/projects/newrpms/www/htdocs/apt/redhat/en/i386/fc3/RPMS.newrpms

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  openthreads-1.3-2.rhfc3.nr.i386.rpm
     Search for other platforms
openthreads-1.3-2.rhfc3.nr.sparc.rpm
openthreads-1.3-2.rhfc3.nr.alpha.rpm
openthreads-1.3-2.rhfc3.nr.ppc.rpm
openthreads-1.3-2.rhfc3.nr.ia64.rpm
openthreads-1.3-2.rhfc3.nr.s390.rpm

Provides :
libOpenThreads.so
openthreads

Requires :
libstdc++.so.6(GLIBCXX_3.4)
rpmlib(CompressedFileNames) <= 3.0.4-1
libstdc++.so.6
libpthread.so.0
libgcc_s.so.1
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libpthread.so.0(GLIBC_2.0)
libpthread.so.0(GLIBC_2.1)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libstdc++.so.6(CXXABI_1.3)
libc.so.6
libpthread.so.0(GLIBC_2.3.2)
libm.so.6


Content of RPM :
/usr/lib/libOpenThreads.so
/usr/share/doc/openthreads-1.3
/usr/share/doc/openthreads-1.3/COPYING.txt
/usr/share/doc/openthreads-1.3/ChangeLog
/usr/share/doc/openthreads-1.3/INSTALL.txt
/usr/share/doc/openthreads-1.3/README.txt
/usr/share/doc/openthreads-1.3/TODO.txt

 
ICM