Skip to content
Snippets Groups Projects
Commit 36e6cee2 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Add wscript for checkout via waf

* We depend on spack@visionary

Depends-On: 15477
Change-Id: I397d39cf4f39fda02fe10724a23b00de94f41086
parent f0c853e8
No related branches found
No related tags found
No related merge requests found
wscript 0 → 100755
def depends(ctx):
ctx("spack", branch="visionary")
def options(opt):
pass
def configure(cfg):
pass
def build(bld):
pass
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment