diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/pandoc/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/pandoc/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/pandoc/package.py b/var/spack/repos/builtin/packages/pandoc/package.py index c099ac3e6d..2784af64e1 100644 --- a/var/spack/repos/builtin/packages/pandoc/package.py +++ b/var/spack/repos/builtin/packages/pandoc/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 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) @@ -28,6 +28,8 @@ class Pandoc(Package): variant('texlive', default=True, description='Use TeX Live to enable PDF output') + conflicts('target=aarch64:', msg='aarch64 is not supported.') + depends_on('texlive', when='+texlive') def install(self, spec, prefix): |