Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 8e2c0f26cb9acf6a2293c6441db8328f > files > 2

archimedes-2.0.0-1.fc16.src.rpm

Summary:	      2D Quantum Monte Carlo simulator for semiconductor devices
Name:		      archimedes
Version:	      2.0.0
Release:	      1%{?dist}
License:	      GPLv3+
Group:		   Applications/Engineering
URL:		      http://www.gnu.org/software/archimedes/
Source0:	      ftp://ftp.gnu.org/gnu/archimedes/%{name}-%{version}.tar.gz

BuildRoot:	   %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	dos2unix
BuildRequires:	ghostscript
BuildRequires:	tetex-latex

%description
Archimedes is a package for the design and simulation of submicron
semiconductor devices. It is a 2D Fast Monte Carlo simulator which can take
into account all the relevant quantum effects, thank to the implementation of
the Bohm effective potential method.

The physics and geometry of a general device is introduced by typing a simple
script, which makes, in this sense, Archimedes a powerful tool for the
simulation of quite general semiconductor devices.

%prep
%setup -q

# Suppress rpmlint error.
dos2unix COPYING

# Use tests as user examples
cp -pr tests/ examples/

%build
%configure --enable-manual
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT

# We don't want 3 documents to explain the same thing
rm -f ${buildroot}%{_docdir}/%{name}.{dvi,ps}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc NEWS
%doc README
%doc THANKS
%doc doc/%{name}.pdf
%doc examples/
%{_bindir}/%{name}

%changelog
* Sun Dec 04 2011 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 2.0.0-1
- Bug 731298 - archimedes-2.0.0 is available - new upstream release

* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sat Oct 02 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.1-1
- new upstream release

* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.8.0-4
- Use bzipped upstream tarball.

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Wed Nov 12 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.8.0-1
- Version bump to 0.8.0. Closes Red Hat Bugzilla bug #464360.

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.0-3
- Autorebuild for GCC 4.3

* Tue Nov 20 2007 Debarshi Ray <rishi@fedoraproject.org> - 0.7.0-2
- Changed the value of Group to Applications/Engineering.
- Preserved timestamps using 'install -p'.

* Sun Oct 07 2007 Debarshi Ray <rishi@fedoraproject.org> - 0.7.0-1
- Initial build.