Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCMTK: init at 3.6.4 #71991

Merged
merged 1 commit into from Oct 26, 2019
Merged

DCMTK: init at 3.6.4 #71991

merged 1 commit into from Oct 26, 2019

Conversation

iimog
Copy link
Member

@iimog iimog commented Oct 25, 2019

Motivation for this change

Add the DICOM Toolkit DCMTK as package. It is a command line suite to handle medical imaging data in DICOM format. Including inspection, modification, and conversion.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

pkgs/applications/science/medicine/dcmtk/default.nix Outdated Show resolved Hide resolved
pkgs/applications/science/medicine/dcmtk/default.nix Outdated Show resolved Hide resolved
description = "DICOM Toolkit";
longDescription = ''
DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard.
It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is too long

Suggested change
It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers.
It includes software for examining, constructing and converting DICOM image files, handling offline media,
sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers.

@iimog
Copy link
Member Author

iimog commented Oct 26, 2019

Thanks @prusnak and @jonringer for your reviews. I agree with all your suggestions. What is the preferred way to incorporate them. Should I make these changes and force push them so it remains a single commit? In this case you will probably not be credited for you suggested changes (or is there a way to do that?).

@prusnak
Copy link
Member

prusnak commented Oct 26, 2019

Yes, amend the commit and force push to branch. No need for credit I'd say

@prusnak
Copy link
Member

prusnak commented Oct 26, 2019

LGTM

Copy link
Member

@rasendubi rasendubi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nitpicks. Otherwise, looks good.

Builds fine on NixOS with sandboxing.

pkgs/applications/science/medicine/dcmtk/default.nix Outdated Show resolved Hide resolved
pkgs/applications/science/medicine/dcmtk/default.nix Outdated Show resolved Hide resolved
@iimog
Copy link
Member Author

iimog commented Oct 26, 2019

@rasendubi thanks for catching that. I just force pushed your suggested changes

@rasendubi
Copy link
Member

@GrahamcOfBorg build dcmtk

@rasendubi rasendubi merged commit 140d402 into NixOS:master Oct 26, 2019
@iimog iimog deleted the dcmtk branch October 26, 2019 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants