Skip to content
Snippets Groups Projects

feat: eic-spack dd4hep-pr1080

Merged Wouter Deconinck requested to merge eic-spack-dd4hep-pr1080 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -100,7 +100,7 @@ if __name__ == '__main__':
@@ -100,7 +100,7 @@ if __name__ == '__main__':
## patches
## patches
if cfg.get('patches'):
if cfg.get('patches'):
for patch in cfg['patches']:
for patch in cfg['patches']:
cmd = ['curl -L {patch} | patch -p1 -d/tmp/det']
cmd = [f'curl -L {patch} | patch -p1 -d/tmp/det']
print(' '.join(cmd))
print(' '.join(cmd))
subprocess.check_call(' '.join(cmd), shell=True)
subprocess.check_call(' '.join(cmd), shell=True)
## build
## build
Loading