Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Scott Kitterman Newsgroups: linux.debian.maint.python Subject: Re: Enabling Python bindings for jellyfish Date: Tue, 29 Dec 2015 20:30:02 +0100 Message-ID: References: X-Original-To: debian-python@lists.debian.org X-Mailbox-Line: From debian-python-request@lists.debian.org Tue Dec 29 19:23:53 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-5.8 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, LDO_WHITELIST=-5, MEDS2=2, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no X-Policyd-Weight: DYN_NJABL=ERR(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=ERR(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .kitterman. - helo: .mailout03.controlledmail. - helo-domain: .controlledmail.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5 Dkim-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=201409; t=1451417002; bh=KCPHT+UC8o1Wn8iNOVzx9fHKvvWUsNmjPM2oc9iTcqs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v6x3sAnYobewg4nhDP1hLBeYMzXEmFJ9kbIGOQZ7BTChNLNvN2e2j+lch8cMkPK7/ BCTZfhdtmNGfIq6LH1tUjXxbOuy3WRKf3+uoRXkf36fej5FBfBRXovQYaviRnxvlm0 dynxZp29adS+uFLWZak7kCWdRuTtYMqz/+kYsZW0= User-Agent: KMail/4.13.3 (Linux/3.13.0-71-generic; KDE/4.13.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Mailing-List: archive/latest/13339 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/4310144.iYJx3NkPiP@kitterma-e6430 Approved: robomod@news.nic.it Lines: 98 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Tue, 29 Dec 2015 14:23:33 -0500 X-Original-Message-ID: <4310144.iYJx3NkPiP@kitterma-e6430> X-Original-References: <20151228233014.GE2138@an3as.eu> <2109817.LxOsod53OL@kitterma-e6430> Xref: csiph.com linux.debian.maint.python:8021 Agreed. I'll leave it to the maintainer/ITP owner to sort things out. Scott K On Tuesday, December 29, 2015 12:59:17 PM Paul Tagliamonte wrote: > In the meantime, I suggest we both avoid uploading any python*-jellyfish > packages > > Paul > > On Tue, Dec 29, 2015 at 12:56 PM, Scott Kitterman > > wrote: > > I think the respective maintainers should talk and then discuss with their > > upstreams as the collision potential isn't just in Debian. > > > > Scott K > > > > On Tuesday, December 29, 2015 12:27:37 PM Paul Tagliamonte wrote: > > > Just FYI - there's a Python module called Jellyfish about to be > > > uploaded; > > > can we resolve the name collision early? > > > > > > https://pypi.python.org/pypi/jellyfish > > > > > > Paul > > > > > > On Tue, Dec 29, 2015 at 12:06 PM, Scott Kitterman > > > > > > wrote: > > > > On Tuesday, December 29, 2015 11:52:07 AM Scott Kitterman wrote: > > > > > On Tuesday, December 29, 2015 12:30:14 AM Andreas Tille wrote: > > > > > > Hi, > > > > > > > > > > > > I realised that for jellyfish[1] Python bindings can be > > > > activated. I > > > > > > > > tried to do so and configuring and building works fine - but I > > > > have no > > > > > > > > idea how to sensibly install the files into the python-jellyfish > > > > > > package. Any idea how to call swig/python/setup.py or do > > > > > > something > > > > > > > > else > > > > > > > > > > to install the files into the right location. > > > > > > > > > > > > Any help? > > > > > > > > > > > > Kind regards > > > > > > > > > > > > Andreas. > > > > > > > > > > > > [1] git://anonscm.debian.org/debian-med/jellyfish.git > > > > > > > > > > I haven't been able to actually test this since when I try to build > > > > it, > > > > > > > I > > > > > get this error: > > > > > > > > > > jellyfish_wrap.cxx:3104:33: fatal error: jellyfish/mer_dna.hpp: No > > > > such > > > > > > file > > > > > > > > > or directory > > > > > > > > > > I think it should ~work. Note that these bindings are for python3, > > > > not > > > > > > > python. I've adjusted things accordingly. The configure changes I > > > > made > > > > > > (so > > > > > > > > > that configure wouldn't fail) mean perl bindings don't get built > > > > > > > > either. I > > > > > > > > > didn't check if that was working before. > > > > > > > > > > Scott K > > > > > > > > Correction: It's not in the diff, but I had to remove the > > > > auto-configure > > > > > > override to get through configure. > > > > > > > > Scott K