public inbox for gentoo-lisp@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-lisp] New ebuild: Ikarus live
@ 2009-09-17 17:01 chiiph
  0 siblings, 0 replies; only message in thread
From: chiiph @ 2009-09-17 17:01 UTC (permalink / raw
  To: gentoo-lisp


[-- Attachment #1.1: Type: text/plain, Size: 150 bytes --]

Hello,

here's an ebuild for the live version of ikarus.

The compile/test/install part is the same as the one in ikarus-0.3.

Regards,
Tomas

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 271 bytes --]

[-- Attachment #2: Type: text/html, Size: 170 bytes --]

[-- Attachment #3: ikarus-9999.ebuild --]
[-- Type: application/octet-stream, Size: 1097 bytes --]

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3.ebuild,v 1.3 2008/06/01 18:03:13 pchrist Exp $

inherit eutils flag-o-matic autotools bzr

DESCRIPTION="A free optimizing incremental native-code compiler for R6RS Scheme."
HOMEPAGE="http://www.cs.indiana.edu/~aghuloum/ikarus/"

LICENSE="GPL-3"
SLOT="0"

KEYWORDS="-* ~x86"
IUSE="sse2 doc"

RDEPEND=">=dev-libs/gmp-4.2.2"
DEPEND="${RDEPEND}"

EBZR_REPO_URI="http://ikarus-scheme.org/ikarus.dev"

src_compile() {
	if use !sse2; then \
		eerror "You must have a processor who supports \
		SSE2 instructions" && die
	fi

	append-flags "-std=gnu99"

	econf || die "econf failed"
	emake || die "emake failed"
}

src_test() {
	cd benchmarks
	make benchall || die "Tests failed"
	if [ -e timelog ]
	then
		cat timelog || die "stdout test logs failed."
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	rm -R "${D}/usr/share"
	dodoc README ACKNOWLEDGMENTS
	if use doc; then
		dodoc doc/*.pdf
	fi
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-17 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17 17:01 [gentoo-lisp] New ebuild: Ikarus live chiiph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox