diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/InsightToolkit/Makefile | 2 | ||||
-rw-r--r-- | science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/science/InsightToolkit/Makefile b/science/InsightToolkit/Makefile index fb95f0f7b654..0b51aa8a4e68 100644 --- a/science/InsightToolkit/Makefile +++ b/science/InsightToolkit/Makefile @@ -13,6 +13,8 @@ COMMENT= Insight Toolkit LICENSE= APACHE20 +BROKEN_powerpc64= fails to package: ITK_COMPILER_INFO_Clang_CXX.h:No such file or directory + BUILD_DEPENDS= googletest>=0:devel/googletest LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ libexpat.so:textproc/expat2 \ diff --git a/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h new file mode 100644 index 000000000000..de61b6cb0a19 --- /dev/null +++ b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h @@ -0,0 +1,12 @@ +--- Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h.orig 2018-12-16 00:16:56 UTC ++++ Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h +@@ -86,6 +86,9 @@ + # else + # define VCL_GCC_70 + # endif ++# elif (__GNUC__==8) || (__GNUC__==9) ++# define VCL_GCC_7 ++# define VCL_GCC_73 + # else + # error "Dunno about this gcc" + # endif |