[vtkusers] Announce: vtk 7.0.0 release candidate 1 is ready
Leonid Dulman
leonid_dulman at yahoo.co.uk
Sat Dec 19 09:28:11 EST 2015
Dear Sir
I tried to build VTK 7.0.0 RC1 for win32 with Qt 5.6.0 beta,
but have got errors from CMAKE 3.3.2
CMake Error: Qt5::moc target not found EasyView_automoc
CMake Error: Qt5::moc target not found CustomLinkView_automoc
CMake Error: Qt5::moc target not found StatsView_automoc
And in compile process
Severity Code Description Project File Line Suppression State
Error MSB6006 "cmd.exe" exited with code 123. vtkGUISupportQt C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 171
<CustomBuild
Sources ="@(CustomBuild)"
BuildSuffix ="$(_BuildSuffix)"
TrackerLogDirectory ="%(CustomBuild.TrackerLogDirectory)"
MinimalRebuildFromTracking ="%(CustomBuild.MinimalRebuildFromTracking)"
TLogReadFiles ="@(CustomBuildTLogReadFiles)"
TLogWriteFiles ="@(CustomBuildTLogWriteFiles)"
TrackFileAccess ="$(TrackFileAccess)"
ToolArchitecture ="$(CustomBuildToolArchitecture)"
TrackerFrameworkPath ="$(CustomBuildTrackerFrameworkPath)"
TrackerSdkPath ="$(CustomBuildTrackerSdkPath)"
AcceptableNonZeroExitCodes ="%(CustomBuild.AcceptableNonZeroExitCodes)"
>
</CustomBuild>
Thank you for any help
From: David E DeMarle <dave.demarle at kitware.com>
To: vtkdev <vtk-developers at vtk.org>; "vtkusers at vtk.org" <vtkusers at vtk.org>
Cc: Kitware Corporate Communications <comm at kitware.com>
Sent: Thursday, December 17, 2015 9:39 PM
Subject: [vtkusers] Announce: vtk 7.0.0 release candidate 1 is ready
The VTK developement team is happy to announce that VTK 7.0 has entered
the release candidate stage!
You can find the source, data, and vtkpython binary packages here:
http://www.vtk.org/download/#candidate
Please try this version of VTK and report any issues to the list or the
bug tracker so that we can try to address them before VTK 7.0.0 final.
The official release notes will be available when VTK final is released
in the next few weeks. In the meantime here is a preview:
The big news is that the OpenGL"new" backend is now the default and that VTK is for the first time compatible with Python 3.
Other new functionality includes:- the introduction of the Flying Edges SMP optimized (very fast) isocontour filter- a new and improved vtkPUnstructuredGridGhostCells filter that efficiently creates ghost cells in DMP parallel contexts. - allow the Python Global Interpreter Lock (GIL) for multithreaded Python routines- offscreen rendering through EGL now supported
- remove vtkFreeTypeUtilities
Improvements to existing functionality includes:- optimizations to the Contingency Statistics class which provides a significant performance boost when using only integer or floating point data
- improved MPAS file handling including including arbitrary vertical dimensions and more general attribute reading- modernize depth sorting code. In tests the improved depth sort is 2 to 3x faster than before.- fixes to the ExodusWriter, especially when handling side sets and node set data.
- updates to the PLY Writer
Some of the changes that affect building and using VTK in applications include:- the OpenGL2 backend requires newer rendering capabilities than its predecessor- QtWebKit is no longer part of the Qt build group and thus easier to do without
- vtkStreamer and related classes are deprecated; use vtkStreamTracer instead.
- a new option (when building with newer CMake) to build with C++11 support
- add support for Visual Studio 2015- Java 1.6 is now the minimum version that is tested; 1.5 may not work
- remove support for OSX10.5 Leopard and the Carbon (OSX9 compatibility layer) API
- remove support for gcc 4.1
And many bug fixes across the codebase.
We hope you enjoy this release of VTK! As always, contact Kitware and
the mailing lists for assistance.
Thanks,
David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151219/a38ec435/attachment.html>
More information about the vtkusers
mailing list