Skip to content

Commit ea4cdb6

Browse files
committed
Install build-atmos/bin for access3 UM variant
1 parent 88271e7 commit ea4cdb6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

spack_repo/access/nri/packages/um/package.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def install(self, spec, prefix):
6969
um-recon.exe is always installed.
7070
"""
7171

72-
# List of executables to install, always install recon
73-
um_exe = ["recon"]
72+
# List of executables to install
73+
um_exe = ["recon", "atmos"]
7474

7575
if self.spec.variants["access3"].value:
7676

@@ -85,9 +85,6 @@ def install(self, spec, prefix):
8585
install_dir = join_path(prefix, dir_name)
8686
mkdirp(install_dir)
8787
install_tree(build_dir, install_dir)
88-
else:
89-
# Install atmos executable
90-
um_exe.append("atmos")
9188

9289
# Install executables and accompanying files into the prefix directory,
9390
# according to the directory structure of EXEC_DIR, as described in (e.g.)

0 commit comments

Comments
 (0)