Skip to content

Commit

Permalink
[workspace] Remove deprecated code 2024-01 (#20715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Jan 2, 2024
1 parent 4e63635 commit 52415a9
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,154 deletions.
25 changes: 0 additions & 25 deletions tools/workspace/default.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ load("//tools/workspace/conex_internal:repository.bzl", "conex_internal_reposito
load("//tools/workspace/crate_universe:repository.bzl", "crate_universe_repositories") # noqa
load("//tools/workspace/csdp_internal:repository.bzl", "csdp_internal_repository") # noqa
load("//tools/workspace/curl_internal:repository.bzl", "curl_internal_repository") # noqa
load("//tools/workspace/double_conversion:repository.bzl", "double_conversion_repository") # noqa
load("//tools/workspace/doxygen:repository.bzl", "doxygen_repository")
load("//tools/workspace/dm_control_internal:repository.bzl", "dm_control_internal_repository") # noqa
load("//tools/workspace/drake_models:repository.bzl", "drake_models_repository") # noqa
Expand All @@ -31,7 +30,6 @@ load("//tools/workspace/fmt:repository.bzl", "fmt_repository")
load("//tools/workspace/gflags:repository.bzl", "gflags_repository")
load("//tools/workspace/gfortran:repository.bzl", "gfortran_repository")
load("//tools/workspace/github3_py_internal:repository.bzl", "github3_py_internal_repository") # noqa
load("//tools/workspace/glew:repository.bzl", "glew_repository")
load("//tools/workspace/glib:repository.bzl", "glib_repository")
load("//tools/workspace/glx:repository.bzl", "glx_repository")
load("//tools/workspace/googlebenchmark:repository.bzl", "googlebenchmark_repository") # noqa
Expand All @@ -50,8 +48,6 @@ load("//tools/workspace/libblas:repository.bzl", "libblas_repository")
load("//tools/workspace/libjpeg:repository.bzl", "libjpeg_repository")
load("//tools/workspace/libjpeg_turbo_internal:repository.bzl", "libjpeg_turbo_internal_repository") # noqa
load("//tools/workspace/liblapack:repository.bzl", "liblapack_repository")
load("//tools/workspace/liblz4:repository.bzl", "liblz4_repository")
load("//tools/workspace/liblzma:repository.bzl", "liblzma_repository")
load("//tools/workspace/libpfm:repository.bzl", "libpfm_repository")
load("//tools/workspace/libpng:repository.bzl", "libpng_repository")
load("//tools/workspace/libpng_internal:repository.bzl", "libpng_internal_repository") # noqa
Expand Down Expand Up @@ -105,7 +101,6 @@ load("//tools/workspace/uritemplate_py_internal:repository.bzl", "uritemplate_py
load("//tools/workspace/usockets_internal:repository.bzl", "usockets_internal_repository") # noqa
load("//tools/workspace/uwebsockets_internal:repository.bzl", "uwebsockets_internal_repository") # noqa
load("//tools/workspace/voxelized_geometry_tools:repository.bzl", "voxelized_geometry_tools_repository") # noqa
load("//tools/workspace/vtk:repository.bzl", "vtk_repository")
load("//tools/workspace/vtk_internal:repository.bzl", "vtk_internal_repository") # noqa
load("//tools/workspace/x11:repository.bzl", "x11_repository")
load("//tools/workspace/xmlrunner_py:repository.bzl", "xmlrunner_py_repository") # noqa
Expand Down Expand Up @@ -160,10 +155,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
csdp_internal_repository(name = "csdp_internal", mirrors = mirrors)
if "curl_internal" not in excludes:
curl_internal_repository(name = "curl_internal", mirrors = mirrors)
if "double_conversion" not in excludes:
# The @double_conversion external is deprecated in Drake's WORKSPACE
# and will be removed on or after 2024-01-01.
double_conversion_repository(name = "double_conversion")
if "doxygen" not in excludes:
doxygen_repository(name = "doxygen", mirrors = mirrors)
if "dm_control_internal" not in excludes:
Expand Down Expand Up @@ -192,10 +183,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
gfortran_repository(name = "gfortran")
if "github3_py_internal" not in excludes:
github3_py_internal_repository(name = "github3_py_internal", mirrors = mirrors) # noqa
if "glew" not in excludes:
# The @glew external is deprecated in Drake's WORKSPACE and will be
# removed on or after 2024-01-01.
glew_repository(name = "glew")
if "glib" not in excludes:
glib_repository(name = "glib")
if "glx" not in excludes:
Expand Down Expand Up @@ -234,14 +221,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
libjpeg_turbo_internal_repository(name = "libjpeg_turbo_internal", mirrors = mirrors) # noqa
if "liblapack" not in excludes:
liblapack_repository(name = "liblapack")
if "liblz4" not in excludes:
# The @liblz4 external is deprecated in Drake's WORKSPACE and will be
# removed on or after 2024-01-01.
liblz4_repository(name = "liblz4")
if "liblzma" not in excludes:
# The @liblzma external is deprecated in Drake's WORKSPACE and will be
# removed on or after 2024-01-01.
liblzma_repository(name = "liblzma")
if "libpfm" not in excludes:
libpfm_repository(name = "libpfm")
if "libpng" not in excludes:
Expand Down Expand Up @@ -352,10 +331,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
uwebsockets_internal_repository(name = "uwebsockets_internal", mirrors = mirrors) # noqa
if "voxelized_geometry_tools" not in excludes:
voxelized_geometry_tools_repository(name = "voxelized_geometry_tools", mirrors = mirrors) # noqa
if "vtk" not in excludes:
# The @vtk external is deprecated in Drake's WORKSPACE and will be
# removed on or after 2024-01-01.
vtk_repository(name = "vtk", mirrors = mirrors)
if "vtk_internal" not in excludes:
vtk_internal_repository(name = "vtk_internal", mirrors = mirrors)
if "x11" not in excludes:
Expand Down
6 changes: 0 additions & 6 deletions tools/workspace/double_conversion/BUILD.bazel

This file was deleted.

19 changes: 0 additions & 19 deletions tools/workspace/double_conversion/package.BUILD.bazel

This file was deleted.

51 changes: 0 additions & 51 deletions tools/workspace/double_conversion/repository.bzl

This file was deleted.

6 changes: 0 additions & 6 deletions tools/workspace/glew/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions tools/workspace/glew/repository.bzl

This file was deleted.

6 changes: 0 additions & 6 deletions tools/workspace/liblz4/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions tools/workspace/liblz4/repository.bzl

This file was deleted.

6 changes: 0 additions & 6 deletions tools/workspace/liblzma/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions tools/workspace/liblzma/repository.bzl

This file was deleted.

5 changes: 0 additions & 5 deletions tools/workspace/mirrors.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ DEFAULT_MIRRORS = {
# N.B. ibiblio doesn't offer https.
"http://maven.ibiblio.org/maven2/{fulljar}",
],
# On 2024-01-01 upon completion of @vtk deprecation, remove this stanza.
"vtk": [
"https://drake-packages.csail.mit.edu/vtk/{archive}",
"https://s3.amazonaws.com/drake-packages/vtk/{archive}",
],
}
6 changes: 0 additions & 6 deletions tools/workspace/vtk/BUILD.bazel

This file was deleted.

0 comments on commit 52415a9

Please sign in to comment.