Stephen McDowell

Results 59 issues of Stephen McDowell

Bazel [gives a warning but allows the user to proceed](https://drakedevelopers.slack.com/archives/C01CSPX85N3/p1664309857406309?thread_ts=1664236215.495399&cid=C01CSPX85N3), CMake should too.

component: build system

Closes #16502. Work in progress - [ ] Linux builds are currently running, artifact inspection will be required. - [ ] Mac and dependencies via brew need further investigation. -...

status: do not merge
status: do not review

External dependencies for the VTK builds need to be inspected. From https://github.com/RobotLocomotion/drake/issues/16502#issuecomment-1254102689 Confirmation that these are included in the drake setup scripts for macOS is the primary concern since we...

component: build system

**Describe the bug** The hdf5 library code installed had `#include` statments looking for MPI that could not be found. Redirected CC @jhendersonHDF if interested. https://github.com/hpc-io/vfd-gds/issues/8#issuecomment-1284521787 If I compile `hdf5 +mpi`...

bug

Exhale now requires: - Python 3.8+ - Sphinx>=4 - Breathe>=4.33.1 See #191 for more information. - Fixes #191. - Fixes #202. - Closes #200.

- Undo the hacks you needed to bypass whatever release of breathe you had to workaround whenever it was (just depend on `breathe>=???`). - Legacy debt: excluding python / sphinx...

See discussion in #175. Windows users struggle. ``` exhale/testing/projects/cpp_long_names/docs_CPPLongNames_test_file_hierarchy/_doxygen/xml/classclass__that__is__longer__than__two__hundred__and__fifty__five__characters__long__which__is_b3ede03b695ca987c2d4a4e7f05f30e3.xml ``` - Filename itself is 132 characters coming from doxygen - Exhale path itself is 222 characters. Might be able to...

Relates: #14509, https://github.com/RobotLocomotion/drake/issues/17736#issuecomment-1285644779 With the availability of staging-packaging jobs for releases we can populate `VERSION.TXT` with `$ENV{DRAKE_VERSION}` (rather than / in addition to) the date / sha. Additional considerations: -...

component: distribution
type: feature request

Relates: #19057 This ticket is tracking removing mac x86 via vSphere from jenkins. The changes are ready in https://github.com/RobotLocomotion/drake-jenkins-jobs/pull/124 , more information there. - Expectation is to do this sometime...

component: continuous integration

Outcropping of https://github.com/RobotLocomotion/drake-external-examples/pull/285 (python 3.12 update) so as not to block that issue. There are a number of warnings about deprecated CMake behaviours we are relying on. > The objective...

component: distribution