Conda Channel
The Codeplay® Conda channel can be used to install a wide variety of software on systems with Conda installed.
Supported Packages
We currently support the following packages that can be installed via Conda:
- oneapi-amd5.4.3
- oneapi-amd5.7.1
- oneapi-amd6.0.2
- oneapi-amd6.1.0
- oneapi-nvidia12.0
Setup
You only need to perform the below setup steps ONCE.
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 Please visit miniforge for instructions on how to install Conda. Step 2) Add the conda-forge channelconda config --add channels conda-forge
Step 3) Add Codeplay's channel:
conda config --add channels https://developer.codeplay.com/conda
Install Packages
You can now install packages using the below command:
conda install oneapi-amd5.4.3
Please click here to view our currently supported Conda packages.
Support
If you require any support, please click here to get in contact with our team.