diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-08-15 00:18:22 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-08-15 00:18:22 +0000 |
commit | 0796f58254927f7d6931fee5528ceeb46bc80815 (patch) | |
tree | a7b28e0353e98ee445c08e6c3bcd54f7e375f4c2 /cad/calculix/files/patch-cgx_VER+src+cgx.h | |
parent | Several LV2 plugin bundled together: (diff) |
cad/calculix: Split the ccx analyzer out of the main port.
CalculiX has alwasy been comoposed of two independent packages: ccx and
cgx. Ccx, the main tool for doing FEA, depends on fortran and currently
has to be built with GCC. Cgx, on the other hand, uses OpenGL and the C++
libraries it depends on are built with our native clang so buuilding it
with GCC causes C++ library conflicts.
By making ccx an independent port we can better focus on the specific
requirements of each tool and avoid compiler-related conflicts. This also
helps the port work again with newer versions GCC.
PR: 219290. 22043, 220434
Approved by: gerald
Diffstat (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h')
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+cgx.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h deleted file mode 100644 index 55ed821ff6a2..000000000000 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ /dev/null @@ -1,13 +0,0 @@ ---- cgx_2.12/src/cgx.h.orig 2017-03-30 18:38:08 UTC -+++ cgx_2.12/src/cgx.h -@@ -89,8 +89,8 @@ rendering is done in the index-mode. - "/usr/local/CalculiX/ccx_2.12/doc/ccx/ccx.html",\ - "/usr/local/CalculiX/cgx_2.12/doc/aflib/aflib.pdf"} - #else -- #define HELPFILE {"/usr/local/CalculiX/cgx_2.12/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_2.12/doc/ccx/ccx.html"} -+ #define HELPFILE {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\ -+ "/usr/local/share/doc/CalculiX/ccx/ccx.html"} - #endif - - /* html browser, change if necessary */ |