You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
The clangxx package provides an unversioned symlink from clang++ to clang. However, it doesn't provide a versioned symlink, for example from clang++-13 to clang-13.
Installed packages
$ ls -la miniconda3/pkgs/clangxx-13.0.1-default_ha53f305_0/bin/
total 8
drwxrwsr-x 2 antoine antoine 4096 mars 10 15:01 .
drwxrwsr-x 4 antoine antoine 4096 mars 10 15:01 ..
lrwxrwxrwx 1 antoine antoine 8 févr. 6 01:04 -clang++ -> clang-13
lrwxrwxrwx 1 antoine antoine 8 févr. 6 01:04 clang++ -> clang-13
Environment info
active environment : pyarrow
active env location : /home/antoine/miniconda3/envs/pyarrow
shell level : 1
user config file : /home/antoine/.condarc
populated config files : /home/antoine/.condarc
conda version : 4.11.0
conda-build version : 3.21.7
python version : 3.7.12.final.0
virtual packages : __cuda=11.4=0
__linux=5.4.0=0
__glibc=2.31=0
__unix=0=0
__archspec=1=x86_64
base environment : /home/antoine/miniconda3 (writable)
conda av data dir : /home/antoine/miniconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /home/antoine/miniconda3/pkgs
/home/antoine/.conda/pkgs
envs directories : /home/antoine/miniconda3/envs
/home/antoine/.conda/envs
platform : linux-64
user-agent : conda/4.11.0 requests/2.27.1 CPython/3.7.12 Linux/5.4.0-104-generic ubuntu/20.04.4 glibc/2.31
UID:GID : 1000:1000
netrc file : None
offline mode : False
The text was updated successfully, but these errors were encountered:
Solution to issue cannot be found in the documentation.
Issue
The
clangxx
package provides an unversioned symlink fromclang++
toclang
. However, it doesn't provide a versioned symlink, for example fromclang++-13
toclang-13
.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: