Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58460
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <amirouche.boubekki@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'that?': 0.05; 'setup.py': 0.09; 'subject:Python3': 0.09; 'variable,': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; 'bug': 0.12; '2.7': 0.14; '<>.': 0.14; 'less,': 0.16; 'magic': 0.16; 'scratch': 0.16; 'url:sources': 0.16; 'extensions': 0.16; 'variable': 0.18; 'url:view': 0.20; 'cc:addr:python.org': 0.22; 'compilation': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; 'compiled': 0.26; 'header :In-Reply-To:1': 0.27; '[1]': 0.29; 'see,': 0.30; 'message- id:@mail.gmail.com': 0.30; 'helpful.': 0.31; 'linux': 0.33; 'url:python': 0.33; 'could': 0.34; 'subject: (': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'url:org': 0.36; 'list': 0.37; 'skip:- 10': 0.38; 'how': 0.40; 'url:3': 0.61; 'provide': 0.64; 'url:cgi-bin': 0.65; 'to:addr:gmail.com': 0.65; './configure': 0.84; 'this...': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=07wxSKXiUpyUv/zR1sAS7ZaD4ig9x7sE+bm6LV+IqBg=; b=n9NjBgO8O8Mhyd+sew0A/6vQK5qnP0oG9SSufHomxMo9F4y07AWhpj/wxOKYL0g3yv cCrESfRpkTZ2+krxKKzRxRtot1E4A9brnzp1pJBBpJGKFHmHo/C0nOC6/JVwAOY4MlqC 05MHdHmFhGy1NwcKcOBDtLj/vtldxwgiDv9dRk2Lbl23Yh/NaC5VB6v33nIm8yyMfGUd nbRVz1iNZ1bSub1ZV0WdCG4eGHJxTkekIyfv+qF7LLYlxyAN8CzPcASD6WSYAg5hjQfn AOX03huVFKoamCZ+IyZmFU8xOuLXKLk8WbV939fMX78fvzybMy5XMR7qw3OKyj/S8ZWF 9iBw== |
| X-Received | by 10.182.18.102 with SMTP id v6mr19455obd.71.1383601092223; Mon, 04 Nov 2013 13:38:12 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <E35543E7-4EF3-4E40-9BFA-AB23776B5CA3@gmail.com> |
| References | <E35543E7-4EF3-4E40-9BFA-AB23776B5CA3@gmail.com> |
| From | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
| Date | Mon, 4 Nov 2013 22:37:52 +0100 |
| Subject | Re: Compiling Python3 for BeagleBone Black (Angstrom distro) |
| To | Travis Griggs <travisgriggs@gmail.com> |
| Content-Type | multipart/alternative; boundary=001a11c339e69ce82904ea60bba6 |
| Cc | "python-list@python.org" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2031.1383601095.18130.python-list@python.org> (permalink) |
| Lines | 63 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1383601095 news.xs4all.nl 15936 [2001:888:2000:d::a6]:38075 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:58460 |
Show key headers only | View raw
[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