summaryrefslogtreecommitdiff
path: root/devel/lace14/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lace14/files')
-rw-r--r--devel/lace14/files/patch-benchmarks_CMakeLists.txt11
-rw-r--r--devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_fib_fib-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp11
-rw-r--r--devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_pi_pi-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_queens_queens-lace.c11
-rw-r--r--devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c11
11 files changed, 11 insertions, 110 deletions
diff --git a/devel/lace14/files/patch-benchmarks_CMakeLists.txt b/devel/lace14/files/patch-benchmarks_CMakeLists.txt
new file mode 100644
index 000000000000..89d193cca126
--- /dev/null
+++ b/devel/lace14/files/patch-benchmarks_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- benchmarks/CMakeLists.txt.orig 2025-08-19 10:37:46 UTC
++++ benchmarks/CMakeLists.txt
+@@ -4,7 +4,7 @@ macro(set_compilation_settings NAME)
+ target_compile_features(${NAME} PRIVATE c_std_11 cxx_std_11)
+ target_compile_options(${NAME} PRIVATE
+ $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>:
+- -pipe -march=native -Wall -Wextra -Wpedantic -Wno-deprecated>
++ -pipe -Wall -Wextra -Wpedantic -Wno-deprecated>
+ $<$<CXX_COMPILER_ID:MSVC>: /W4>
+ )
+ if (CMAKE_BUILD_TYPE STREQUAL "Release")
diff --git a/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c b/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c
deleted file mode 100644
index 5a47f1622ae4..000000000000
--- a/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/cilksort/cilksort-lace.c.orig 2025-05-23 10:54:43 UTC
-+++ benchmarks/cilksort/cilksort-lace.c
-@@ -438,7 +438,7 @@ int main(int argc, char *argv[])
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c b/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c
deleted file mode 100644
index 709bb4a901de..000000000000
--- a/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/dfs/dfs-lace.c.orig 2025-05-23 10:54:05 UTC
-+++ benchmarks/dfs/dfs-lace.c
-@@ -50,7 +50,7 @@ int main(int argc, char **argv)
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.c b/devel/lace14/files/patch-benchmarks_fib_fib-lace.c
deleted file mode 100644
index 705fff75ccfa..000000000000
--- a/devel/lace14/files/patch-benchmarks_fib_fib-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/fib/fib-lace.c.orig 2025-05-23 10:55:18 UTC
-+++ benchmarks/fib/fib-lace.c
-@@ -34,7 +34,7 @@ int main(int argc, char **argv)
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp b/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp
deleted file mode 100644
index b288f60b8ec9..000000000000
--- a/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/fib/fib-lace.cpp.orig 2025-05-23 10:53:18 UTC
-+++ benchmarks/fib/fib-lace.cpp
-@@ -35,7 +35,7 @@ int main(int argc, char **argv)
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c b/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c
deleted file mode 100644
index 26a2489b4bab..000000000000
--- a/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/knapsack/knapsack-lace.c.orig 2025-05-23 10:56:00 UTC
-+++ benchmarks/knapsack/knapsack-lace.c
-@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c b/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c
deleted file mode 100644
index 7036a56448ed..000000000000
--- a/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/matmul/matmul-lace.c.orig 2025-05-23 10:56:19 UTC
-+++ benchmarks/matmul/matmul-lace.c
-@@ -121,7 +121,7 @@ int main(int argc, char *argv[])
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c b/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c
deleted file mode 100644
index 6159bc215087..000000000000
--- a/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/matmul/matmul-seq.c.orig 2025-05-23 10:55:39 UTC
-+++ benchmarks/matmul/matmul-seq.c
-@@ -114,7 +114,7 @@ int main(int argc, char *argv[])
-
- int main(int argc, char *argv[])
- {
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'h':
diff --git a/devel/lace14/files/patch-benchmarks_pi_pi-lace.c b/devel/lace14/files/patch-benchmarks_pi_pi-lace.c
deleted file mode 100644
index f1d66022fbfa..000000000000
--- a/devel/lace14/files/patch-benchmarks_pi_pi-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/pi/pi-lace.c.orig 2025-05-23 10:54:23 UTC
-+++ benchmarks/pi/pi-lace.c
-@@ -55,7 +55,7 @@ int main(int argc, char **argv)
- int workers = 0;
- int dqsize = 1000000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_queens_queens-lace.c b/devel/lace14/files/patch-benchmarks_queens_queens-lace.c
deleted file mode 100644
index f942da62abbf..000000000000
--- a/devel/lace14/files/patch-benchmarks_queens_queens-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/queens/queens-lace.c.orig 2025-05-23 10:53:37 UTC
-+++ benchmarks/queens/queens-lace.c
-@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':
diff --git a/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c b/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c
deleted file mode 100644
index eb4f69cb841a..000000000000
--- a/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/strassen/strassen-lace.c.orig 2025-05-23 10:55:02 UTC
-+++ benchmarks/strassen/strassen-lace.c
-@@ -718,7 +718,7 @@ int main(int argc, char *argv[])
- int dqsize = 100000;
- int verify = 0;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h:c")) != -1) {
- switch (c) {
- case 'w':