Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Update
vtk
vtk-Rinterface-uintptr_t.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vtk-Rinterface-uintptr_t.patch of Package vtk
Index: VTK-7.0.0/Filters/StatisticsGnuR/CMakeLists.txt =================================================================== --- VTK-7.0.0.orig/Filters/StatisticsGnuR/CMakeLists.txt +++ VTK-7.0.0/Filters/StatisticsGnuR/CMakeLists.txt @@ -16,6 +16,10 @@ include_directories(${R_INCLUDE_DIR}) add_definitions(-DVTK_BUILDING_FILTERS_STATISTICSGNUR) +# Check for the existance of uintptr_t type and set the HAVE_UINTPTR_T macro +include(CheckTypeSize) +CHECK_TYPE_SIZE(uintptr_t UINTPTR_T) + # Configure the module specific settings into a module configured header. configure_file(${CMAKE_CURRENT_SOURCE_DIR}/vtkFiltersStatisticsGnuRConfigure.h.in ${CMAKE_CURRENT_BINARY_DIR}/vtkFiltersStatisticsGnuRConfigure.h) Index: VTK-7.0.0/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in =================================================================== --- VTK-7.0.0.orig/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in +++ VTK-7.0.0/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in @@ -17,5 +17,6 @@ #define vtkFiltersStatisticsGnuRConfigure_h #define VTK_R_HOME "@R_HOME@" +#cmakedefine HAVE_UINTPTR_T #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