summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2021-08-09 05:15:38 -0400
committerGitHub <noreply@github.com>2021-08-09 11:15:38 +0200
commitbd8ae72146aae52bab81b6ae084ae5ab6e668b14 (patch)
treecad176007e5fbd93c3e6cfa7d12802ddb6153936 /var
parentf67d3b127c01ea67ad6237c3e9341a4831837230 (diff)
downloadspack-bd8ae72146aae52bab81b6ae084ae5ab6e668b14.tar.gz
spack-bd8ae72146aae52bab81b6ae084ae5ab6e668b14.tar.bz2
spack-bd8ae72146aae52bab81b6ae084ae5ab6e668b14.tar.xz
spack-bd8ae72146aae52bab81b6ae084ae5ab6e668b14.zip
dcm2niix: new package (at version 1.0.20210317) (#25250)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/dcm2niix/package.py16
1 files changed, 16 insertions, 0 deletions
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')