File himeno.spec of Package himeno
#
# spec file for package himeno (Version 3)
#
# Copyright (c) 2008 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/
#
Url: http://accc.riken.jp/HPC/HimenoBMT/index_e.html
Name: himeno
License: LGPL v2.0 or later
# Group: SuSE internal
Group: System/Benchmark
Summary: Benchmark to evaluate the performance of incompressible fluid analysis code
Requires: coreutils, gawk, kernel-source
Version: 3
Release: 2
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Benchmark to evaluate the performance of incompressible fluid analysis
code. This benchmark program measures the speed of major loops to solve
Poisson's equation folution using Jacobi iteration method.
Authors:
--------
Dr. Ryutaro Himeno <himeno@riken.jp>
%prep
%setup -q -n %{name}-%{version}
%build
make
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
cp bmt $RPM_BUILD_ROOT/usr/bin
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
/usr/bin/bmt
%changelog
* Thu Sep 11 2008 vpelcak@suse.cz
- package created, version 3