Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58460
| References | <E35543E7-4EF3-4E40-9BFA-AB23776B5CA3@gmail.com> |
|---|---|
| From | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
| Date | 2013-11-04 22:37 +0100 |
| Subject | Re: Compiling Python3 for BeagleBone Black (Angstrom distro) |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2031.1383601095.18130.python-list@python.org> (permalink) |
[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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Compiling Python3 for BeagleBone Black (Angstrom distro) Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-04 22:37 +0100
csiph-web