Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 6, 2024
1 parent af29e6c commit 839856c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ def setup(self, edam):
depfiles += include_files
self.commands.add(
[cmd] + full64 + ["-f", f_file, "-work", workdir] + fnames,
# + ["||", "rm", "-rf", "lib", "&&", "false"],
[workdir + "/AN.DB"],
[workdir + "/AN.DB/make.vlogan"],
depfiles + [f_file],
)
self.f_files.update(f_files)
Expand All @@ -160,7 +159,9 @@ def setup(self, edam):
+ full64
+ ["-o", self.name, "-file", "vcs.f", "-parameters", "parameters.txt"],
[self.name],
self.workdirs + user_files + ["vcs.f", "parameters.txt"],
[x + "/AN.DB/make.vlogan" for x in self.workdirs]
+ user_files
+ ["vcs.f", "parameters.txt"],
)

self.commands.add(
Expand Down

0 comments on commit 839856c

Please sign in to comment.