Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 795127df2957
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 726e0e26c2b3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 17, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    726e0e2 View commit details
Showing with 10 additions and 33 deletions.
  1. +0 −22 app-benchmarks/stress-ng/patches/stress_ng-0.12.01.patchset
  2. +10 −11 app-benchmarks/stress-ng/{stress_ng-0.12.01.recipe → stress_ng-0.13.05.recipe}
22 changes: 0 additions & 22 deletions app-benchmarks/stress-ng/patches/stress_ng-0.12.01.patchset

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
SUMMARY="Stress test a computer system in various selectable ways"
DESCRIPTION="stress-ng will stress test a computer system in various \
selectable ways. It was designed to exercise various physical subsystems of a \
computer as well as the various operating system kernel interfaces. \
computer as well as the various operating system kernel interfaces.
Stress-ng features:
* Over 240 stress tests
*78 CPU specific stress tests that exercise floating point, integer, bit\
manipulation and control flow
*Over 20 virtual memory stress tests
* 78 CPU specific stress tests that exercise floating point, integer, bit \
manipulation and control flow
* Over 20 virtual memory stress tests
stress-ng was originally intended to make a machine work hard and trip \
hardware issues such as thermal overruns as well as operating system bugs \
@@ -31,15 +31,14 @@ One can specify the number of processes to invoke per type of stress test; \
specifying a negative or zero value will select the number of online \
processors as defined by sysconf(_SC_NPROCESSORS_ONLN)."
HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"
COPYRIGHT="2013-2020 Colin Ian King"
COPYRIGHT="2013-2021 Colin Ian King"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/ColinIanKing/stress-ng/archive/V$portVersion.zip"
SOURCE_DIR="stress-ng-$portVersion"
CHECKSUM_SHA256="17fff86fa6bc061802822bf4b076e511c577b51c114855ff679a38a11e6ca79e"
PATCHES="stress_ng-$portVersion.patchset"
CHECKSUM_SHA256="442c07327c5534566670a85dc67d50b1c643250aa09cc7129c793705d294cbeb"

ARCHITECTURES="all ?x86_gcc2"
ARCHITECTURES="all !x86_gcc2"

PROVIDES="
stress_ng = $portVersion
@@ -57,19 +56,19 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:awk
cmd:g++
cmd:gcc
cmd:make
"

BUILD()
{
touch config
make -f Makefile.config
make
make $jobArgs
}

INSTALL()
{
mkdir -p $binDir
mkdir -p $binDir
cp stress-ng $binDir
}