[vtk-developers] MPI issue on hythloth.kitware?

Jeff Baumes jeff.baumes at kitware.com
Tue Mar 17 17:12:10 EDT 2009


I will make the appropriate changes.

Jeff

On Tue, Mar 17, 2009 at 1:36 PM, Pebay, Philippe P <pppebay at sandia.gov> wrote:
> I agree, no dependency on java for the main kit. Who will do the change?
>
> Thanks
> P.
> --
> Philippe Pébay
> Sandia National Laboratories
>
> ________________________________________
> From: vtk-developers-bounces at vtk.org [vtk-developers-bounces at vtk.org] On Behalf Of Brad King [brad.king at kitware.com]
> Sent: Tuesday, March 17, 2009 10:28 AM
> To: Jeff Baumes
> Cc: VTK Developers
> Subject: Re: [vtk-developers] MPI issue on hythloth.kitware?
>
> Brad King wrote:
>> Philippe P. Pebay wrote:
>>> http://www.cdash.org/CDash/testDetails.php?test=18986510&build=293413
>>
>> The problem is that vtkGraphics now depends on java libraries.
>
> Oops, I clicked send by accident.  I meant to suggest that java dependency be
> added to KIT_JAVA_LIBS, and the new classes be added to Kit_JAVA_EXTRA_SRCS.
> The main kit should not depend on java even if we are wrapping in java.
>
> -Brad
>
>> Author: Jeffrey Baumes <jeff.baumes at kitware.com>
>> Date:   Fri Mar 13 16:06:39 2009 +0000
>>
>>     ENH: Adding vtkJavaProgrammableFilter
>>
>>     The filter allows a user to write a VTK algorithm in Java and use it
>> from C++.
>>     It uses vtkJVMManager to manage an instance of the Java VM and
>>     to call functions through the JNI layer.
>>
>> diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt
>> index 420d585..5a2c7c6 100644
>> --- a/Graphics/CMakeLists.txt
>> +++ b/Graphics/CMakeLists.txt
>> @@ -4,6 +4,9 @@ SET(KIT_TCL_LIBS vtkFilteringTCL)
>>  SET(KIT_PYTHON_LIBS vtkFilteringPythonD)
>>  SET(KIT_JAVA_LIBS vtkFilteringJava)
>>  SET(KIT_LIBS vtkFiltering vtkverdict )
>> +IF (JAVA_AWT_LIBRARY)
>> +  SET(KIT_LIBS ${KIT_LIBS} ${JAVA_AWT_LIBRARY} ${JAVA_JVM_LIBRARY})
>> +ENDIF (JAVA_AWT_LIBRARY)
>>  SET( Kit_SRCS
>>  vtkAppendCompositeDataLeaves.cxx
>>  vtkAppendFilter.cxx
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>
>



-- 
Jeff Baumes, Ph.D.
R&D Engineer, Kitware Inc.
(518) 371-3971 x132
jeff.baumes at kitware.com



More information about the vtk-developers mailing list