summaryrefslogtreecommitdiff
path: root/sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch')
-rw-r--r--sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch b/sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch
deleted file mode 100644
index c01b02bb8f72..000000000000
--- a/sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./sopalin/src/updo.c.orig 2016-02-23 01:42:00.000000000 +0000
-+++ ./sopalin/src/updo.c 2016-02-23 01:42:10.000000000 +0000
-@@ -940,8 +940,10 @@
- i = TASK_CBLKNUM(i);
- # define END_LOOP(a) } SMP_END_LOOP(a)
- # else /* SMP_SOPALIN */
--# define START_LOOP for (i=0;i<SYMB_CBLKNBR;i++)
--# define END_LOOP
-+# define START_LOOP \
-+ int bubnum = me; \
-+ for (i=0;i<SYMB_CBLKNBR;i++)
-+# define END_LOOP(a) a
- # endif
-
- /* Xi=(Dii)-1Xi; */