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 3.6.9 #200836

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Formula/b/biosig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Biosig < Formula
url "https://downloads.sourceforge.net/project/biosig/BioSig%20for%20C_C%2B%2B/src/biosig-2.6.1.src.tar.xz"
sha256 "558ee17cd7b4aa1547e98e52bb85cccccb7f7a81600f9bef3a50cd5b34d0729e"
license "GPL-3.0-or-later"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -32,6 +33,8 @@ class Biosig < Formula
patch :DATA

def install
ENV.append "CXX", "-std=gnu++17"

# Fix compile with newer Clang
ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403

Expand Down
4 changes: 2 additions & 2 deletions Formula/d/dcmtk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dcmtk < Formula

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)

Check notice on line 1 in Formula/d/dcmtk.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for dcmtk built at c56459701ca (Merge 18692e07bf532db15efbc152d775cc5d4bc41fdc into 1b6bf43b99b9b5ff0204305ded41aba572a4bada, 2024-12-11)
desc "OFFIS DICOM toolkit command-line utilities"
homepage "https://dicom.offis.de/dcmtk.php.en"
url "https://dicom.offis.de/download/dcmtk/dcmtk368/dcmtk-3.6.8.tar.gz"
sha256 "232076655503138debf2f624109f1799e539354f186ce4e04b27cf82a9d8720f"
url "https://dicom.offis.de/download/dcmtk/dcmtk369/dcmtk-3.6.9.tar.gz"
sha256 "b93ff5561244916a6e1e7e3ecccf2e26e6932c4edb5961268401cea7d4ab9c16"
license "BSD-3-Clause"
head "https://git.dcmtk.org/dcmtk.git", branch: "master"

Expand Down
Loading