Add changes for changing the krell packages from Package to CMakePackage.

This commit is contained in:
Jim Galarowicz 2017-07-17 09:01:32 -05:00
parent e2fe863421
commit 1abb7ef04a
5 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
from spack import * from spack import *
class CbtfArgonavis(Package): class CbtfArgonavis(CMakePackage):
"""CBTF Argo Navis project contains the CUDA collector and supporting """CBTF Argo Navis project contains the CUDA collector and supporting
libraries that was done as a result of a DOE SBIR grant. libraries that was done as a result of a DOE SBIR grant.

View File

@ -43,7 +43,7 @@
from spack import * from spack import *
class CbtfKrell(Package): class CbtfKrell(CMakePackage):
"""CBTF Krell project contains the Krell Institute contributions to the """CBTF Krell project contains the Krell Institute contributions to the
CBTF project. These contributions include many performance data CBTF project. These contributions include many performance data
collectors and support libraries as well as some example tools collectors and support libraries as well as some example tools

View File

@ -43,7 +43,7 @@
from spack import * from spack import *
class CbtfLanl(Package): class CbtfLanl(CMakePackage):
"""CBTF LANL project contains a memory tool and data center type system """CBTF LANL project contains a memory tool and data center type system
command monitoring tool.""" command monitoring tool."""
homepage = "http://sourceforge.net/p/cbtf/wiki/Home/" homepage = "http://sourceforge.net/p/cbtf/wiki/Home/"

View File

@ -43,7 +43,7 @@
from spack import * from spack import *
class Cbtf(Package): class Cbtf(CMakePackage):
"""CBTF project contains the base code for CBTF that supports creating """CBTF project contains the base code for CBTF that supports creating
components, component networks and the support to connect these components, component networks and the support to connect these
components and component networks into sequential and distributed components and component networks into sequential and distributed

View File

@ -45,7 +45,7 @@
import os.path import os.path
class Openspeedshop(Package): class Openspeedshop(CMakePackage):
"""OpenSpeedShop is a community effort by The Krell Institute with """OpenSpeedShop is a community effort by The Krell Institute with
current direct funding from DOEs NNSA. It builds on top of a current direct funding from DOEs NNSA. It builds on top of a
broad list of community infrastructures, most notably Dyninst broad list of community infrastructures, most notably Dyninst