Package Details: vtk-nowraps 9.1.0-1

Git Clone URL: https://aur.archlinux.org/vtk-nowraps.git (read-only, click to copy)
Package Base: vtk-nowraps
Description: Software system for 3D computer graphics, image processing, and visualization. Stripped version with no python and java wrappers
Upstream URL: https://www.vtk.org/
Licenses: BSD
Conflicts: vtk
Provides: vtk
Submitter: domanov
Maintainer: domanov
Last Packager: domanov
Votes: 1
Popularity: 0.000232
First Submitted: 2022-08-09 10:24 (UTC)
Last Updated: 2022-08-09 10:24 (UTC)

Required by (61)

Sources (4)

Latest Comments

FabioLolix commented on 2023-07-22 16:11 (UTC)

no java wrappers but java-environment=11 is present in makedepends; is it really needed?

acmiyaguchi commented on 2022-10-15 07:10 (UTC)

Unfortunately I run into the following error when compiling this package:

/home/anthony/.config/cache/yay/vtk-nowraps/src/VTK-9.1.0/IO/ExportPDF/vtkPDFContextDevice2D.cxx: In member function ‘void vtkPDFContextDevice2D::ApplyLineType(int)’:
/home/anthony/.config/cache/yay/vtk-nowraps/src/VTK-9.1.0/IO/ExportPDF/vtkPDFContextDevice2D.cxx:1657:43: error: cannot convert ‘const HPDF_UINT16*’ {aka ‘const short unsigned int*’} to ‘const HPDF_REAL*’ {aka ‘const float*’}
 1657 |       HPDF_Page_SetDash(this->Impl->Page, noPen, noPenLen, 0);
      |                                           ^~~~~
      |                                           |
      |                                           const HPDF_UINT16* {aka const short unsigned int*}

This issue looks libharu related.