summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Aumüller <aumuell@reserv.at>2023-07-20 19:56:14 +0200
committerGitHub <noreply@github.com>2023-07-20 10:56:14 -0700
commitebdaa766ae6ae8231b6c70ff0e5a159e6b0a76bd (patch)
tree17da1371828dc26dc4a84201913e71c26966f690
parenta87ee7f4277b2aff7b5a6246cd463f100ce5326a (diff)
downloadspack-ebdaa766ae6ae8231b6c70ff0e5a159e6b0a76bd.tar.gz
spack-ebdaa766ae6ae8231b6c70ff0e5a159e6b0a76bd.tar.bz2
spack-ebdaa766ae6ae8231b6c70ff0e5a159e6b0a76bd.tar.xz
spack-ebdaa766ae6ae8231b6c70ff0e5a159e6b0a76bd.zip
tinygltf: new versions and add release branch (#39012)
* tinygltf: new versions and release branch for each minor release available, the newest patch release has been added --------- Co-authored-by: aumuell <aumuell@users.noreply.github.com>
-rw-r--r--var/spack/repos/builtin/packages/tinygltf/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/tinygltf/package.py b/var/spack/repos/builtin/packages/tinygltf/package.py
index 5aced4c5ad..f00d79fdbd 100644
--- a/var/spack/repos/builtin/packages/tinygltf/package.py
+++ b/var/spack/repos/builtin/packages/tinygltf/package.py
@@ -11,7 +11,12 @@ class Tinygltf(CMakePackage):
homepage = "https://github.com/syoyo/tinygltf"
url = "https://github.com/syoyo/tinygltf/archive/refs/tags/v2.5.0.tar.gz"
+ git = "https://github.com/syoyo/tinygltf/"
+ version("release", branch="release")
+ version("2.8.14", sha256="63cd43746c9ddfe5777494500422e831a312299e386fbf80922839dc1a5575f8")
+ version("2.7.0", sha256="a1bbc0b831719e3a809a1bb01ce299a60e80b4e15221f58e822303ba22a69d45")
+ version("2.6.3", sha256="f61e4a501baa7fbf31b18ea0f6815a59204ad0de281f7b04f0168f6bbd17c340")
version("2.5.0", sha256="5d85bd556b60b1b69527189293cfa4902957d67fabb8582b6532f23a5ef27ec1")
depends_on("cmake@3.6:", type="build")