From bob.obara at kitware.com Fri Aug 19 13:53:19 2016 From: bob.obara at kitware.com (Bob Obara) Date: Fri, 19 Aug 2016 13:53:19 -0400 Subject: [Smtk-developers] Latest Version of CMB Testing Data Message-ID: <11FD0BCC-8313-49D7-B276-B91CC1180EB0@kitware.com> Hi All, I?ve pushed the latest version of the new organization to my repo: https://gitlab.kitware.com/bob.obara/cmb-testing-data/tree/new-organization Let me know what you think. Bob Robert M. O'Bara, MEng. Assistant Director of Scientific Computing Kitware Inc. 28 Corporate Drive Suite 101 Clifton Park, NY 12065 Phone: (518) 881- 4931 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.thompson at kitware.com Wed Aug 31 17:42:10 2016 From: david.thompson at kitware.com (David Thompson) Date: Wed, 31 Aug 2016 17:42:10 -0400 Subject: [Smtk-developers] Travis off Message-ID: <49266739-4C89-4493-B6A4-FD66A7BBBAE1@kitware.com> Hi all, I've turned off travis builds until we fix the underlying problem (SMTK now requires a newer version of CMake than the package I made for SMTK builds). So, don't be surprised when you don't get a Travis-CI nasty-gram after a merge. David From david.thompson at kitware.com Wed Aug 31 18:14:41 2016 From: david.thompson at kitware.com (David Thompson) Date: Wed, 31 Aug 2016 18:14:41 -0400 Subject: [Smtk-developers] Build failure Message-ID: <56109D91-095D-42D5-8D09-B412949DCAE7@kitware.com> Hi all, I updated my SMTK repo and got an error when linking vtkSMTKReaderExt: Undefined symbols for architecture x86_64: "vtkDataSetRegionSurfaceFilter::New()", referenced from: vtkNew::vtkNew() in vtkCMBGeometryReader.cxx.o ld: symbol(s) not found for architecture x86_64 My SMTK repo is a submodule in a developer-mode CMB checkout+build and is built with ParaView support (not VTK-only). I was able to get things working again by adding: target_link_libraries(${vtk-module} LINK_PRIVATE vtkPVVTKExtensionsDefault) just after "if (SMTK_ENABLE_PARAVIEW_SUPPORT)" in smtk/extension/vtk/reader/CMakeLists.txt. Did I forget to do something or is this a real issue? Thanks, David From robert.maynard at kitware.com Wed Aug 31 18:26:03 2016 From: robert.maynard at kitware.com (Robert Maynard) Date: Wed, 31 Aug 2016 18:26:03 -0400 Subject: [Smtk-developers] Build failure In-Reply-To: <56109D91-095D-42D5-8D09-B412949DCAE7@kitware.com> References: <56109D91-095D-42D5-8D09-B412949DCAE7@kitware.com> Message-ID: I expect this is fallout from us moving the surface filter to VTK from paraview. I expect if you update the superbuild and rebuild PV the issue will go away. Sent from my iPhone > On Aug 31, 2016, at 6:14 PM, David Thompson wrote: > > Hi all, > > I updated my SMTK repo and got an error when linking vtkSMTKReaderExt: > > Undefined symbols for architecture x86_64: > "vtkDataSetRegionSurfaceFilter::New()", referenced from: > vtkNew::vtkNew() in vtkCMBGeometryReader.cxx.o > ld: symbol(s) not found for architecture x86_64 > > My SMTK repo is a submodule in a developer-mode CMB checkout+build and is built with ParaView support (not VTK-only). I was able to get things working again by adding: > > target_link_libraries(${vtk-module} LINK_PRIVATE vtkPVVTKExtensionsDefault) > > just after "if (SMTK_ENABLE_PARAVIEW_SUPPORT)" in smtk/extension/vtk/reader/CMakeLists.txt. Did I forget to do something or is this a real issue? > > Thanks, > David > _______________________________________________ > Smtk-developers mailing list > Smtk-developers at smtk.org > http://public.kitware.com/mailman/listinfo/smtk-developers