Skip to content

Commit

Permalink
[workspace] Remove deprecated @JSON and @nlopt externals (RobotLocomo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored and xuchenhan-tri committed Feb 2, 2023
1 parent 912cdae commit 112b4d7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 142 deletions.
8 changes: 0 additions & 8 deletions tools/workspace/default.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ load("@drake//tools/workspace/gz_utils_internal:repository.bzl", "gz_utils_inter
load("@drake//tools/workspace/ibex:repository.bzl", "ibex_repository")
load("@drake//tools/workspace/intel_realsense_ros_internal:repository.bzl", "intel_realsense_ros_internal_repository") # noqa
load("@drake//tools/workspace/ipopt:repository.bzl", "ipopt_repository")
load("@drake//tools/workspace/json:repository.bzl", "json_repository")
load("@drake//tools/workspace/lapack:repository.bzl", "lapack_repository")
load("@drake//tools/workspace/lcm:repository.bzl", "lcm_repository")
load("@drake//tools/workspace/libblas:repository.bzl", "libblas_repository")
Expand All @@ -60,7 +59,6 @@ load("@drake//tools/workspace/mypy_extensions_internal:repository.bzl", "mypy_ex
load("@drake//tools/workspace/mypy_internal:repository.bzl", "mypy_internal_repository") # noqa
load("@drake//tools/workspace/nanoflann_internal:repository.bzl", "nanoflann_internal_repository") # noqa
load("@drake//tools/workspace/net_sf_jchart2d:repository.bzl", "net_sf_jchart2d_repository") # noqa
load("@drake//tools/workspace/nlopt:repository.bzl", "nlopt_repository")
load("@drake//tools/workspace/nlopt_internal:repository.bzl", "nlopt_internal_repository") # noqa
load("@drake//tools/workspace/openblas:repository.bzl", "openblas_repository")
load("@drake//tools/workspace/opencl:repository.bzl", "opencl_repository")
Expand Down Expand Up @@ -200,8 +198,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
intel_realsense_ros_internal_repository(name = "intel_realsense_ros_internal", mirrors = mirrors) # noqa
if "ipopt" not in excludes:
ipopt_repository(name = "ipopt")
if "json" not in excludes:
json_repository(name = "json", mirrors = mirrors)
if "lapack" not in excludes:
lapack_repository(name = "lapack")
if "lcm" not in excludes:
Expand Down Expand Up @@ -238,10 +234,6 @@ def add_default_repositories(excludes = [], mirrors = DEFAULT_MIRRORS):
nanoflann_internal_repository(name = "nanoflann_internal", mirrors = mirrors) # noqa
if "net_sf_jchart2d" not in excludes:
net_sf_jchart2d_repository(name = "net_sf_jchart2d", mirrors = mirrors)
if "nlopt" not in excludes:
# The @nlopt external is being removed from Drake on 2020-09-01.
# TODO(jwnimmer-tri) When removing @nlopt, also update install_prereqs.
nlopt_repository(name = "nlopt")
if "nlopt_internal" not in excludes:
nlopt_internal_repository(name = "nlopt_internal", mirrors = mirrors)
if "openblas" not in excludes:
Expand Down
5 changes: 0 additions & 5 deletions tools/workspace/json/BUILD.bazel

This file was deleted.

20 changes: 0 additions & 20 deletions tools/workspace/json/package.BUILD.bazel

This file was deleted.

15 changes: 0 additions & 15 deletions tools/workspace/json/repository.bzl

This file was deleted.

8 changes: 0 additions & 8 deletions tools/workspace/nlopt/BUILD.bazel

This file was deleted.

25 changes: 0 additions & 25 deletions tools/workspace/nlopt/package-macos.BUILD.bazel

This file was deleted.

19 changes: 0 additions & 19 deletions tools/workspace/nlopt/package-ubuntu-20.04.BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion tools/workspace/nlopt/package-ubuntu-22.04.BUILD.bazel

This file was deleted.

41 changes: 0 additions & 41 deletions tools/workspace/nlopt/repository.bzl

This file was deleted.

0 comments on commit 112b4d7

Please sign in to comment.