Skip to content

Commit c603a2e

Browse files
authored
Update Spack (#341)
* Update Spack. * Update package API.
1 parent 5f4d587 commit c603a2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

repos/spack_repo/exawind/packages/ctest_package/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# This software is released under the BSD 3-clause license. See LICENSE file
66
# for more details.
7-
import llnl.util.tty as tty
87
import importlib
98
import glob
109
import os
1110
import shutil
1211
import time
13-
import llnl.util.filesystem as fs
12+
import spack.llnl.util.filesystem as fs
13+
import spack.llnl.util.tty as tty
1414
import spack.phase_callbacks
1515
import spack.util.log_parse
1616

repos/spack_repo/exawind/repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
repo:
22
namespace: 'exawind'
3-
api: v2.0
3+
api: v2.2

0 commit comments

Comments
 (0)