From ed28797f8332f234830b6be126bf9d95ffbf86b4 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 13 Nov 2022 13:56:11 -0600 Subject: GDAL: add v3.6.0 (#33856) * GDAL: add v3.6.0 * Explicitly control BASISU * More reasonable variant defaults --- var/spack/repos/builtin/packages/libicd/package.py | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/libicd/package.py (limited to 'var/spack/repos/builtin/packages/libicd/package.py') diff --git a/var/spack/repos/builtin/packages/libicd/package.py b/var/spack/repos/builtin/packages/libicd/package.py new file mode 100644 index 0000000000..925f1f5067 --- /dev/null +++ b/var/spack/repos/builtin/packages/libicd/package.py @@ -0,0 +1,23 @@ +# Copyright 2013-2022 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 Libicd(CMakePackage): + """Image codec library.""" + + homepage = "https://github.com/lucianpls/libicd" + git = "https://github.com/lucianpls/libicd.git" + + version("main", branch="main") + + depends_on("cmake@3.5:", type="build") + depends_on("jpeg") + depends_on("libpng") + depends_on("lerc") + + # https://github.com/lucianpls/libicd/issues/3 + conflicts("platform=darwin") -- cgit v1.2.3-60-g2f50