sys-cluster/charmdebug - 6.2.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-cluster/charmdebug-6.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-cluster/charmdebug-6.2.0

Or alternatively:

emerge --autounmask-write -a =sys-cluster/charmdebug-6.2.0

Package Information

Description:
A debugger for Charm++ applications
Homepage:
http://charm.cs.uiuc.edu/
License:
charm

Ebuild Details

Version EAPI Keywords Slot
6.2.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-pkg-2

DESCRIPTION="A debugger for Charm++ applications"
HOMEPAGE="http://charm.cs.uiuc.edu/"
SRC_URI="https://charm.cs.illinois.edu/distrib/binaries/charmdebug/${P/-/_}.tar.gz"

S="${WORKDIR}/${PN}"

LICENSE="charm"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	>=virtual/jre-1.6
	sys-cluster/charm[charmdebug,-smp]
"

src_install() {
	java-pkg_newjar ${PN}.jar
	java-pkg_dolauncher ${PN} \
		--main charm/debug/ParDebug \
		--jar ${PN}.jar \
		--java_args -ms100000000 -mx512000000
}

Inherited Eclasses

Dependencies

RDEPEND

	>=virtual/jre-1.6
	sys-cluster/charm[charmdebug,-smp]

Manifest for 6.2.0

Type File Size Source URLs
DIST charmdebug_6.2.0.tar.gz 269703 bytes https://charm.cs.illinois.edu/distrib/binaries/charmdebug/charmdebug_6.2.0.tar.gz