Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
pari
pari.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pari.spec of Package pari
# # spec file for package pari # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: pari %define lname libpari-gmp3 Version: 2.5.3 Release: 0 Group: Productivity/Scientific/Math Summary: Computer Algebra System for fast computations in Number Theory License: GPL-2.0 URL: http://pari.math.u-bordeaux.fr/ #DL-URL: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.tar.gz Source: %name-%version.tar.xz Source2: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.changelog BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gmp-devel, readline-devel BuildRequires: fltk-devel, libqt4-devel, xz %if 0%{?suse_version} >= 1220 BuildRequires: libX11-devel, xorg-x11-proto-devel %else BuildRequires: xorg-x11-devel %endif %description PARI/GP is a computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. %package gp Summary: Frontend to the PARI Computer Algebra System Group: Productivity/Scientific/Math %description gp PARI/GP is a computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. %package -n %lname Summary: Computer Algebra System library for fast computations in Number Theory Group: System/Libraries # This is used by the data packages to avoid having a too-old version of libpari: Provides: libpari-gmp = %version-%release %description -n %lname PARI/GP is a computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. %package devel Summary: Development files for the PARI CAS Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel PARI/GP is a computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. %prep %setup -q %build ./Configure --prefix="%_prefix" \ --bindir="%_bindir" --includedir="%_includedir" \ --libdir="%_libdir" \ --sysdatadir="%_libdir" --datadir="%_datadir/%name"; make %{?_smp_mflags} all \ CFLAGS="%optflags -fno-strict-aliasing" \ STRIP=true; cp "%{S:2}" .; %install b="%buildroot"; make install DESTDIR="$b"; # Put library in the right spot and fix the SO version abuse if [ -L "$b/%_libdir/libpari-gmp.so.3" ]; then rm -f "$b/%_libdir/libpari-gmp.so.3"; fi; mv "$b/%_libdir/libpari-gmp.so.%version" "$b/%_libdir/libpari-gmp.so.3"; ln -fs libpari-gmp.so.3 "$b/%_libdir/libpari-gmp-%version.so"; ln -fs libpari-gmp-%version.so "$b/%_libdir/libpari-gmp.so"; ln -fs libpari-gmp-%version.so "$b/%_libdir/libpari.so"; %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files gp %defattr(-,root,root) %_bindir/* %_datadir/%name %_libdir/%name.cfg %_mandir/man*/* %doc %name-%version.changelog %files -n libpari-gmp3 %defattr(-,root,root) %_libdir/*.so.* %_libdir/libpari-gmp-%version.so %files devel %defattr(-,root,root) %_includedir/pari %_libdir/libpari.so %_libdir/libpari-gmp.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor