Skip to content

Commit

Permalink
Update DCMTK for mac M1 support (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Aug 6, 2023
1 parent a6c745f commit 41e3cb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,10 @@ http_archive(
http_archive(
name = "dcmtk",
build_file = "//third_party:dcmtk.BUILD",
sha256 = "fa8e34b1a5de101df8916eb22eaffd8f7d1b2ff001a88f819fbfbde01fe5af7d",
strip_prefix = "dcmtk-DCMTK-3.6.5-_20210308",
sha256 = "fb1434c421d4cc5d391fe37d05f4a4a4267aab16af9826474a6ef366952a11cc",
strip_prefix = "dcmtk-5fba853b6f7c13b02bed28bd9f7d3f450e4c72bb",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.5+_20210308.tar.gz",
"https://github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.5+_20210308.tar.gz",
"https://github.com/DCMTK/dcmtk/archive/5fba853b6f7c13b02bed28bd9f7d3f450e4c72bb.tar.gz",
],
)

Expand Down Expand Up @@ -387,11 +386,10 @@ http_archive(
http_archive(
name = "fmjpeg2koj",
build_file = "//third_party:fmjpeg2koj.BUILD",
sha256 = "a8563307cb09161633479aff0880368ed57396f6d532facba973cf303d699717",
strip_prefix = "fmjpeg2koj-6de80e15a43a4d1c411109aea388007afee24263",
sha256 = "c5b203ec580cab6fbd92c24712e987e960bda45638d4c2061d0b15d5d520ab42",
strip_prefix = "fmjpeg2koj-1.0.3",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz",
"https://github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz",
"https://github.com/DraconPern/fmjpeg2koj/archive/refs/tags/v1.0.3.tar.gz",
],
)

Expand Down
1 change: 0 additions & 1 deletion third_party/dcmtk.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ genrule(
"#define HAVE_FENV_H 1",
"#define HAVE_ITERATOR_HEADER 1",
"#define HAVE_READDIR_R 1",
"#define HAVE_PROTOTYPE_FEENABLEEXCEPT 1",
"#define HAVE_PROTOTYPE_ACCEPT 1",
"#define HAVE_PROTOTYPE_BIND 1",
"#define HAVE_PROTOTYPE_BZERO 1",
Expand Down

0 comments on commit 41e3cb9

Please sign in to comment.