Skip to content

Commit

Permalink
fix: ensure from spack.package import * (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 9, 2024
1 parent 9132e59 commit 5e7831f
Show file tree
Hide file tree
Showing 77 changed files with 92 additions and 25 deletions.
1 change: 1 addition & 0 deletions packages/aidatt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 2 additions & 0 deletions packages/babayaga/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *

import os


Expand Down
2 changes: 2 additions & 0 deletions packages/bhlumi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *

import os


Expand Down
2 changes: 1 addition & 1 deletion packages/ced/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/cedviewer/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
1 change: 1 addition & 0 deletions packages/cepcsw/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 1 addition & 1 deletion packages/cldconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/clupatra/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 1 addition & 1 deletion packages/conformaltracking/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 1 addition & 1 deletion packages/ddkaltest/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/dual-readout/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 2 additions & 0 deletions packages/emela/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class Emela(CMakePackage):
"""Library that implements the evolution in pure QED of the unpolarised electron parton distribution functions (PDFs) up to next-to-leading logarithmic (NLL) approximation"""
Expand Down
1 change: 1 addition & 0 deletions packages/fcalclusterer/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage
from spack.pkg.k4.key4hep_stack import k4_setup_env_for_framework_tests

Expand Down
2 changes: 1 addition & 1 deletion packages/fcc-config/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *
from spack.package import *


class FccConfig(CMakePackage):
Expand Down
1 change: 1 addition & 0 deletions packages/fccanalyses/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/fccdetectors/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/fccsw/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/garlic/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 2 additions & 0 deletions packages/generalbrokenlines/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class Generalbrokenlines(CMakePackage):
"""Track refitting with broken lines in 3D."""
Expand Down
2 changes: 2 additions & 0 deletions packages/guinea-pig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class GuineaPig(CMakePackage):
"""Generator of Unwanted Interactions for Numerical Experiment
Expand Down
1 change: 1 addition & 0 deletions packages/ilcsoft/package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import datetime

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage
from spack.pkg.k4.key4hep_stack import install_setup_script

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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4actstracking/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 1 addition & 1 deletion packages/k4clue/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
3 changes: 1 addition & 2 deletions packages/k4edm4hep2lcioconv/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4gen/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 2 additions & 0 deletions packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class K4generatorsconfig(CMakePackage):
"""A python based module for the automatic generation of inputfiles for Monte-Carlo(MC) generators."""
Expand Down
2 changes: 2 additions & 0 deletions packages/k4geo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class K4geo(CMakePackage):
"""DD4hep geometry models for future colliders."""
Expand Down
1 change: 1 addition & 0 deletions packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4projecttemplate/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4reccalorimeter/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4reco/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4rectracker/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


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

from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
1 change: 1 addition & 0 deletions packages/k4simgeant4/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from spack.package import *
from spack.pkg.k4.key4hep_stack import Key4hepPackage


Expand Down
2 changes: 1 addition & 1 deletion packages/kaldet/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/kaltest/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/key4hep-stack/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Common methods for use in Key4hep recipes
"""

from spack import *
from spack.package import *
from spack.directives import *
from spack.user_environment import *

Expand Down
2 changes: 1 addition & 1 deletion packages/kitrack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 1 addition & 1 deletion packages/kitrackmarlin/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *
from spack.pkg.k4.key4hep_stack import Ilcsoftpackage


Expand Down
2 changes: 2 additions & 0 deletions packages/kkmcee/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *

import os
import glob

Expand Down
Loading

0 comments on commit 5e7831f

Please sign in to comment.