summary refs log tree commit diff
path: root/pkgs/development/libraries/opensubdiv
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* opensubdiv: 3.3.3 -> 3.4.0R. RyanTM2019-07-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opensubdiv/versions
* opensubdiv: move defaults to package fileJan Malakhovski2019-02-03
|
* opensubdiv: 3.3.2 -> 3.3.3R. RyanTM2018-08-23
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opensubdiv/versions.
* Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\
| * opensubdiv: 3.3.1 -> 3.3.2R. RyanTM2018-07-18
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opensubdiv/versions.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* opensubdiv: fix darwin buildMatthew Bauer2018-03-19
|
* opensubdiv: 3.3.0 -> 3.3.1Ryan Mulligan2018-03-09
| | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.3.1 with grep in /nix/store/68xswr0fs8b098ww8l832z2gljmfgpwd-opensubdiv-3.3.1 - found 3.3.1 in filename of file in /nix/store/68xswr0fs8b098ww8l832z2gljmfgpwd-opensubdiv-3.3.1
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * opensubdiv: fix compilation with CUDA supportNikolay Amiantov2018-02-25
| |
* | treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
| |
* | treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|/
* opensubdiv: 3.2.0 -> 3.3.0Nikolay Amiantov2017-10-19
| | | | Fix build with new CUDA toolkit.
* treewide: use default compiler for cudaNikolay Amiantov2017-10-19
|
* opensubdiv: fix glew pathsGuillaume Bouchard2017-10-17
| | | | | | | Include and lib are not in ${glew} but in ${glew.dev}. This changes what is found by the cmake of opensubdiv and some features are now enabled, such as OpenGL 4.2 support.
* blender: Fix CUDA supportEelco Dolstra2017-09-16
| | | | | CUDA toolkit 8 doesn't support gcc 6, so we have to build opensubdiv and blender with gcc 5.
* opensubdiv: 3.0.5 -> 3.2.0Nikolay Amiantov2017-02-28
| | | | Also remove cudatoolkit override as we have cudatoolkit = cudatoolkit8 now.
* Revert "opensubdiv: Remove cudatoolkit from the closure"Eelco Dolstra2017-02-14
| | | | | | | | This reverts commit 6a472cf4c1b78580de79c79ca7d7b714f4d8d36e. On second thought, this is not a good idea, because it means that a CUDA-enabled Blender doesn't work on non-CUDA systems anymore (since they don't have libOpenCL.so in /run/opengl-driver). I guess a better solution will be to split cudatoolkit into multiple outputs.
* opensubdiv: Remove cudatoolkit from the closureEelco Dolstra2017-02-14
| | | | | This reduces Blender's closure size by around ~2 GiB when CUDA support is enabled.
* opensubdiv: 3.0.4 -> 3.0.5Eelco Dolstra2016-09-17
|
* opensubdiv: Use separate outputsEelco Dolstra2016-09-01
|
* opensubdiv: Don't install static librariesEelco Dolstra2016-09-01
|
* opensubdiv: Prevent runtime dependency on mesa_noglu.devEelco Dolstra2016-09-01
|
* opensubdiv: 3.0.3 -> 3.0.4Eelco Dolstra2016-03-22
|
* opensubdiv: AddEelco Dolstra2015-10-08