Skip to content

Commit

Permalink
Update DCMTK for mac M1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Aug 4, 2023
1 parent 59e8d21 commit cda96d2
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 = "17705dcdb2047d1266bb4e92dbf4aa6d4967819e8e3e94f39b7df697661b4860",
strip_prefix = "dcmtk-DCMTK-3.6.7",
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/refs/tags/DCMTK-3.6.7.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 cda96d2

Please sign in to comment.