From bd8ae72146aae52bab81b6ae084ae5ab6e668b14 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 9 Aug 2021 05:15:38 -0400 Subject: dcm2niix: new package (at version 1.0.20210317) (#25250) --- var/spack/repos/builtin/packages/dcm2niix/package.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 var/spack/repos/builtin/packages/dcm2niix/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/dcm2niix/package.py b/var/spack/repos/builtin/packages/dcm2niix/package.py new file mode 100644 index 0000000000..3074f8a5f5 --- /dev/null +++ b/var/spack/repos/builtin/packages/dcm2niix/package.py @@ -0,0 +1,16 @@ +# 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 Dcm2niix(CMakePackage): + """DICOM to NIfTI converter""" + + homepage = "https://github.com/rordenlab/dcm2niix" + url = "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20210317.tar.gz" + + version('1.0.20210317', sha256='42fb22458ebfe44036c3d6145dacc6c1dc577ebbb067bedc190ed06f546ee05a') -- cgit v1.2.3-60-g2f50