Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
y-cruncher
> y-cruncher.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File y-cruncher.spec of Package y-cruncher (Revision 6)
Currently displaying revision
6
,
show latest
Name: y-cruncher Version: 0.6.2.9322 Release: 1 Url: http://www.numberworld.org/y-cruncher/ Group: System/Benchmark License: unknown Summary: Pi-benchmark Source0: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: less BuildArch: x86_64 %description The first scalable multi-threaded Pi-benchmark for multi-core systems. %prep %setup -q -n %{name}-%{version} %build %install # % __install -D -m0755 y-cruncher %{buildroot}%{_sbindir}/y-cruncher %__install -m0755 -d %{buildroot}%{_sbindir} for y in y-cruncher-x64-AVX-Hina y-cruncher-x64-SSE3-Kasumi y-cruncher-x64-SSE41-Nagisa y-cruncher-x64-SSE41-Ushio ; do %__install -m0755 $y %{buildroot}%{_sbindir}/$y done %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc y-cruncher.txt %{_sbindir}/y-cruncher* %changelog