New package: f3d (add version 1.1.1) (#27755)
This commit is contained in:
parent
66c5199362
commit
07ab4623e6
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/f3d/package.py
Normal file
17
var/spack/repos/builtin/packages/f3d/package.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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)
|
||||
|
||||
from spack 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"
|
||||
|
||||
version('1.1.1', sha256='68bdbe3a90f2cd553d5e090a95d3c847e2a2f06abbe225ffecd47d3d29978b0a')
|
||||
|
||||
depends_on('vtk@9:', type='link')
|
Loading…
Reference in a new issue