[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.70.0-105-gb969424

Anton Gladky gladky.anton at gmail.com
Thu Nov 24 18:16:43 UTC 2011


The following commit has been merged in the master branch:
commit b9694240f3a96a4164c282337d36ca6412c30121
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Nov 24 19:16:35 2011 +0100

    Typo in vtk-5.8 patch

diff --git a/debian/patches/fix_vtk-5.8_compilation.patch b/debian/patches/fix_vtk-5.8_compilation.patch
index 7a8a13d..fdee683 100644
--- a/debian/patches/fix_vtk-5.8_compilation.patch
+++ b/debian/patches/fix_vtk-5.8_compilation.patch
@@ -20,7 +20,7 @@ Last-Update: 2011-11-24
  	if 'vtk' in env['features']:
  		ok=conf.CheckLibWithHeader(['vtkCommon'],'vtkInstantiator.h','c++','vtkInstantiator::New();',autoadd=1)
 -		env.Append(LIBS=['vtkHybrid','vtkFiltering','vtkRendering','vtkIO','vtkexoIIc','vtkParallel','vtkGraphics','vtkverdict','vtkImaging','vtkftgl','vtkDICOMParser','vtkmetaio','vtksqlite'])
-+		env.Append(LIBS=['vtkHybrid','vtkFiltering','vtkRendering','vtkIO','vtkexoIIc','vtkParallel','vtkGraphics','vtkverdict','vtkImaging','vtkftgl','vtkDICOMParser','vtkmetaio')
++		env.Append(LIBS=['vtkHybrid','vtkFiltering','vtkRendering','vtkIO','vtkexoIIc','vtkParallel','vtkGraphics','vtkverdict','vtkImaging','vtkftgl','vtkDICOMParser','vtkmetaio'])
  		if not ok: featureNotOK('vtk',note="Installer can`t find vtk-library. Be sure you have it installed (usually, libvtk5-dev package). Or you might have to add VTK header directory (e.g. /usr/include/vtk-5.4) to CPPPATH.")
  	if 'gts' in env['features']:
  		env.ParseConfig('pkg-config gts --cflags --libs');

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.



More information about the debian-science-commits mailing list