4593439 [rkeene@sledge /home/rkeene/projects/build]$ cat liboil.txt
# SHORT DESC: General Purpose Optimized Algorithms
# LONG DESC: Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

# IGNORE: slackware-12.2
# IGNORE: slackware-13.0
# IGNORE: slackware-13.1
# IGNORE: slackware-13.2
# IGNORE: slamd64-12.2
# IGNORE: slackware64-13.0

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
4593440 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:38:46