Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37733181
en ru br
ALT Linux repos
S:1.8.6-alt1
5.0: 1.4.4-alt1

Group :: Sciences/Mathematics
RPM: libginac

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname ginac

Name: libginac
Version: 1.4.4
Release: alt1

Summary: C++ class library for symbolic calculations

License: GPLv2+
Group: Sciences/Mathematics
Url: http://www.ginac.de/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%version.tar.bz2

# manually removed: xorg-sdk  rpm-build-java rpm-build-mono rpm-build-seamonkey

# Automatically added by buildreq on Wed Dec 03 2008
BuildRequires: doxygen flex gcc-c++ libcln-devel libncurses-devel libreadline-devel tetex-dvips tetex-latex transfig

%description
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

This is the libraries, include files and other resources you can use
for developing GiNaC applications.

%package -n %oname
Summary: Libraries, includes and more for developing GiNaC applications
Group: Development/C++

%description -n %oname
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

%package devel
Summary: Libraries, includes and more for developing GiNaC applications
Group: Development/C++
Requires: %name = %version-%release

%description devel
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

This is the libraries, include files and other resources you can use
for developing GiNaC applications.

%prep
%setup -q -n %oname-%version

%build
%configure
%make_build

%install
%makeinstall_std

%files -n %oname
%doc AUTHORS NEWS README
%_bindir/ginsh
%_bindir/viewgar
%_man1dir/ginsh.1*
%_man1dir/viewgar.1*

%files
%_libdir/*.so.*

%files devel
%doc ChangeLog
%_bindir/ginac-excompiler
%_includedir/*
#%_libdir/*.la
%_libdir/*.so
%_pkgconfigdir/*.pc
%_infodir/*.info*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin