Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jul 12, 2024
1 parent 6bd230b commit 034795b
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 @@ -189,7 +189,7 @@ def cmake_args(self):

class MakefileBuilder(spack.build_systems.makefile.MakefileBuilder):
# Disable parallel build
parallel = True
parallel = False

flag_handler = inject_flags

Expand Down

0 comments on commit 034795b

Please sign in to comment.