aboutsummaryrefslogtreecommitdiffstats
path: root/science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c')
-rw-r--r--science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c b/science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c
index 9492fab582b3..e76992e3d19e 100644
--- a/science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c
+++ b/science/openmodelica/files/patch-OMCompiler_Compiler_runtime_systemimpl.c
@@ -1,8 +1,8 @@
- make it single-threaded as a workaround for https://github.com/OpenModelica/OpenModelica/issues/9922
---- OMCompiler/Compiler/runtime/systemimpl.c.orig 2023-04-14 14:33:28 UTC
+--- OMCompiler/Compiler/runtime/systemimpl.c.orig 2025-11-24 16:18:03 UTC
+++ OMCompiler/Compiler/runtime/systemimpl.c
-@@ -772,6 +772,7 @@ char* System_popen(threadData_t *threadData, const cha
+@@ -779,6 +779,7 @@ int System_numProcessors(void)
int System_numProcessors(void)
{
@@ -10,7 +10,7 @@
#if WITH_HWLOC==1
hwloc_topology_t topology;
if (0==hwloc_topology_init(&topology) && 0==hwloc_topology_load(topology)) {
-@@ -790,6 +791,8 @@ int System_numProcessors(void)
+@@ -797,6 +798,8 @@ int System_numProcessors(void)
#else
return intMax(sysconf(_SC_NPROCESSORS_ONLN), 1);
#endif