Add changes for changing the krell packages from Package to CMakePackage.
This commit is contained in:
parent
e2fe863421
commit
1abb7ef04a
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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/"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user