Information for build libscs-1.4.1-4.el6

ID229980
Package Namelibscs
Version1.4.1
Release4.el6
Epoch
SummarySoftware Carry-Save Multiple-Precision Library
DescriptionThe Software Carry-Save (SCS) Library is a fast and lightweight multiple-precision library. SCSLib has the following features: - Multiple-precision SCSLib is a fixed-precision library, where precision is selected at compile-time. Out-of-the-box, the library ensures 210 bits of precision (quad-double). - Floating-point format The SCS format is a floating-point format where exponents are machine integers (usually 32-bit numbers), which ensures a huge exponent range. - Supported operations SCSLib currently offers addition/subtraction, multiplication, and an experimental division, plus all the useful conversion functions. - IEEE-754 compatibility The range of SCS numbers includes the range of IEEE double-precision numbers, including denormals and exceptional cases. Conversions between SCS format and IEEE-754 doubles, as well as arithmetic operations, follow the IEEE rules concerning the exceptional cases. SCS doesn't ensure correct rounding, but provides conversions to doubles in the four IEEE-754 rounding modes. - Performance SCSLib is designed to be fast. With 210 bits, it outperforms MPF for most operations on most architectures.
Built bytimn
State complete
Volume prod
StartedMon, 21 Feb 2011 23:27:44 UTC
CompletedMon, 21 Feb 2011 23:30:31 UTC
Taskbuild (dist-6E-epel-testing-candidate, /libscs:8b1cdbb84e50f41b26cfed2c6771fe6c450d9d17)
Tags
dist-6E-epel
RPMs
src
libscs-1.4.1-4.el6.src.rpm (info) (download)
i686
libscs-1.4.1-4.el6.i686.rpm (info) (download)
libscs-devel-1.4.1-4.el6.i686.rpm (info) (download)
libscs-debuginfo-1.4.1-4.el6.i686.rpm (info) (download)
ppc64
libscs-1.4.1-4.el6.ppc64.rpm (info) (download)
libscs-devel-1.4.1-4.el6.ppc64.rpm (info) (download)
libscs-debuginfo-1.4.1-4.el6.ppc64.rpm (info) (download)
x86_64
libscs-1.4.1-4.el6.x86_64.rpm (info) (download)
libscs-devel-1.4.1-4.el6.x86_64.rpm (info) (download)
libscs-debuginfo-1.4.1-4.el6.x86_64.rpm (info) (download)
Logs
i686
build.log
root.log
state.log
ppc64
build.log
root.log
state.log
x86_64
build.log
root.log
state.log
Changelog * Mon Feb 21 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-4 - Do not require mpfr on el5 * Sun Feb 20 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-3 - Make -devel subpackage depend on mpfr-devel and gmp-devel * Sat Feb 19 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-2 - Fix typo in configure flags (mpfs -> mpfr) * Sat Feb 19 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-1 - Initial package