Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58460 > unrolled thread

Re: Compiling Python3 for BeagleBone Black (Angstrom distro)

Started byAmirouche Boubekki <amirouche.boubekki@gmail.com>
First post2013-11-04 22:37 +0100
Last post2013-11-04 22:37 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Compiling Python3 for BeagleBone Black (Angstrom distro) Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-04 22:37 +0100

#58460 — Re: Compiling Python3 for BeagleBone Black (Angstrom distro)

FromAmirouche Boubekki <amirouche.boubekki@gmail.com>
Date2013-11-04 22:37 +0100
SubjectRe: Compiling Python3 for BeagleBone Black (Angstrom distro)
Message-ID<mailman.2031.1383601095.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi Travis,

I see, looking at ./configure --help | less, that I could provide
> --disable-FEATURE and --without-PACKAGE directives to my ./configure
> invocation. But what I don't see is how to generate a list of what
> FEATURES/PACKAGES I could put there for consideration of omission. Is there
> some magic juju that generates that?
>

I don't remember correctly, I think it's a environment variable, also there
was a bug in python 2.7 regarding this...

Have a look at the setup.py of your python version there is some juju magic
mojo variable that configures the compiled extensions [1]

Also, whenever you want to compile something check gentoo ebuild aka.
compilation recipe, for instance for Python
3.3.2<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?revision=1.6&view=markup>or
linux
from scratch <http://www.linuxfromscratch.org/lfs/>.

Distcc might be helpful.


[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?view=markup

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web