Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
insighttoolkit
add_gcc9_support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add_gcc9_support.patch of Package insighttoolkit
diff -ur InsightToolkit-4.13.2/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h InsightToolkit-4.13.2_fix/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h --- InsightToolkit-4.13.2/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h 2019-07-02 15:24:20.401356209 +0200 +++ InsightToolkit-4.13.2_fix/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h 2019-07-02 15:25:33.639041143 +0200 @@ -97,6 +97,17 @@ # else # define VCL_GCC_80 # endif +# elif (__GNUC__==9) +# define VCL_GCC_9 +# if (__GNUC_MINOR__ > 2 ) +# define VCL_GCC_93 +# elif (__GNUC_MINOR__ > 1 ) +# define VCL_GCC_92 +# elif (__GNUC_MINOR__ > 0 ) +# define VCL_GCC_91 +# else +# define VCL_GCC_90 +# endif # else # error "Dunno about this gcc" # endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor