Difference between revisions of "Brahe"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://www.coyotegulch.com/distfiles/libbrahe-{{Brahe-Version}}.tar.gz |} ---- {{Package-Introduction|Brahe...) |
Weibullguy (talk | contribs) (Multilib instructions.) |
||
Line 28: | Line 28: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 38: | Line 39: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib32 && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== 64Bit === | === 64Bit === | ||
Line 48: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib64 && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Contents == | == Contents == | ||
Line 59: | Line 64: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | |usr/include/libbrahe | + | |/usr/include/libbrahe |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: |
Revision as of 09:57, 9 August 2008
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} |