Skip to content

Commit

Permalink
Type?
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed May 28, 2024
1 parent d3d0a09 commit 633872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def cmake_args(self):

# query spack for the architecture-specific compiler flags set by its wrapper
args.append("-DARB_ARCH=none")
print(f'{self.spec.compiler.name} {self.spec.compiler.version}')
print(f'{type(self.spec.compiler.name)} {type(self.spec.compiler.version)}')
opt_flags = self.spec.target.optimization_flags(
self.spec.compiler.name, self.spec.compiler.version
)
Expand Down

0 comments on commit 633872e

Please sign in to comment.