Skip to content

Commit ef92bf8

Browse files
committed
Fix style issues
1 parent c22a12f commit ef92bf8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

var/spack/repos/builtin/packages/libuv/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def url_for_version(self, version):
125125
"broken for versions of MSVC supported by Spack",
126126
)
127127

128+
128129
class AutotoolsBuilder(spack.build_systems.autotools.AutotoolsBuilder):
129130
@when("@:1.43")
130131
def autoreconf(self, pkg, spec, prefix):

var/spack/repos/builtin/packages/perl-mozilla-publicsuffix/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from llnl.util.filesystem import filter_file
99

10+
import spack.build_systems.perl
1011
from spack.package import *
1112

1213

var/spack/repos/builtin/packages/singularity-eos/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class SingularityEos(CMakePackage, CudaPackage):
118118
depends_on("kokkos +wrapper+cuda_lambda", when="+cuda+kokkos")
119119

120120
# fix for older spacks
121-
if spack.version.Version(spack.spack_version) >= spack.version.Version("0.17"):
121+
if spack.version.Version(spack_version) >= spack.version.Version("0.17"):
122122
depends_on("kokkos-kernels ~shared", when="+kokkos-kernels")
123123

124124
for _flag in list(CudaPackage.cuda_arch_values):

0 commit comments

Comments
 (0)