Marcus Meissner
849e606914
- Remove unneeded patches + superlu-overflow.patch : Applied upstream + superlu-initialize.diff : Applied upstream + superlu-undef-code.diff : Applied upstream - Updated patches + superlu-4.3.diff + superlu-4.3-include.patch + superlu-4.3-dont-opt-away.diff - Build shared libraries - Put shared libs and devel files in separate packages - Use rpm macros instead of plain directory names - Add %%ckeck - Update to SuperLU 4.3 - Update documentation file %%source1 and put html and examples files in %%doc - Spec file reformating OBS-URL: https://build.opensuse.org/request/show/146203 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/superlu?expand=0&rev=6
23 lines
808 B
Diff
23 lines
808 B
Diff
diff -aruN SuperLU_4.3.orig/TESTING/ddrive.c SuperLU_4.3/TESTING/ddrive.c
|
|
--- SuperLU_4.3.orig/TESTING/ddrive.c 2011-10-27 21:49:47.000000000 +0200
|
|
+++ SuperLU_4.3/TESTING/ddrive.c 2012-12-20 22:14:43.026465899 +0100
|
|
@@ -11,6 +11,7 @@
|
|
* Purpose: MAIN test program
|
|
*/
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
#include "slu_ddefs.h"
|
|
|
|
#define NTESTS 5 /* Number of test types */
|
|
diff -aruN SuperLU_4.3.orig/TESTING/sdrive.c SuperLU_4.3/TESTING/sdrive.c
|
|
--- SuperLU_4.3.orig/TESTING/sdrive.c 2011-10-27 21:49:47.000000000 +0200
|
|
+++ SuperLU_4.3/TESTING/sdrive.c 2012-12-20 22:14:43.030465752 +0100
|
|
@@ -11,6 +11,7 @@
|
|
* Purpose: MAIN test program
|
|
*/
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
#include "slu_sdefs.h"
|
|
|
|
#define NTESTS 5 /* Number of test types */
|