summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/f3d/package.py
blob: 37f2049f260e11d3472ae2db743ef39bbfc675c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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 *


class F3d(CMakePackage):
    """A fast and minimalist scriptable 3D viewer."""

    homepage = "https://f3d-app.github.io"
    url = "https://github.com/f3d-app/f3d/archive/refs/tags/v1.1.1.tar.gz"

    license("BSD-3-Clause")

    version("2.0.0", sha256="5b335de78a9f68903d7023d947090d4b36fa15b9e165749906a82153e0f56d05")
    version("1.1.1", sha256="68bdbe3a90f2cd553d5e090a95d3c847e2a2f06abbe225ffecd47d3d29978b0a")

    depends_on("vtk@9:", type="link")