Brahe
From CBLFS
Revision as of 10:18, 18 August 2008 by Weibullguy (talk | contribs)
Download Source: | http://www.coyotegulch.com/distfiles/libbrahe-1.1.0.tar.gz |
---|
Contents
Introduction to Brahe
Brahe is a Heterogenous C Library of Numeric Functions.
Project Homepage: http://www.coyotegulch.com/products/brahe/index.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | /usr/include/libbrahe |
---|---|
Installed Programs: | brahe_test_prng, brahe_test_trig, brahe_test_rounding, brahe_test_lcmgcd |
Installed Libraries: | libbrahe.{a,la,so} |