# 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) from spack.package import * from spack.pkg.builtin.mock.libtool_deletion import AutotoolsBuilder as BuilderBase from spack.pkg.builtin.mock.libtool_deletion import LibtoolDeletion class LibtoolInstallation(LibtoolDeletion, AutotoolsPackage): """Mock AutotoolsPackage to check proper installation of libtool archives.""" class AutotoolsBuilder(BuilderBase): install_libtool_archives = True