oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

Disappearance of intel conda channel

Jacob_Williams
New Contributor II
374 Views

It seems that the intel conda channel is no longer available?

 

I.e., https://anaconda.org/intel

 

We used to be able to install the intel compiler runtime libs by using the intel channel in a conda environment.yml file like so:

 

channels:
  - conda-forge
  - intel
 
dependencies:
  - intel::fortran_rt=2023.0.0

 

But it's no longer working. Is this channel gone for good? Was there any announcement about that or what the recommended way forward is?

3 Replies
SamTygier
Novice
349 Views
0 Kudos
Jacob_Williams
New Contributor II
233 Views

 

 

For future reference: I originally posted this in the Fortran forum: https://community.intel.com/t5/Intel-Fortran-Compiler/bd-p/fortran-compiler

0 Kudos
Jacob_Williams
New Contributor II
231 Views

Inferring from this link: 

 

[then click installing from package managers, then conda]

 

It appears that Intel is now self-hosting their conda packages at: 

 

 
So, the anaconda/intel channel is no more? It would be nice to get some official word from intel about this. This has broken many workflows seemingly without warning. 

 

 

Reply