Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #8042
| Path | csiph.com!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andreas Tille <andreas@an3as.eu> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Enabling Python bindings for jellyfish |
| Date | Fri, 01 Jan 2016 19:30:01 +0100 |
| Message-ID | <qMcCB-5Xq-9@gated-at.bofh.it> (permalink) |
| References | <qKPyp-zX-1@gated-at.bofh.it> <qL5Wy-3oe-1@gated-at.bofh.it> <qL6fU-3vf-15@gated-at.bofh.it> <qL6IW-3H5-7@gated-at.bofh.it> <qL7bY-46z-7@gated-at.bofh.it> <qL7OF-4A4-7@gated-at.bofh.it> <qLPmF-7nK-9@gated-at.bofh.it> <qLSaS-IE-13@gated-at.bofh.it> <qLV8J-2wG-7@gated-at.bofh.it> |
| X-Original-To | Guillaume Marcais <gmarcais@umd.edu> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Fri Jan 1 18:21:50 2016 |
| Old-Return-Path | <andreas@an3as.eu> |
| X-Amavis-Spam-Status | No, score=-6.99 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FVGT_m_MULTI_ODD=0.02, LDO_WHITELIST=-5, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -6.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13360 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20160101182134.GO29669@an3as.eu |
| Approved | robomod@news.nic.it |
| Lines | 39 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | "Diego M. Rodriguez" <diego.plan9@gmail.com>, debian-python@lists.debian.org |
| X-Original-Date | Fri, 1 Jan 2016 19:21:34 +0100 |
| X-Original-Message-ID | <20160101182134.GO29669@an3as.eu> |
| X-Original-References | <20151228233014.GE2138@an3as.eu> <1915533.ndbE7HSpDE@kitterma-e6430> <CAO6P2QTDbicwiy_yUAS-jwFgPZyOaoeJ8VFL5zJV3qmBYkE9Eg@mail.gmail.com> <2109817.LxOsod53OL@kitterma-e6430> <20151229182459.GA8645@ometeotl.lan> <CAO6P2QTBj6DGyt7GMazGB1XPE=p2aw6dWgJT_YEVkV74-pLJ9g@mail.gmail.com> <20151231173243.GA11155@ometeotl.lan> <20151231202301.GH29669@an3as.eu> <CAAg5Rc8-ZhE4vf_1Md7HiLD323qWFxtN2FgOxz11DmVE45bUWw@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.python:8042 |
Show key headers only | View raw
Hi Guillaume,
On Thu, Dec 31, 2015 at 06:24:57PM -0500, Guillaume Marcais wrote:
> if I am attached to the name Jellyfish for the main software itself, the
> script bindings have seen little use (I believe) up to now. Renaming python
> module to dna_jellyfish, bio_jellyfish, or some other suggestion, would be
> OK with me.
Since you are the author would you mind fixing a name yourself. The
rationale is that if we might choose a name for Debian other distributions
(or consumers of the code from source directly) might choose a different
one which might lead to a lot of confusion. It would be great if you could
issue a new release with a proper name for the Python module.
> Regarding the module itself, it should work for both Python2 and Python3.
> If you have example where it does not, please let me know.
When trying to build the module I get:
...
running build_ext
building '_jellyfish' extension
creating build/temp.linux-x86_64-3.5
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c jellyfish_wrap.cxx -o build/temp.linux-x86_64-3.5/jellyfish_wrap.o -std=c++0x
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
jellyfish_wrap.cxx:3104:33: fatal error: jellyfish/mer_dna.hpp: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
since the includes are not properly set.
Kind regards
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2015-12-29 00:40 +0100
Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 18:00 +0100
Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 18:10 +0100
Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 18:30 +0100
Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 19:00 +0100
Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 20:30 +0100
Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 19:00 +0100
Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-29 19:30 +0100
Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 20:10 +0100
Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2015-12-29 21:50 +0100
Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-31 18:40 +0100
Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-31 18:50 +0100
Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-31 20:30 +0100
Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@fam-tille.de> - 2015-12-31 21:40 +0100
Re: Enabling Python bindings for jellyfish Guillaume Marcais <gmarcais@umd.edu> - 2016-01-01 00:50 +0100
Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2016-01-01 19:30 +0100
csiph-web