Derek Ryan Strong
Derek Ryan Strong
I'm not sure about default or not. In Atom, for example, soft wrap is not on by default. Additionally, like in Atom, there could also be an option to define...
@aiPenguin Try modifying this line in your local ffmpeg package.py so that it restricts the avresample variant to the older versions: https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/ffmpeg/package.py#L83 ``` variant("avresample", default=False, when="@0.11:4.4", description="AV reasmpling component") ```
I think the issue is that the Spack hdf5 package switched to a CMake build which does not currently include a `h5cc -showconfig` option, so the configure script for this...
I have also encountered this issue. If the task is not to remove a user from the allowed list, but simply to edit the metadata, then the list could also...