Commit graph

34 commits

Author SHA1 Message Date
Thiago Franco de Moraes e78a2d39f0
vtk: qt514 -> qt515 2020-12-15 15:31:55 -03:00
Thiago Franco de Moraes dbf46a3da2 vtk_9: init at 9.0.1 2020-08-15 15:27:16 -07:00
Ben Darwin 5e716bf469 vtk: 7.1.1 -> 8.2.0
- 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-11 17:54:29 -04:00
Ben Darwin e72b2beab0 vtk: unbreak on OS X 2020-05-04 10:47:27 -04:00
Ben Darwin 948b38300d
vtkWithQt4: actually build QVTK libs/headers (#84772)
- VTK_USE_QT is obsolete and didn't have the intended effect
2020-04-29 19:11:14 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Josef Kemetmüller de36c3b073
python37Packages.vtk: Fix build (#82336) 2020-03-13 18:12:34 -04:00
Josef Kemetmüller 4fb342d6e4 pythonPackages.vtk: init at 7.0.0 2020-02-09 10:08:43 +01:00
adisbladis 87e4e71e0f
vtk: Fix build with mesa 19.2.3 2019-11-09 10:34:51 +00:00
Robin Gloster 2d6fbcd94e
vtk: build with system libtiff
fixes vtktiff, therefore at least gdcm
2019-09-24 15:59:01 +02:00
Robin Gloster 616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Daiderd Jordan 28f6abd7b3
vtk: remove cf-private 2019-07-03 22:20:18 +02:00
Robin Gloster 4a32649b82
vtk: 7.0.0 -> 7.1.1 2019-06-17 07:06:04 +02:00
Matthew Bauer 6ed49262f5 treewide: remove BUILD_TESTING flag
This is now set by CMake
2019-03-11 10:11:28 -04:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Matthew Bauer 21eeb00a08 treewide: get rid of osx cmake flags
Flags that we now set globally:

- CMAKE_OSX_SYSROOT
- CMAKE_OSX_DEPLOYMENT_TARGET

can now be removed.

(cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-11-05 13:30:42 -06:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
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-22 21:50:19 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Baptist BENOIST 7d72b9b74e Remove bbenoist from maintainers
Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
2017-03-23 03:03:04 +01:00
Joachim Fasting 627ada684b
vtk: fix build due to doCheck = true on !darwin
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.

Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Anthony Cowley ade7c6645a vtk: fix darwin impurity 2016-10-02 00:59:26 -04:00
Anthony Cowley 450dd55d95 vtk: darwin compatibility 2016-09-29 21:29:40 -04:00
Damien Cassou d8e0ce402e vtk: 5.10.1 -> 7.0.0 2016-08-02 19:57:40 +02:00
Vladimír Čunát 33153a2166 paraview, vtk: fix build after mesa update 2015-03-06 12:09:01 +01:00
Pascal Wittmann f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Baptist BENOIST e5170a1b4d vtk: Update from 5.10.0 to 5.10.1 2014-09-17 00:36:09 +02:00
Baptist BENOIST 736b295bc5 vtk: Use the Qt libraries as an argument instead of a boolean
To prevent multiple Qt libraries when developing with a custom one, the Qt
support can now be activated by directly supplying the Qt libraries as an
argument (qtLib).

qtSDK and qtFull users/developers now just have to define an override such
as the following one in order to use it inside their development
environment:

vtk.override { qtLib = qt4SDK; };

The previous behavior is still the same for vtk and vtkWithQt4 end-users.

Change-Id: I517762d4ff7de46d32cc46e6e725fd62737caa52
2013-10-28 10:00:32 +01:00
Lluís Batlle i Rossell f1e2c585b6 Adding pcl. (Also updating flann, reworking vtk) 2013-05-09 12:36:22 +02:00
Baptist BENOIST 28c909af86 vtk: latest version + useQt4 option
- Updated vtk to v5.10.0 (latest tagged release)
- Introduced a useQt4 option which allows to set the VTK_USE_QT option to true
- Added a package named vtkWithQt4 in the all-packages list

Signed-off-by: Baptist BENOIST <return_0@live.com>
2012-10-16 23:19:59 +02:00
Lluís Batlle i Rossell 911dfd89fc vtk had a wrong version version in its 'name'
svn path=/nixpkgs/trunk/; revision=19978
2010-02-13 16:06:25 +00:00
Lluís Batlle i Rossell f5c5c0b4b6 Updating vtk; simplifying the openal cmake build expression.
svn path=/nixpkgs/trunk/; revision=18888
2009-12-11 07:16:16 +00:00
Lluís Batlle i Rossell bd988d052b Stating me as maintainer of packages I maintain.
svn path=/nixpkgs/trunk/; revision=17583
2009-10-01 20:18:17 +00:00
Lluís Batlle i Rossell 863e9181d5 Adding vtk-5.2.1, The Visualization Toolkit.
svn path=/nixpkgs/trunk/; revision=14006
2009-02-08 16:27:57 +00:00