dcm2niix: new package (at version 1.0.20210317) (#25250)

This commit is contained in:
Ben Darwin 2021-08-09 05:15:38 -04:00 committed by GitHub
parent f67d3b127c
commit bd8ae72146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')