Package Details: printrun-git 1:2.0.0rc8.3.ga6e58b2-1

Git Clone URL: https://aur.archlinux.org/printrun-git.git (read-only, click to copy)
Package Base: printrun-git
Description: Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI
Upstream URL: https://github.com/kliment/Printrun
Licenses: GPL
Conflicts: printrun
Provides: printrun
Submitter: None
Maintainer: ejona86
Last Packager: ejona86
Votes: 23
Popularity: 0.000000
First Submitted: 2012-02-24 18:11 (UTC)
Last Updated: 2022-03-25 04:03 (UTC)

Dependencies (12)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

GPereira commented on 2021-07-21 12:44 (UTC)

python-numpy should not be optional

yar commented on 2021-02-10 21:59 (UTC)

Please depend on python-setuptools, and in the future test for dependencies with makechrootpkg

pzl commented on 2018-09-22 18:36 (UTC)

@Linkin python-numpy is specified as an optional dependency for the 3D view. There are non-GUI parts to this that run fine without numpy

Linkin commented on 2018-09-22 13:35 (UTC)

This package needs python-numpy package. I did not nave it installed and got: ModuleNotFoundError: No module named 'numpy'

xoan commented on 2018-04-15 21:49 (UTC)

@ejona86 you are right: https://github.com/kliment/Printrun/commit/162d8a05d3f117ad6ad6aa076437ea953e50322b

So, if Cython is installed (and indeed it is installed) build_ext is added as an option to build, so it is not needed to build the extension separately.

Sorry.

ejona86 commented on 2018-04-14 14:32 (UTC)

Without doing the build_ext line, I: * Don't see the any "No module named gcoder_line" warning when running * See "running build_ext" during the build * See a gcoder_line .so in the output pkg * Can "import printrun.gcoder_line"

That is to say, the normal build builds the extension. The documentation seems to point out that after installing cython you just need to do build_ext, but that seems unnecessary if cython was already installed (we don't run the pip install line either).

xoan commented on 2018-04-14 14:14 (UTC)

Adding this line builds a more efficient gcode interpreter.

ejona86 commented on 2018-04-14 14:11 (UTC)

Did adding the build_ext line actually do anything? For printrun (the non-git version) it produces the same result without it.

xoan commented on 2018-04-13 06:33 (UTC)

Please, can you add the build_ext line in build?

That's the reason why Cython is required as a make dependency.

pzl commented on 2018-04-12 23:38 (UTC)

now that the wxpython 2/3 has been sorted out, the PKGBUILD was updated to build using python3