pixi workspace platform add#
Adds a platform(s) to the workspace file and updates the lock file
Usage#
Arguments#
-
<PLATFORM|NAME=PLATFORM|__NAME[=VERSION[=BUILD]]>- Platforms to add, optionally followed by raw virtual-package specs
May be provided more than once.
required:true
Options#
-
--cuda <VERSION>- Declare a
__cudavirtual package at the given version, e.g.12.0. Valid on any subdir
-
--cuda-arch <VERSION>- Declare a
__cuda_archvirtual package (GPU compute capability) at the given version, e.g.8.6. Requires--cuda(or an existing__cuda), matching the conda CEP coupling. Serialized ascuda = { driver, arch }
-
--archspec <ARCH>- Declare a
__archspecvirtual package with the given microarchitecture string, e.g.x86-64-v3. Valid on any subdir
-
--glibc <VERSION>- Declare a
__glibcvirtual package at the given version, e.g.2.28. Only valid on linux subdirs
-
--linux <VERSION>- Declare a
__linuxvirtual package at the given kernel version, e.g.5.10. Only valid on linux subdirs
-
--macos <VERSION>- Declare a
__osxvirtual package at the given macOS version, e.g.14.0. Only valid on osx subdirs
aliases: osx
-
--windows <VERSION>- Declare a
__winvirtual package at the given Windows version, e.g.10. Only valid on win subdirs
-
--no-install- Don't update the environment, only add changed packages to the lock file
env:PIXI_NO_INSTALL
-
--feature (-f) <FEATURE>- The name of the feature to add the platform to