John W. Parent

Results 65 comments of John W. Parent

@scheibelp It looks like the pip errors have been resolved. The bootstrapping tests seem unrelated at first glace but if the refactor is causing things to be extracted improperly that...

> Unit tests for Python 2.7 are failing on: > > ``` > def decomp_in_memory(cls, stream): > if is_bz2_supported(): > return io.BytesIO( > initial_bytes=bz2.BZ2Decompressor().decompress( > > stream.read(), max_length=TarFileType.offset() + TarFileType.header_size()...

Ok, thanks @alalazo if this is breaking things I have a good idea of what's going wrong. Fixing the "returns 0" issue should also be pretty straightforward.

Closing this as `require_url_format` is no longer in the codebase as of #34452

This PR: https://github.com/Homebrew/homebrew-core/pull/154418 vendors a NON HPC mumps because brew doesn't allow options in core. I've got another set of changes that introduce a MUMPS more useful for HPC purposes...

> > ... the only features Drake needs are the same baseline as Ipopt had. > > I can actually clarify this further. The _most_ features we need would be...

> before I start doing test builds in Drake. If you'd like I can try some minimal build just to verify the binaries produced have all the symbols you folks...

Pushed some updates today. Mumps is building fine, just working out some unexpected linker behavior that differs from Linux to MacOS. @svenevs get me setup on the Mac machines so...

@svenevs FWIW the machine you setup for me has the PR Mumps + ipopt installed already