summaryrefslogtreecommitdiff
path: root/cad/calculix-ccx/files/patch-CalculiX.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2019-12-30 14:36:21 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2019-12-30 14:36:21 +0000
commit4ef961b47decae0ac7cf3163f5505eb2515f700d (patch)
tree8c7f984e6c333a00b1085c892afd4960b5cddfe2 /cad/calculix-ccx/files/patch-CalculiX.h
parentMark science/esys-particle as BROKEN (not just on 13) (diff)
cad/calculix : update to version 2.16
In CalculiX CrunchiX (ccx) bring back the taucs solver with the new metis. For Calculix GraphiX (cgx) drop patches that were upstreamed. Release notes: http://www.dhondt.de/new_calc.htm Approved by: thierry (mentor)
Notes
Notes: svn path=/head/; revision=521492
Diffstat (limited to 'cad/calculix-ccx/files/patch-CalculiX.h')
-rw-r--r--cad/calculix-ccx/files/patch-CalculiX.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/calculix-ccx/files/patch-CalculiX.h b/cad/calculix-ccx/files/patch-CalculiX.h
index e6979c0b1918..8fcc3ceb6d68 100644
--- a/cad/calculix-ccx/files/patch-CalculiX.h
+++ b/cad/calculix-ccx/files/patch-CalculiX.h
@@ -1,6 +1,6 @@
---- CalculiX.h.orig 2018-12-15 14:30:31 UTC
+--- CalculiX.h.orig 2019-11-25 17:54:53 UTC
+++ CalculiX.h
-@@ -18,12 +18,14 @@
+@@ -17,12 +17,14 @@
#include <pthread.h>
@@ -17,7 +17,7 @@
#define FORTRAN(A,B) A##_ B
#elif ARCH == IRIX || ARCH == IRIX64
#define FORTRAN(A,B) A##_##B
-@@ -31,7 +33,7 @@
+@@ -30,7 +32,7 @@
#define FORTRAN(A,B) A##B
#endif