Add tests for spack external dependencies, plus fixes for issues found by those tests.

This commit is contained in:
Matthew LeGendre
2015-10-05 11:30:48 -07:00
parent e4d2ba30b5
commit 18f0b24a7f
8 changed files with 191 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
packages:
- externaltool:
nobuild: True
- externaltool@1.0%gcc@4.5.0:
path: /path/to/external_tool
- externalvirtual@2.0%clang@3.3:
path: /path/to/external_virtual_clang
nobuild: True
- externalvirtual@1.0%gcc@4.5.0:
path: /path/to/external_virtual_gcc
nobuild: True