summaryrefslogtreecommitdiff
path: root/lib/spack/spack/hooks/write_install_manifest.py
blob: 1921d8bc5c0d5fa2622bc8d1db6e8571f003ffa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import spack.verify


def post_install(spec, explicit=None):
    if not spec.external:
        spack.verify.write_manifest(spec)