dcm2niix: new package (at version 1.0.20210317) (#25250)
This commit is contained in:
parent
f67d3b127c
commit
bd8ae72146
16
var/spack/repos/builtin/packages/dcm2niix/package.py
Normal file
16
var/spack/repos/builtin/packages/dcm2niix/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user