Skip to content

Commit

Permalink
biosig: revision bump (dcmtk 3.6.9)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 13, 2024
1 parent 919bbfc commit 66ad778
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 66ad778

Please sign in to comment.