Skip to content

Commit

Permalink
Make sure to import package base classes
Browse files Browse the repository at this point in the history
  • Loading branch information
knoepfel committed Dec 6, 2024
1 parent f9b781c commit cad6ee9
Show file tree
Hide file tree
Showing 83 changed files with 88 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/art-cpp-db-interfaces/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class ArtCppDbInterfaces(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/art/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os

from spack import *
from spack.package import *
from spack.pkg.fnal_art.fnal_github_package import *
from spack.util.prefix import Prefix

Expand Down
1 change: 1 addition & 0 deletions packages/artg4/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Artg4(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/artg4tk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Artg4tk(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/bxdecay0/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import spack.util.spack_json as sjson
from spack import *
from spack.package import *


def sanitize_environments(*args):
Expand Down
1 change: 1 addition & 0 deletions packages/cadmesh/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Cadmesh(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/castxml/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# ----------------------------------------------------------------------------

from spack import *
from spack.package import *


class Castxml(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/cetbuildtools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import spack.util.spack_json as sjson
from spack import *
from spack.package import *


class Cetbuildtools(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/cetpkgsupport/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Cetpkgsupport(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/cosmosis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os

from spack import *
from spack.package import *


class Cosmosis(MakefilePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/crc32c/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Crc32c(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/cry/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import sys

from spack import *
from spack.package import *

libdir = "%s/var/spack/repos/fnal_art/lib" % os.environ["SPACK_ROOT"]
if libdir not in sys.path:
Expand Down
1 change: 1 addition & 0 deletions packages/dunetpc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os

from spack import *
from spack.package import *


def sanitize_environments(*args):
Expand Down
1 change: 1 addition & 0 deletions packages/genie-phyopt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os

from spack import *
from spack.package import *


class GeniePhyopt(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/genie-xsec/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os

from spack import *
from spack.package import *


class GenieXsec(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/genie/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from llnl.util import filesystem

from spack import *
from spack.package import *


class Genie(AutotoolsPackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gitflow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Gitflow(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2analyses/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Gm2analyses(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2aux/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2aux(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2calo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Gm2calo(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2dataproducts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2dataproducts(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2db/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2db(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2field/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2field(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2fieldsignal/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2fieldsignal(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2geom/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2geom(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2midastoart/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2midastoart(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2pip/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2pip(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2reconeast/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2reconeast(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2ringsim/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2ringsim(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2templates/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2templates(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2tracker/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2tracker(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2trackerdaq/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2trackerdaq(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2unpackers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2unpackers(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/gm2util/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class Gm2util(CMakePackage):
Expand Down
2 changes: 2 additions & 0 deletions packages/google-benchmark/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@


from spack import *
from spack.package import *


class GoogleBenchmark(CMakePackage):
"""FIXME: Put a proper description of your package here."""
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-cpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from spack import *
from spack.package import *


class GoogleCloudCpp(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/h5cpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import re

from spack import *
from spack.package import *


class H5cpp(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/icarus-data/package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import glob

from spack import *
from spack.package import *


class IcarusData(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/icarus-signal-processing/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import spack.util.spack_json as sjson
from spack import *
from spack.package import *


def sanitize_environments(*args):
Expand Down
1 change: 1 addition & 0 deletions packages/icarusalg/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import spack.util.spack_json as sjson
from spack import *
from spack.package import *


def sanitize_environments(*args):
Expand Down
1 change: 1 addition & 0 deletions packages/icaruscode/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import sys

from spack import *
from spack.package import *

libdir = "%s/var/spack/repos/fnal_art/lib" % os.environ["SPACK_ROOT"]
if libdir not in sys.path:
Expand Down
1 change: 1 addition & 0 deletions packages/icarusutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import sys

from spack import *
from spack.package import *

libdir = "%s/var/spack/repos/fnal_art/lib" % os.environ["SPACK_ROOT"]
if libdir not in sys.path:
Expand Down
1 change: 1 addition & 0 deletions packages/ifbeam/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class Ifbeam(MakefilePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/ifdh-art/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import spack.util.spack_json as sjson
from spack import *
from spack.package import *


def sanitize_environments(*args):
Expand Down
1 change: 1 addition & 0 deletions packages/ifdhc-config/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import llnl.util.tty as tty

from spack import *
from spack.package import *


class IfdhcConfig(Package):
Expand Down
1 change: 1 addition & 0 deletions packages/ifdhc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import llnl.util.tty as tty

from spack import *
from spack.package import *


class Ifdhc(MakefilePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/intel-tbb-oneapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class IntelTbbOneapi(CMakePackage):
Expand Down
4 changes: 3 additions & 1 deletion packages/jsonnet/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
import os

from spack import *
from spack.package import *


class Jsonnet(Package):
"A data templating language looking like JSON that produces JSON."
Expand Down
Loading

0 comments on commit cad6ee9

Please sign in to comment.