Fityk

From CBLFS
Revision as of 04:13, 23 August 2007 by Weibullguy (talk | contribs) (Added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/fityk/fityk-0.8.6.tar.bz2

Introduction to Fityk

fityk is a program for nonlinear fitting of analytical functions.

Project Homepage: http://www.unipress.waw.pl/fityk/

Dependencies

Required

Configuration Information

--enable-python enable Python bindings.

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: /usr/share/fityk
Installed Programs: cfityk, fityk
Installed Libraries: libfityk.{la,so}

Short Descriptions

cfityk is the CLI version of the program for nonlinear fitting of analytical functions.
fityk is the GUI version of the program for nonlinear fitting of analytical functions.