From 588a0a335d09311197352c7f49d5541ef2717cc8 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 12 Aug 2019 20:15:11 +1000 Subject: gnu: Blender: Use opensubdiv. Fixes . * gnu/packages/graphics.scm (blender)[inputs]: Add opensubdiv. [arguments]: Add "-DWITH_OPENSUBDIV=ON" to #:configure-flags. Signed-off-by: Leo Famulari --- gnu/packages/graphics.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 3290d99ede..ee56dae54e 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -105,6 +105,7 @@ "-DWITH_INSTALL_PORTABLE=OFF" "-DWITH_JACK=ON" "-DWITH_MOD_OCEANSIM=ON" + "-DWITH_OPENSUBDIV=ON" "-DWITH_PYTHON_INSTALL=OFF" (string-append "-DPYTHON_LIBRARY=python" ,python-version "m") (string-append "-DPYTHON_LIBPATH=" (assoc-ref %build-inputs "python") @@ -140,6 +141,7 @@ ("libx11" ,libx11) ("openimageio" ,openimageio) ("openexr" ,openexr) + ("opensubdiv" ,opensubdiv) ("ilmbase" ,ilmbase) ("openjpeg" ,openjpeg) ("libjpeg" ,libjpeg) -- cgit v1.2.3 /packages/dav.scm'>logtreecommitdiff
AgeCommit message (Expand)Author
2018-02-08gnu: vdirsyncer: Update to 0.16.4....Leo Famulari
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès
2017-10-03gnu: vdirsyncer: Update to 0.16.3....Leo Famulari
2017-09-01gnu: vdirsyncer: Update to 0.16.2....Leo Famulari
2017-08-10gnu: vdirsyncer: Update to 0.16.1....Tobias Geerinckx-Rice
2017-07-02gnu: vdirsyncer: Update to 0.16.0....Leo Famulari
2017-04-30gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342]....Leo Famulari
2017-03-01gnu: vdirsyncer: Update to 0.15.0....Leo Famulari
2017-02-18gnu: vdirsyncer: Use add-installed-pythonpath in the check phase....Leo Famulari
2017-02-18gnu: vdirsyncer: Don't fail the test suite when the build machine is slow....Leo Famulari
2017-01-06gnu: vdirsyncer: Update to 0.14.1....Leo Famulari
2016-12-06gnu: radicale: Skip the test suite....Leo Famulari
2016-11-15gnu: vdirsyncer: Fix build by setting correct PYTHONPATH....Hartmut Goebel
2016-10-27Merge branch 'master' into core-updatesMark H Weaver
2016-10-26gnu: vdirsyncer: Update to 0.14.0....Leo Famulari
2016-10-15gnu: radicale: Run the test suite with py.test....Leo Famulari
2016-10-09gnu: vdirsyncer: Update to 0.13.1....Leo Famulari
2016-08-24gnu: vdirsyncer: Update to 0.12.1....Leo Famulari
2016-08-01gnu: vdirsyncer: Update to 0.11.3....Leo Famulari
2016-06-20gnu: vdirsyncer: Update to 0.11.2....Leo Famulari
2016-05-23gnu: vdirsyncer: Update to 0.11.0....Leo Famulari
2016-04-27gnu: vdirsyncer: Update to 0.10.0....Leo Famulari
2016-04-10gnu: vdirsyncer: Update to 0.9.3....Leo Famulari
2016-03-13gnu: vdirsyncer: Update 0.9.2....Leo Famulari