Skip to content

10.2.0

Choose a tag to compare

@github-actions github-actions released this 27 May 17:13

These release notes are automatically extracted from the full changelog.

Development

  • nextstrain setup conda and nextstrain update conda now respect an optional NEXTSTRAIN_CONDA_OVERRIDE_SUBDIR environment variable that when set overrides the default behaviour of detecting the best Conda subdir that's usable for the platform.

    This may be used, for example, to force the use of the x86_64 architecture (osx-64 subdir) on macOS hardware that's natively the aarch64 (aka arm64, Apple Silicon, M1/M2/...) architecture (osx-arm64 subdir):

    NEXTSTRAIN_CONDA_OVERRIDE_SUBDIR=osx-64 nextstrain setup conda
    

    The variable must be set for every invocation of nextstrain setup conda or nextstrain update conda, otherwise the default behaviour will apply and the subdir in use by the runtime may be automatically switched. (#437)