Skip to content

Commit

Permalink
pass develop to Make.user rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 27, 2024
1 parent 776b7e2 commit 4ea17ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stackinator/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def generate(self, recipe):
with (self.path / "Make.user").open("w") as f:
f.write(
make_user_template.render(
develop=self.spack_develop,
build_path=self.path,
store=recipe.mount,
no_bwrap=recipe.no_bwrap,
Expand Down

0 comments on commit 4ea17ed

Please sign in to comment.