SHA256
1
0
forked from pool/ccx
ccx/ccx-2.16-spooles-dynamic.patch
Stefan Brüns 88d9689faa Accepting request 751703 from home:StefanBruens:branches:science
- update to 2.16:
  Too many changes to list, a full list of changes is
  available in the included LOGFILE.
  (boo#1146243).
- Examples/tests are now packages in the ccx-examples package
- Move docs to separate source package
- Update patches:
  * Drop (not applied) ccx-2.8-no-local-compare.patch
  * Drop ccx-1.2-doc-Makefile.patch
  * ccx-2.8-build.patch -> ccx-2.16-build.patch, foo.patch
  * ccx-2.5-abaqus-shell-heat-transfer-elements-read.patch ->
    ccx-2.16-abaqus-shell-heat-transfer-elements-read.patch
  * ccx-2.8-spooles-dynamic.patch -> ccx-2.16-spooles-dynamic.patch

OBS-URL: https://build.opensuse.org/request/show/751703
OBS-URL: https://build.opensuse.org/package/show/science/ccx?expand=0&rev=10
2019-11-29 00:02:37 +00:00

38 lines
824 B
Diff

Index: b/src/cascade.c
===================================================================
--- a/src/cascade.c
+++ b/src/cascade.c
@@ -21,9 +21,9 @@
#include <string.h>
#ifdef SPOOLES
-#include <misc.h>
-#include <FrontMtx.h>
-#include <SymbFac.h>
+#include <spooles/misc.h>
+#include <spooles/FrontMtx.h>
+#include <spooles/SymbFac.h>
#endif
#include "CalculiX.h"
Index: b/src/spooles.h
===================================================================
--- a/src/spooles.h
+++ b/src/spooles.h
@@ -23,11 +23,11 @@
*/
#include <pthread.h>
-#include <misc.h>
-#include <FrontMtx.h>
-#include <SymbFac.h>
+#include <spooles/misc.h>
+#include <spooles/FrontMtx.h>
+#include <spooles/SymbFac.h>
#if USE_MT
-#include <MT/spoolesMT.h>
+#include <spooles/MT/spoolesMT.h>
#endif
/* increase this for debugging */