Conda
Install oneAPI for AMD GPUs using the Spack packaging tool.
The Codeplay® Conda channel can be used to install a wide variety of software on systems with Conda installed.
Initial Setup
Before you can install our packages via Conda, you must first add a few repositories and signing keys to your platform. To do this, please follow the steps provided below.
Step 1 - Install Conda
Conda comes in a couple of different forms. One of the most popular is miniforge.
Setup MiniforgeStep 2 - Add the conda-forge channel
The second step is to ensure that conda-forge is part of your conda's channels. conda-forge is required for many of the dependencies of the plugins.
conda config --add channels conda-forge
Step 3 - Add Codeplay's channel
You can now add Codeplay's custom conda channel. At some point in the future, we will migrate to conda-forge and you will be able to skip this step.
conda config --add channels https://developer.codeplay.com/conda
Step 4 - Install Packages
You can install any packages that you wish, with the following commands:
conda install oneapi-oneapi
conda install oneapi-oneapi6.3
conda install oneapi-oneapi6.2
conda install oneapi-oneapi6.1
conda install oneapi-oneapi6.0
conda install oneapi-oneapi5.7
conda install oneapi-oneapi5.4