Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
4628b3a3
Commit
4628b3a3
authored
Oct 24, 2016
by
Andrew Bauer
Browse files
Removing the ADIOS patch step for Python wrapped builds
parent
4abc27ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
4628b3a3
...
...
@@ -165,11 +165,6 @@ superbuild_add_project(paraview
${
PARAVIEW_EXTRA_CMAKE_ARGUMENTS
}
)
if
(
NOT paraview_FROM_GIT AND adios_enabled
)
superbuild_apply_patch
(
paraview adios-wrapping
"Fix broken python wrapping for ADIOS"
)
endif
()
if
(
DEFINED CMAKE_BUILD_TYPE_save
)
set
(
CMAKE_BUILD_TYPE
"
${
CMAKE_BUILD_TYPE_save
}
"
)
endif
()
...
...
projects/patches/paraview-adios-wrapping.patch
deleted
100644 → 0
View file @
4abc27ca
--- a/VTK/IO/ADIOS/CMakeLists.txt 2016-08-15 09:13:16.000000000 -0500
+++ b/VTK/IO/ADIOS/CMakeLists.txt 2016-08-15 09:13:06.000000000 -0500
@@ -42,7 +42,9 @@
vtkADIOSWriterWrite
vtkADIOSDirTree
- WRAP_EXCLUDE
+ PROPERTIES
+ WRAP_EXCLUDE 1
+ WRAP_EXCLUDE_PYTHON 1
)
vtk_module_library(vtkIOADIOS ${Module_SOURCES})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment