Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake package does not install a cmake3 executable/link to cmake #226

Open
1 task done
Thibaulltt opened this issue Nov 19, 2024 · 0 comments
Open
1 task done

cmake package does not install a cmake3 executable/link to cmake #226

Thibaulltt opened this issue Nov 19, 2024 · 0 comments
Labels

Comments

@Thibaulltt
Copy link

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

On most Linux distros, newer versions of CMake have two ways of being invoked: through cmake and cmake3 (symbolic link to cmake). This CMake recipe does not provide this link, and thus tools like scikit-build-core find the system CMake instead of the one provided by conda (because of this line).

Note: I use Micromamba in the scripts below, but the same happens on Anaconda.

Installed packages

Name                      Version       Build                  Channel
──────────────────────────────────────────────────────────────────────────────
  _libgcc_mutex             0.1           conda_forge            conda-forge
  _openmp_mutex             4.5           2_gnu                  conda-forge
  binutils_impl_linux-64    2.43          h4bf12b8_2             conda-forge
  bzip2                     1.0.8         h4bc722e_7             conda-forge
  c-ares                    1.34.2        heb4867d_0             conda-forge
  ca-certificates           2024.8.30     hbcca054_0             conda-forge
  clang                     19.1.3        default_h9e3a008_0     conda-forge
  clang-19                  19.1.3        default_hb5137d0_0     conda-forge
  clangxx                   19.1.3        default_ha78316a_0     conda-forge
  cmake                     3.30.5        hf9cb763_0             conda-forge
  eigen                     3.4.0         h00ab1b0_0             conda-forge
  fmt                       11.0.2        h434a139_0             conda-forge
  gcc                       14.2.0        h96c4ede_1             conda-forge
  gcc_impl_linux-64         14.2.0        h6b349bd_1             conda-forge
  gdb                       15.1          py311h61f6479_1        conda-forge
  gmp                       6.3.0         hac33072_2             conda-forge
  gxx                       14.2.0        h96c4ede_1             conda-forge
  gxx_impl_linux-64         14.2.0        h2c03514_1             conda-forge
  kernel-headers_linux-64   3.10.0        he073ed8_18            conda-forge
  keyutils                  1.6.1         h166bdaf_0             conda-forge
  krb5                      1.21.3        h659f571_0             conda-forge
  ld_impl_linux-64          2.43          h712a8e2_2             conda-forge
  libclang-cpp19.1          19.1.3        default_hb5137d0_0     conda-forge
  libcurl                   8.11.0        hbbe4b11_0             conda-forge
  libcxx                    19.1.3        hb37ccd0_0             conda-forge
  libcxx-devel              19.1.3        h795c0f7_0             conda-forge
  libcxxabi                 19.1.3        h108a707_0             conda-forge
  libedit                   3.1.20191231  he28a2e2_2             conda-forge
  libev                     4.33          hd590300_2             conda-forge
  libexpat                  2.6.3         h5888daf_0             conda-forge
  libffi                    3.4.2         h7f98852_5             conda-forge
  libgcc                    14.2.0        h77fa898_1             conda-forge
  libgcc-devel_linux-64     14.2.0        h41c2201_101           conda-forge
  libgcc-ng                 14.2.0        h69a702a_1             conda-forge
  libgfortran               14.2.0        h69a702a_1             conda-forge
  libgfortran5              14.2.0        hd5240d6_1             conda-forge
  libgomp                   14.2.0        h77fa898_1             conda-forge
  libhwloc                  2.11.2        default_he43201b_1000  conda-forge
  libiconv                  1.17          hd590300_2             conda-forge
  libllvm19                 19.1.3        ha7bfdaf_0             conda-forge
  libnghttp2                1.64.0        h161d5f1_0             conda-forge
  libnsl                    2.0.1         hd590300_0             conda-forge
  libsanitizer              14.2.0        h2a3dede_1             conda-forge
  libsqlite                 3.47.0        hadc24fc_1             conda-forge
  libssh2                   1.11.0        h0841786_0             conda-forge
  libstdcxx                 14.2.0        hc0a3c3a_1             conda-forge
  libstdcxx-devel_linux-64  14.2.0        h41c2201_101           conda-forge
  libstdcxx-ng              14.2.0        h4852527_1             conda-forge
  libuuid                   2.38.1        h0b41bf4_0             conda-forge
  libuv                     1.49.2        hb9d3cd8_0             conda-forge
  libxcb                    1.17.0        h8a09558_0             conda-forge
  libxcrypt                 4.4.36        hd590300_1             conda-forge
  libxml2                   2.13.4        h064dc61_2             conda-forge
  libzlib                   1.3.1         hb9d3cd8_2             conda-forge
  llvm                      19.1.3        h1c4df35_0             conda-forge
  llvm-openmp               19.1.3        h024ca30_0             conda-forge
  mimalloc                  2.1.7         hac33072_0             conda-forge
  mold                      2.34.1        hc93959d_0             conda-forge
  mpfr                      4.2.1         h90cbb55_3             conda-forge
  ncurses                   6.5           he02047a_1             conda-forge
  ninja                     1.12.1        h297d8ca_0             conda-forge
  openssl                   3.3.2         hb9d3cd8_0             conda-forge
  pip                       24.3.1        pyh8b19718_0           conda-forge
  pthread-stubs             0.4           hb9d3cd8_1002          conda-forge
  pybind11                  2.13.6        pyh1ec8472_2           conda-forge
  pybind11-global           2.13.6        pyh415d2e4_2           conda-forge
  pygments                  2.18.0        pyhd8ed1ab_0           conda-forge
  python                    3.11.10       hc5c86c4_3_cpython     conda-forge
  python_abi                3.11          5_cp311                conda-forge
  readline                  8.2           h8228510_1             conda-forge
  rhash                     1.4.5         hb9d3cd8_0             conda-forge
  setuptools                75.3.0        pyhd8ed1ab_0           conda-forge
  six                       1.16.0        pyh6c4a22f_0           conda-forge
  sysroot_linux-64          2.17          h4a8ded7_18            conda-forge
  tbb                       2022.0.0      hceb3a55_0             conda-forge
  tk                        8.6.13        noxft_h4845f30_101     conda-forge
  tzdata                    2024b         hc8b5060_0             conda-forge
  uv                        0.4.30        h0f3a69f_0             conda-forge
  wheel                     0.44.0        pyhd8ed1ab_0           conda-forge
  xorg-libx11               1.8.10        h4f16b4b_0             conda-forge
  xorg-libxau               1.0.11        hb9d3cd8_1             conda-forge
  xorg-libxdmcp             1.1.5         hb9d3cd8_0             conda-forge
  xorg-xorgproto            2024.1        hb9d3cd8_1             conda-forge
  xz                        5.2.6         h166bdaf_0             conda-forge
  zlib                      1.3.1         hb9d3cd8_2             conda-forge
  zstd                      1.5.6         ha6fb4c9_0             conda-forge

Environment info

libmamba version : 1.5.9
     micromamba version : 1.5.9
           curl version : libcurl/8.9.1 OpenSSL/3.3.2 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.0 nghttp2/1.58.0
     libarchive version : libarchive 3.7.4 zlib/1.2.13 bz2lib/1.0.8 libzstd/1.5.6
       envs directories : $HOME/.local/micromamba/envs
          package cache : $HOME/.local/micromamba/pkgs
                          $HOME/.mamba/pkgs
            environment : varpy (active)
           env location : $HOME/.local/micromamba/envs/varpy
      user config files : $HOME/.mambarc
 populated config files :
       virtual packages : __unix=0=0
                          __linux=6.11.6=0
                          __glibc=2.39=0
                          __archspec=1=x86_64-v3
                          __cuda=12.6=0
               channels :
       base environment : $HOME/.local/micromamba
               platform : linux-64
@Thibaulltt Thibaulltt added the bug label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant