public inbox for gentoo-lisp@lists.gentoo.org
 help / color / mirror / Atom feed
From: chiiph@gmail.com
To: gentoo-lisp@lists.gentoo.org
Subject: [gentoo-lisp] New ebuild: Ikarus live
Date: Thu, 17 Sep 2009 14:01:19 -0300 (ART)	[thread overview]
Message-ID: <fzpr0ox2a590qif5lpUYAxe124vaj_firegpg@mail.gmail.com> (raw)


[-- 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
}

                 reply	other threads:[~2009-09-17 17:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fzpr0ox2a590qif5lpUYAxe124vaj_firegpg@mail.gmail.com \
    --to=chiiph@gmail.com \
    --cc=gentoo-lisp@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox