Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: stressapptest-1.0.9.
Date: Tue, 12 Jan 2021 23:59:09 +0100	[thread overview]
Message-ID: <20210112225909.DiNzN8kCvtLGqgi1lv8XUDllCVmANxAdrtbxzQRd1TY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24528@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

There is an updated pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages stressapptest-new
https://github.com/void-linux/void-packages/pull/24528

New package: stressapptest-1.0.9.


A patch file from https://github.com/void-linux/void-packages/pull/24528.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stressapptest-new-24528.patch --]
[-- Type: text/x-diff, Size: 2068 bytes --]

From d64393154e28c583de1cc7216350a7c833dd0f41 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 29 Aug 2020 09:36:23 +1000
Subject: [PATCH] New package: stressapptest-1.0.9.

---
 srcpkgs/stressapptest/patches/musl.patch | 20 ++++++++++++++++++++
 srcpkgs/stressapptest/template           | 11 +++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/stressapptest/patches/musl.patch
 create mode 100644 srcpkgs/stressapptest/template

diff --git a/srcpkgs/stressapptest/patches/musl.patch b/srcpkgs/stressapptest/patches/musl.patch
new file mode 100644
index 00000000000..bc2c333ab89
--- /dev/null
+++ b/srcpkgs/stressapptest/patches/musl.patch
@@ -0,0 +1,20 @@
+--- src/sat.cc	2021-01-13 09:41:59.963038539 +1100
++++ src/sat.cc	2021-01-13 09:42:56.376419216 +1100
+@@ -1485,6 +1485,7 @@
+ // Return the worst case (largest) cache line size of the various levels of
+ // cache actually prsent in the machine.
+ int Sat::CacheLineSize() {
++#ifdef _SC_LEVEL1_DCACHE_LINESIZE
+   int max_linesize = sysconf(_SC_LEVEL1_DCACHE_LINESIZE);
+   int linesize = sysconf(_SC_LEVEL2_CACHE_LINESIZE);
+   if (linesize > max_linesize) max_linesize = linesize;
+@@ -1493,6 +1494,9 @@
+   linesize = sysconf(_SC_LEVEL4_CACHE_LINESIZE);
+   if (linesize > max_linesize) max_linesize = linesize;
+   return max_linesize;
++#else
++  return 0;
++#endif
+ }
+ 
+ // Notify and reap worker threads.
diff --git a/srcpkgs/stressapptest/template b/srcpkgs/stressapptest/template
new file mode 100644
index 00000000000..e78b04c7c73
--- /dev/null
+++ b/srcpkgs/stressapptest/template
@@ -0,0 +1,11 @@
+# Template file for 'stressapptest'
+pkgname=stressapptest
+version=1.0.9
+revision=1
+build_style=gnu-configure
+short_desc="Stressful Application Test - userspace memory and IO test"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="Apache-2.0"
+homepage="https://github.com/stressapptest/stressapptest"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1

  parent reply	other threads:[~2021-01-12 22:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 23:38 [PR PATCH] " fosslinux
2020-08-28 23:39 ` [PR PATCH] [Updated] " fosslinux
2021-01-12  4:21 ` tarkov2213
2021-01-12  4:44 ` [PR REVIEW] " ericonr
2021-01-12  4:45 ` ericonr
2021-01-12 10:31 ` fosslinux
2021-01-12 10:39 ` fosslinux
2021-01-12 10:43 ` fosslinux
2021-01-12 13:33 ` ericonr
2021-01-12 21:37 ` fosslinux
2021-01-12 22:59 ` fosslinux [this message]
2021-01-12 23:00 ` fosslinux
2021-01-13  2:12 ` ericonr
2021-01-13  2:15 ` tarkov2213
2021-01-13  6:44 ` fosslinux
2021-01-13  6:47 ` fosslinux
2022-04-18  2:12 ` github-actions
2022-05-02  2:15 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210112225909.DiNzN8kCvtLGqgi1lv8XUDllCVmANxAdrtbxzQRd1TY@z \
    --to=fosslinux@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).