summary refs log tree commit diff
path: root/pkgs/development/libraries/vtk
AgeCommit message (Collapse)AuthorFilesLines
2022-11-19vtk_9: 9.1.0 -> 9.2.2Ben Darwin1-3/+3
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2022-09-04vtk_7: removeBen Darwin2-23/+1
2022-08-06vtk_9: 9.0.3 -> 9.1.0Ben Darwin2-14/+7
2022-07-04treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivationsJosef Kemetmüller1-4/+0
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run the checkPhase of cmake derivations without having to tweak the LD_LIBRARY_PATH anymore.
2022-06-19vtk_9: unbreak on darwin using VTK_VERSIONED_INSTALLDmitry Kalinkin1-11/+3
This fixed VTK that was broken on darwin in #158778 with "mv: Argument list too long". Reverts: 16a1b346 ('vtk: create versionless symlinks in /lib') Reverts: 63599248 ('vtk: move headers out of /include/vtk-*') This partially reverts: 010f6ee3 ('treewide: mark broken for darwin')
2022-05-30treewide: mark broken for darwinRick van Schijndel1-2/+1
2022-05-10vtk_9: Fix buildJan Tojnar1-0/+9
Backport patch from 9.1.0 – unfortunately updating breaks vtk_9_withQt5.
2022-02-13vtk: move headers out of /include/vtk-*ckie1-0/+4
I believe this is a remanant of a global /usr/include which isn't required with Nix and only complicates dependants' build scripts. Backwards compatibility is maintained by way of a symlink.
2022-02-09vtk: create versionless symlinks in /libckie1-0/+6
A little quality-of-life change for consumers of this library. Depending on the upstream version in dependant derivations is inconveninent.
2021-09-11vtk_9: 9.0.1 -> 9.0.3Thiago Franco de Moraes1-2/+2
2021-09-01vtk_7: Fix enableQt buildJan Tojnar2-8/+18
VTK 7 builds with Qt 4 by default but we only support Qt 5, so let’s switch to that. Also Qt changed some headers so let’s backport the VTK patch to fix the build.
2021-09-01vtk_9: do not vendor libpng and libtiffJan Tojnar1-2/+2
Previously ldd did not show the dependencies so presumably, VTK 9 started linking them statically after build system changes, as hinted by the following CMake warning: Manually-specified variables were not used by the project: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_TIFF
2021-09-01vtk_9: fix Qt supportJan Tojnar1-1/+2
Passing enableQt to the package does not build QVTK and CMake warns: Manually-specified variables were not used by the project: VTK_Group_Qt
2021-03-05vtk: fix meta.broken on darwinSandro Jäckel1-2/+2
2021-02-23vtk_{7,8}: mark broken on darwinSandro Jäckel1-0/+2
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
2021-01-15vtk_7: add patches to fix build with gcc10/qt5.15ppenguin2-3/+11
Closes #108424
2021-01-15vtk_8: add patch to fix build with gcc10ppenguin1-1/+7
Closes #108424
2021-01-08Merge master into staging-nextgithub-actions[bot]1-2/+3
2021-01-08vtk: use system pngElliot Cameron1-2/+3
VTK doesn't seem produce png symbols on aarch64. We could probably figure out how to fix that but we can also just tell it to use the libpng we already have, which already works on aarch64.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-12-26vtk: clean up / reduce code repetition (#107617)Linus Heckemann5-238/+113
vtk: clean up / reduce code repetition This refactors the vtk expressions to use a generic base expression, which is used for all 3 versions. vtk 7.x no longer uses gcc 8, since the quirk of it not building with gcc 9 seems to have been fixed. This also makes the python bindings available for all 3 versions, and fixes building them for vtk 8 by adding a patch.
2020-12-15vtk: qt514 -> qt515Thiago Franco de Moraes1-0/+8
2020-08-15vtk_9: init at 9.0.1Thiago Franco de Moraes1-0/+95
2020-05-11vtk: 7.1.1 -> 8.2.0Ben Darwin2-12/+79
- also create vtk_7 as several packages don't build with 8.x: - itk5: vtkVersion.h header not found at compile time - ants: version in tree (2.2.0) is incompatible with 8.2 - itk4: ants depends on both vtk and itk4, so use vtk_7 - gdcm: vtk header issue - python3Packages.vtk: Python C API compilation error with Python 3.8 - upgrade vtkWithQt4 -> vtkWithQt5
2020-05-04vtk: unbreak on OS XBen Darwin1-1/+1
2020-04-29vtkWithQt4: actually build QVTK libs/headers (#84772)Ben Darwin1-2/+2
- VTK_USE_QT is obsolete and didn't have the intended effect
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-13python37Packages.vtk: Fix build (#82336)Josef Kemetmüller1-1/+9
2020-02-09pythonPackages.vtk: init at 7.0.0Josef Kemetmüller1-3/+7
2019-11-09vtk: Fix build with mesa 19.2.3adisbladis1-3/+3
2019-09-24vtk: build with system libtiffRobin Gloster1-3/+5
fixes vtktiff, therefore at least gdcm
2019-08-25Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster1-8/+8
2019-07-03vtk: remove cf-privateDaiderd Jordan1-8/+8
2019-06-17vtk: 7.0.0 -> 7.1.1Robin Gloster1-3/+3
2019-03-11treewide: remove BUILD_TESTING flagMatthew Bauer1-2/+1
This is now set by CMake
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-11-05treewide: get rid of osx cmake flagsMatthew Bauer1-2/+0
Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-03-23Remove bbenoist from maintainersBaptist BENOIST1-1/+1
Sorry guys but I did not used Nix since months and cannot spend time maintaining my previous work...
2016-10-02vtk: fix build due to doCheck = true on !darwinJoachim Fasting1-2/+0
Per https://hydra.nixos.org/build/41525447 the build now fails because there's no "check" target. Ref: 450dd55d954ab23c3e8f86bc64d020d0e4e8c36e
2016-10-02vtk: fix darwin impurityAnthony Cowley1-3/+4
2016-09-29vtk: darwin compatibilityAnthony Cowley1-5/+25
2016-08-02vtk: 5.10.1 -> 7.0.0Damien Cassou1-7/+8
2015-03-06paraview, vtk: fix build after mesa updateVladimír Čunát1-1/+4
2014-12-21Fix license attribute of many bsd-like licensed packagesPascal Wittmann1-1/+1
2014-09-17vtk: Update from 5.10.0 to 5.10.1Baptist BENOIST1-2/+2