Todd Gamblin

Results 49 comments of Todd Gamblin

Can others verify that: 1. It works for them on M1 with Monterey and CommandLineTools? 2. It works with full Xcode?

@adamjstewart: there was a pretty long discussion about this on Slack a while back but unfortunately it was eaten. We have a lot of requests for: - The ability to...

It's not the error from https://github.com/spack/spack/pull/32024; it's the second issue described in https://github.com/spack/spack/pull/31912#issuecomment-1214250873 -- incorrectly setting `PYTHONHOME`

@alalazo if this was passing everything but docs, we should just merge it and not do another pipeline.

The error here is present on `develop` and has nothing to do with this PR. It should be fixed by #32186.

@scheibelp: > I still don't fully understand some of the logic around minimization (e.g. why do most of the minimization criteria have a build_priority - what is that?) See the...

@trws you probably want to take a look at this. @fzakaria: FYI

@haampie: is this going to break on Alpine Linux or other `musl`-based distros? Specifically, is it going to result in duplicate versions of librarie that are `dlopen`'d? See this issue...

> The upshot is that it deduplicates libraries loaded by path by inode rather than by soname, but if the library is loaded by soname after by path and loads...