diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-23 17:44:05 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-23 17:44:33 +0000 |
commit | f2fb1a2fcf3dba3c60979819a04caa4b91a3eeab (patch) | |
tree | 6d565eba1aca0d841d70884c8d4c8b7a7fa7df2a /sci-libs/pastix/files | |
parent | media-video/ffmpeg: convert to virtual/jack (diff) | |
download | gentoo-f2fb1a2fcf3dba3c60979819a04caa4b91a3eeab.tar.gz gentoo-f2fb1a2fcf3dba3c60979819a04caa4b91a3eeab.tar.bz2 gentoo-f2fb1a2fcf3dba3c60979819a04caa4b91a3eeab.zip |
sci-libs/pastix: re-add smp flag with patch and set it as default
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/pastix/files')
-rw-r--r-- | sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 000000000000..c01b02bb8f72 --- /dev/null +++ b/sci-libs/pastix/files/pastix-5.2.2.22-nosmp-undefined-variable.patch @@ -0,0 +1,15 @@ +--- ./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; */ |