Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398838 Details for
Bug 543212
sci-visualization/visit-2.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
visit-2.9.0-findvtk.patch
visit-2.9.0-findvtk.patch (text/plain), 1.15 KB, created by
Andreas Schäfer
on 2015-03-13 22:50:24 UTC
(
hide
)
Description:
visit-2.9.0-findvtk.patch
Filename:
MIME Type:
Creator:
Andreas Schäfer
Created:
2015-03-13 22:50:24 UTC
Size:
1.15 KB
patch
obsolete
>--- visit2.8.2/src/CMake/FindVisItVTK.cmake.orig 2015-01-09 12:18:54.467780216 +0100 >+++ visit2.8.2/src/CMake/FindVisItVTK.cmake 2015-01-09 12:19:59.737780932 +0100 >@@ -234,15 +234,22 @@ > > # check for python wrappers > IF (NOT WIN32) >- FILE(GLOB VTK_PY_WRAPPERS_DIR ${VTK_LIBRARY_DIRS}/python*/) >+ FILE(GLOB VTK_PY_WRAPPERS_DIRECTORIES ${VTK_LIBRARY_DIRS}/python*/) > ELSE (NOT WIN32) > IF(${VTK_VERSION} VERSION_LESS "6.1.0") >- FILE(GLOB VTK_PY_WRAPPERS_DIR ${VISIT_VTK_DIR}/lib) >+ FILE(GLOB VTK_PY_WRAPPERS_DIRECTORIES ${VISIT_VTK_DIR}/lib) > ELSE() >- FILE(GLOB VTK_PY_WRAPPERS_DIR ${VISIT_VTK_DIR}/lib/python*) >+ FILE(GLOB VTK_PY_WRAPPERS_DIRECTORIES ${VISIT_VTK_DIR}/lib/python*) > ENDIF() > ENDIF (NOT WIN32) >-MESSAGE(STATUS " VTK_PY_WRAPPERS_DIR=${VTK_PY_WRAPPERS_DIR}") >+MESSAGE(STATUS " VTK_PY_WRAPPERS_DIRECTORIES=${VTK_PY_WRAPPERS_DIRECTORIES}") >+ >+FOREACH(X ${VTK_PY_WRAPPERS_DIRECTORIES}) >+ IF(EXISTS "${X}/site-packages/vtk") >+ SET(VTK_PY_WRAPPERS_DIR "${X}") >+ ENDIF() >+ENDFOREACH(X) >+ > > IF(EXISTS ${VTK_PY_WRAPPERS_DIR}/site-packages/vtk) > MESSAGE(STATUS "Found VTK Python Wrappers - ${VTK_PY_WRAPPERS_DIR}")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 543212
:
398830
|
398832
|
398834
|
398836
| 398838 |
398840