Bug 82660 - Ebuild for sci-misc/gdl (new package)
|
Bug#:
82660
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sci@gentoo.org
|
Reported By: danielv@snet.net
|
|
Component: Ebuilds
|
|
|
URL:
http://gnudatalanguage.sourceforge.net/
|
|
Summary: Ebuild for sci-misc/gdl (new package)
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2005-02-20 03:25 0000
|
Simple ebuild for GDL. Compiles and runs fine here, but beware, it's my first
ebuild. ;)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
(From update of attachment 51646 [details])
># $Header: $
>
>inherit eutils
>DESCRIPTION="A free IDL (Interactive Data Language) compatible incremental compiler"
>HOMEPAGE="http://gnudatalanguage.sourceforge.net/"
>SRC_URI="mirror://sourceforge/gnudatalanguage/${P}.tar.gz"
>LICENSE="GPL"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE="python"
>DEPEND=">=sys-libs/readline-4.3
> sci-libs/gsl
> >=sci-libs/plplot-5.3
> media-gfx/imagemagick
> sci-libs/hdf
> sci-libs/hdf5
> sci-libs/netcdf
> python? ( dev-python/numarray )
> python? ( dev-python/matplotlib )"
>
>src_compile() {
> use python || myconf="${myconf} --with-python=no"
> econf || die "econf failed"
> emake || die "emake failed"
>}
>
>src_install() {
> make DESTDIR=${D} install || die
>}
How come this hasn't made it to portage yet?
Version 0.8.11 works nicely on my amd64.
Hi folks,
Thanks for the gdl ebuild. I will have a look at the package over the weekend.
Thanks,
Markus
Created an attachment (id=74447) [details]
patch for gdl-0.8.11.ebuild in sci overlay
Hi Sebastien,
Thank you very much for pointing that out and thanks for the good work!
The next time, I will make sure to check the overlay before I start working
on a new ebuild:) It might still be helpful if you guys post a short message
on bugzilla once you move a new ebuild into the overlay - just as a reminder!
I tested the ebuild in the overlay. After a few minor changes (see the attached
patch) it works fine for me. If you're ok with the changes I'd be fine moving
it into
portage soon. What do you think about the sci-misc category; since gdl is an
interactive compiler, dev-lang might be better.
Thanks,
Markus
Hi. Thanks for the input. I updated the ebuild and the svn overlay (comment #8)
Hi Sebastien,
If you don't have any objections and the updated ebuild works
fine I will move gdl to portage on the weekend.
Thanks,
Markus
Hi all,
gdl-0.8.11 has just been added to portage. Thanks for all the good work:)
cheers,
Markus