Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106679
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Neal Becker <ndbecker2@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: I'd like to add -march=native to my pip builds |
| Date | Fri, 08 Apr 2016 09:42:57 -0400 |
| Lines | 7 |
| Message-ID | <mailman.83.1460122987.2253.python-list@python.org> (permalink) |
| References | <ne8bk2$mrm$1@ger.gmane.org> <ne8c84$221$1@ger.gmane.org> <ne8ch1$59g$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Trace | news.uni-berlin.de KpiorpLKEuWxFDGbdwobMAuXeUnMsHh5xDJCPpeEgEtA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'config': 0.18; 'stefan': 0.18; 'thanks,': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'bad.': 0.29; 'subject:like': 0.33; 'skip:- 10': 0.34; 'file': 0.34; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'pip': 0.84; 'received:139': 0.91; 'subject:add': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | exa2-in-fw-01-epn.hns.com |
| User-Agent | KNode/4.14.10 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| 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> |
| X-Mailman-Original-Message-ID | <ne8ch1$59g$1@ger.gmane.org> |
| X-Mailman-Original-References | <ne8bk2$mrm$1@ger.gmane.org> <ne8c84$221$1@ger.gmane.org> |
| Xref | csiph.com comp.lang.python:106679 |
Show key headers only | View raw
Stefan Behnel wrote: > CFLAGS="-O3 -march=native" pip install --no-use-wheel Thanks, not bad. But no way to put this in a config file so I don't have to remember it, I guess?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: I'd like to add -march=native to my pip builds Neal Becker <ndbecker2@gmail.com> - 2016-04-08 09:42 -0400
csiph-web