unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Quiliro Ordonez Baca <quiliro@riseup.net>
To: 30384@debbugs.gnu.org
Subject: bug#30384: additional inputs required for Blender plugins
Date: Wed, 07 Feb 2018 16:43:31 -0500	[thread overview]
Message-ID: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (raw)


I was trying to install Sverchok plugin for Blender. It enables Blender
to change parameters in order to modify a wide range of values without
redrawing everything in case of a global change in something repetitive.

I checked the license. It is GPLv3. What else should i do to verify freedom?

When i tryed to install the Sverchok addon
https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Sverchok
http://nikitron.cc.ua/sverch/html/main.html
I got the message:
ImportError: No module named ‘numpy’
so i installed python-numpy.
And then i got error:
ImportError: No module named ‘requests’
I then instaled python-requests. Both these dependencies are mentioned in Sverchok's documentation.
The Blender binary ships with:
idna, chardet, urllib3, certifi, requests and numpy
https://git.blender.org/gitweb/gitweb.cgi/blender.git/blob/HEAD:/build_files/build_environment/cmake/versions.cmake
It reports versions of numpy, requests and others
set(REQUESTS_VERSION 2.18.4)
set(NUMPY_VERSION v1.13.1)
set(NUMPY_SHORT_VERSION 1.13)
set(NUMPY_URI https://pypi.python.org/packages/c0/3a/40967d9f5675fbb097ffec170f59c2ba19fc96373e73ad47c2cae9a30aed/numpy-1.13.1.zip)
set(NUMPY_HASH 2c3c0f4edf720c3a7b525dacc825b9ae)

propagated-inputs

The NixOS package explicitly disables numpy at build time.

Those dependencies are not required for building the Guix package:
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/graphics.scm?id=v0.14.0-1266-gd2a7170de#n79
It's better to just package these plugins separately rather than
propagating these (large) packages for every Blender user.
They are not necessary to run blender
https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Linux/dependencies
It is just that Blender's oficial binary ships with those plugins and
their dependencies by default. We need not do the same. If the user
needs those addons, she may install them with Guix solving the
dependencies.

I was helped by:
<bzztploink>
<Yaniel>
from #blender
and:
<mbakke>
from the Guix.
Thank you very much!

             reply	other threads:[~2018-02-07 21:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-07 21:43 Quiliro Ordonez Baca [this message]
2018-02-07 22:05 ` bug#30384: additional inputs required for Blender plugins Quiliro Ordonez Baca
2018-02-07 22:14   ` Quiliro Ordonez Baca
2018-02-16 10:22 ` Ludovic Courtès
2018-02-17 22:13   ` Quiliro Ordonez Baca
2018-02-18 13:47     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me \
    --to=quiliro@riseup.net \
    --cc=30384@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).