Skip to content

Commit ab21471

Browse files
1 parent f53f835 commit ab21471

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

stable.html

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -270,46 +270,21 @@ <h2 id="build-system">Build system</h2>
270270
<p>For Drake’s dependencies:</p>
271271

272272
<ul>
273-
<li>When using Bazel to depend on Drake as a Bazel Module (i.e., using bzlmod):
274-
<ul>
275-
<li>The extension module
273+
<li>The extension module
276274
<code class="language-plaintext highlighter-rouge">use_extension("@drake//tools/workspace:default.bzl", "drake_dep_repositories")</code>
277275
is part of the Stable API, including the names of the repositories it offers
278276
as extensions (e.g., <code class="language-plaintext highlighter-rouge">"eigen"</code>).
279-
<ul>
280-
<li>For any repository provided by the extension, we will deprecate
281-
it prior to removing it.</li>
282-
</ul>
283-
</li>
284-
</ul>
285-
</li>
286-
<li>When using Bazel to depend on Drake via <code class="language-plaintext highlighter-rouge">WORKSPACE.bazel</code> (i.e., without
287-
bzlmod):
288277
<ul>
289-
<li>WARNING: Using Drake as a WORKSPACE style external is deprecated and will
290-
be removed from Drake on or after 2025-09-01. Please switch to MODULE style
291-
externals (i.e., Bzlmod) instead; for an example, see
292-
<a href="https://github.com/RobotLocomotion/drake-external-examples/tree/main/drake_bazel_external">drake_bazel_external</a>.</li>
293-
<li>The <code class="language-plaintext highlighter-rouge">add_default_...</code> macros defined in
294-
<code class="language-plaintext highlighter-rouge">@drake//tools/workspace:default.bzl</code> are all part of the Stable API.
295-
<ul>
296-
<li>For any Bazel external loaded by these functions (e.g., <code class="language-plaintext highlighter-rouge">"@eigen"</code>), we
297-
will deprecate it prior to removing our definition of the dependency.
298-
<ul>
299-
<li>Excluding any items documented as “internal use only”.</li>
300-
<li>Excluding any items documented with an “experimental” warning.</li>
301-
</ul>
302-
</li>
303-
</ul>
304-
</li>
278+
<li>For any repository provided by the extension, we will deprecate it prior to
279+
removing it.</li>
305280
</ul>
306281
</li>
307282
</ul>
308283

309284
<p>We may upgrade any of our dependencies to a newer version without prior notice.
310285
If you require an older version, you will need to rebuild Drake from source and
311-
customize your own <code class="language-plaintext highlighter-rouge">WORKSPACE.bazel</code> or <code class="language-plaintext highlighter-rouge">MODULE.bazel</code> file to refer to the
312-
older version of the dependency.</p>
286+
customize your own <code class="language-plaintext highlighter-rouge">MODULE.bazel</code> file to refer to the older version of the
287+
dependency.</p>
313288

314289
<p>We may add new dependencies without prior notice. All of our dependencies will
315290
either be installed via the host system via our <code class="language-plaintext highlighter-rouge">install_prereqs</code> scripts,

0 commit comments

Comments
 (0)