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: 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: References: From: Amirouche Boubekki Date: Mon, 4 Nov 2013 22:37:52 +0100 Subject: Re: Compiling Python3 for BeagleBone Black (Angstrom distro) To: Travis Griggs Content-Type: multipart/alternative; boundary=001a11c339e69ce82904ea60bba6 Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --001a11c339e69ce82904ea60bba6 Content-Type: text/plain; charset=UTF-8 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.2or linux from scratch . 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 --001a11c339e69ce82904ea60bba6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 th= at 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 p= ython version there is some juju magic mojo variable that configures the co= mpiled extensions [1]

Also, whenever you want to compile something check gentoo eb= uild aka. compilation recipe, for instance for Python 3.3.2 or linux from scratch.

Distcc might be helpful.
--001a11c339e69ce82904ea60bba6--