Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2fd191074c513901676ba201868f9dca > files > 2

xmds-2.1.2-1.mga3.src.rpm

Summary: Prepare for fast, easily-extended simulations
Name: xmds
Version: 2.1.2
Release: %mkrel 1
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
License: GPL 
Group: Sciences/Other
Url: http://www.xmds.org/
BuildRequires: python-setuptools
Buildarch: noarch
Provides: xmds2 = %{version}
 
%description
The purpose of XMDS2 is to simplify the process of creating
simulations that solve systems of initial-value first-order partial
and ordinary differential equations. Instead of going through the
error-prone process of writing by hand thousands of lines of code,
XMDS2 enables many problems to be described in a simple XML format.
From this XML description XMDS2 writes a C++ simulation that solves
the problem using fast algorithms. Anecdotally, the code generated
by XMDS2 is as fast as, or faster than, code hand-written by an
expert, but by using XMDS2 the time taken to produce the simulation
is significantly reduced.

%package	doc
Summary:	Documentation for %{name}
Group:		Documentation

%description	doc
This package contains documentation for %{name}.
 
%prep
%setup -q -n %name-%version

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --skip-build

%files
%doc README ReleaseNotes examples
%{_bindir}/*
%{py_puresitedir}/*

%files doc
%doc documentation/*


%changelog

* Fri Feb 08 2013 fwang <fwang> 2.1.2-1.mga3
+ Revision: 396938
- add more provides
- skip build
- switch to newer branch of xmds2
- fix build with latest automake
- use autoreconf

* Fri Feb 08 2013 fwang <fwang> 1.6.6-4.mga3
+ Revision: 395624
- fix linkage order

* Mon Jan 14 2013 umeabot <umeabot> 1.6.6-3.mga3
+ Revision: 387118
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun May 08 2011 grenoya <grenoya> 1.6.6-2.mga1
+ Revision: 96255
- imported package xmds


* Wed Aug 26 2009 Emmanuel Andry <eandry@mandriva.org> 1.6.6-2mdv2010.0
+ Revision: 421581
- build against fftw3

* Tue Aug 12 2008 Olivier Thauvin <nanardon@mandriva.org> 1.6.6-1mdv2009.0
+ Revision: 271013
- 1.6.6

* Sat Feb 09 2008 Olivier Thauvin <nanardon@mandriva.org> 1.6.4-1mdv2008.1
+ Revision: 164446
- 1.6.4

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Tue May 01 2007 Olivier Thauvin <nanardon@mandriva.org> 1.5_3-1mdv2008.0
+ Revision: 20039
- 1.5-3


* Thu Aug 10 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 08/10/06 10:44:04 (55344)
- 1.5-2

* Thu Aug 10 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 08/10/06 10:39:37 (55339)
Import xmds

* Sun Mar 05 2006 Olivier Thauvin <nanardon@mandriva.org> 1.5_1-1mdk
- 1.5-1

* Fri Jan 21 2005 Sylvie Terjan <erinmargault@zarb.org> 1.3_5-1mdk
- make spec file