conda-forge / cuda-nvcc-feedstock

A conda-smithy repository for cuda-nvcc.
BSD 3-Clause "New" or "Revised" License
1 stars 11 forks source link

Activation script does not reset NVCC_PREPEND_FLAGS #45

Open manopapad opened 4 months ago

manopapad commented 4 months ago

Solution to issue cannot be found in the documentation.

Issue

Credit to @aschaffer for discovering this

See https://github.com/conda-forge/cuda-nvcc-feedstock/blob/main/recipe/activate.sh#L37-L41

    if [[ ! -z "${NVCC_PREPEND_FLAGS+x}" ]]
    then
        export NVCC_PREPEND_FLAGS_BACKUP="${NVCC_PREPEND_FLAGS}"
    fi
    NVCC_PREPEND_FLAGS="${NVCC_PREPEND_FLAGS} -ccbin=${CXX}"

It should be

    if [[ ! -z "${NVCC_PREPEND_FLAGS+x}" ]]
    then
        export NVCC_PREPEND_FLAGS_BACKUP="${NVCC_PREPEND_FLAGS}"
    fi
    NVCC_PREPEND_FLAGS="-ccbin=${CXX}"

Otherwise when you move between environments with the cuda-nvcc package (including re-activating the same environment), these flags are accumulated:

(base) iblis:~> conda list nvcc
# packages in environment at /home/mpapadakis/mambaforge:
#
# Name                    Version                   Build  Channel
(base) iblis:~> echo $NVCC_PREPEND_FLAGS

(base) iblis:~> echo $NVCC_PREPEND_FLAGS_BACKUP

(base) iblis:~> conda activate ~/b/env
(b/env) iblis:~> conda list nvcc
# packages in environment at /home/mpapadakis/b/env:
#
# Name                    Version                   Build  Channel
cuda-nvcc                 12.4.131             hcdd1206_0    conda-forge
cuda-nvcc-dev_linux-64    12.4.131             ha770c72_0    conda-forge
cuda-nvcc-impl            12.4.131             hd3aeb46_0    conda-forge
cuda-nvcc-tools           12.4.131             hd3aeb46_0    conda-forge
cuda-nvcc_linux-64        12.4.131             h8a487aa_0    conda-forge
(b/env) iblis:~> echo $NVCC_PREPEND_FLAGS
-ccbin=/home/mpapadakis/b/env/bin/x86_64-conda-linux-gnu-c++
(b/env) iblis:~> echo $NVCC_PREPEND_FLAGS_BACKUP

(b/env) iblis:~> conda activate ~/b/env
(b/env) iblis:~> echo $NVCC_PREPEND_FLAGS
-ccbin=/home/mpapadakis/b/env/bin/x86_64-conda-linux-gnu-c++ -ccbin=/home/mpapadakis/b/env/bin/x86_64-conda-linux-gnu-c++
(b/env) iblis:~> echo $NVCC_PREPEND_FLAGS_BACKUP
-ccbin=/home/mpapadakis/b/env/bin/x86_64-conda-linux-gnu-c++

Installed packages

(b/env) iblis:~> conda list
# packages in environment at /home/mpapadakis/b/env:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                  2_kmp_llvm    conda-forge
_sysroot_linux-64_curr_repodata_hack 3                   h69a702a_14    conda-forge
accessible-pygments       0.0.4              pyhd8ed1ab_0    conda-forge
alabaster                 0.7.16             pyhd8ed1ab_0    conda-forge
alsa-lib                  1.2.11               hd590300_1    conda-forge
aom                       3.8.2                h59595ed_0    conda-forge
asciitree                 0.3.3                      py_2    conda-forge
asttokens                 2.4.1              pyhd8ed1ab_0    conda-forge
attrs                     23.2.0             pyh71513ae_0    conda-forge
babel                     2.14.0             pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
binutils                  2.40                 h4852527_0    conda-forge
binutils_impl_linux-64    2.40                 ha885e6a_0    conda-forge
binutils_linux-64         2.40                 hdade7a5_3    conda-forge
bleach                    6.1.0              pyhd8ed1ab_0    conda-forge
blosc                     1.21.5               hc2324a3_1    conda-forge
breathe                   4.35.0             pyhd8ed1ab_1    conda-forge
brotli                    1.1.0                hd590300_1    conda-forge
brotli-bin                1.1.0                hd590300_1    conda-forge
brotli-python             1.1.0           py310hc6cd4ac_1    conda-forge
brunsli                   0.1                  h9c3ff4c_0    conda-forge
bzip2                     1.0.8                hd590300_5    conda-forge
c-ares                    1.28.1               hd590300_0    conda-forge
c-blosc2                  2.14.4               hb4ffafa_1    conda-forge
c-compiler                1.7.0                hd590300_0    conda-forge
ca-certificates           2024.6.2             hbcca054_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cccl                      2.3.1                h6103f9b_0    conda-forge
certifi                   2024.2.2           pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py310h2fee648_0    conda-forge
cfgv                      3.3.1              pyhd8ed1ab_0    conda-forge
charls                    2.4.2                h59595ed_0    conda-forge
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
clang                     18.1.3          default_h90ac42e_0    conda-forge
clang-18                  18.1.3          default_h127d8a8_0    conda-forge
clang-format              18.1.3          default_h127d8a8_0    conda-forge
clang-format-18           18.1.3          default_h127d8a8_0    conda-forge
clang-tools               18.1.3          default_h127d8a8_0    conda-forge
cmake                     3.29.2               hcfe8598_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
coverage                  7.5.0           py310hc51659f_0    conda-forge
cuda-cccl                 12.4.127             ha770c72_1    conda-forge
cuda-cccl_linux-64        12.4.127             ha770c72_1    conda-forge
cuda-command-line-tools   12.4.1               ha770c72_1    conda-forge
cuda-compiler             12.4.1               hbad6d8a_0    conda-forge
cuda-crt-dev_linux-64     12.4.131             ha770c72_0    conda-forge
cuda-crt-tools            12.4.131             ha770c72_0    conda-forge
cuda-cudart               12.4.127             hd3aeb46_0    conda-forge
cuda-cudart-dev           12.4.127             hd3aeb46_0    conda-forge
cuda-cudart-dev_linux-64  12.4.127             h59595ed_0    conda-forge
cuda-cudart-static        12.4.127             hd3aeb46_0    conda-forge
cuda-cudart-static_linux-64 12.4.127             h59595ed_0    conda-forge
cuda-cudart_linux-64      12.4.127             h59595ed_0    conda-forge
cuda-cuobjdump            12.4.127             h59595ed_1    conda-forge
cuda-cupti                12.4.127             h59595ed_1    conda-forge
cuda-cupti-dev            12.4.127             h59595ed_1    conda-forge
cuda-cuxxfilt             12.4.127             h59595ed_1    conda-forge
cuda-driver-dev           12.4.127             hd3aeb46_0    conda-forge
cuda-driver-dev_linux-64  12.4.127             h59595ed_0    conda-forge
cuda-gdb                  12.4.127             hd47b8d6_1    conda-forge
cuda-libraries            12.4.1               ha770c72_1    conda-forge
cuda-libraries-dev        12.4.1               ha770c72_1    conda-forge
cuda-nsight               12.4.127             ha770c72_1    conda-forge
cuda-nvcc                 12.4.131             hcdd1206_0    conda-forge
cuda-nvcc-dev_linux-64    12.4.131             ha770c72_0    conda-forge
cuda-nvcc-impl            12.4.131             hd3aeb46_0    conda-forge
cuda-nvcc-tools           12.4.131             hd3aeb46_0    conda-forge
cuda-nvcc_linux-64        12.4.131             h8a487aa_0    conda-forge
cuda-nvdisasm             12.4.127             h59595ed_1    conda-forge
cuda-nvml-dev             12.4.127             h59595ed_1    conda-forge
cuda-nvprof               12.4.127             h59595ed_1    conda-forge
cuda-nvprune              12.4.127             h59595ed_1    conda-forge
cuda-nvrtc                12.4.127             hd3aeb46_1    conda-forge
cuda-nvrtc-dev            12.4.127             hd3aeb46_1    conda-forge
cuda-nvtx                 12.4.127             h59595ed_1    conda-forge
cuda-nvtx-dev             12.4.127             ha770c72_1    conda-forge
cuda-nvvm-dev_linux-64    12.4.131             ha770c72_0    conda-forge
cuda-nvvm-impl            12.4.131             h59595ed_0    conda-forge
cuda-nvvm-tools           12.4.131             h59595ed_0    conda-forge
cuda-nvvp                 12.4.127             h59595ed_1    conda-forge
cuda-opencl               12.4.127             h59595ed_0    conda-forge
cuda-opencl-dev           12.4.127             h59595ed_0    conda-forge
cuda-profiler-api         12.4.127             ha770c72_1    conda-forge
cuda-sanitizer-api        12.4.127             hd3aeb46_1    conda-forge
cuda-toolkit              12.4.1               ha804496_0    conda-forge
cuda-tools                12.4.1               ha770c72_1    conda-forge
cuda-version              12.4                 h3060b56_3    conda-forge
cuda-visual-tools         12.4.1               ha770c72_1    conda-forge
cunumeric                 24.5.0.dev0+49.g0cb9f2d9           dev_0    <develop>
cupy                      12.3.0          py310hfc31588_2    conda-forge
curl                      8.7.1                hca28451_0    conda-forge
cutensor                  1.7.0.1              h10b603f_3    conda-forge
cxx-compiler              1.7.0                h00ab1b0_0    conda-forge
cython                    3.0.10          py310hc6cd4ac_0    conda-forge
dav1d                     1.2.1                hd590300_0    conda-forge
dbus                      1.13.6               h5008d03_3    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
distlib                   0.3.8              pyhd8ed1ab_0    conda-forge
distro                    1.9.0              pyhd8ed1ab_0    conda-forge
docutils                  0.19            py310hff52083_1    conda-forge
doxygen                   1.10.0               h661eb56_0    conda-forge
elfutils                  0.191                h924a536_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.0              pyhd8ed1ab_2    conda-forge
executing                 2.0.1              pyhd8ed1ab_0    conda-forge
expat                     2.6.2                h59595ed_0    conda-forge
fasteners                 0.17.3             pyhd8ed1ab_0    conda-forge
fastrlock                 0.8.2           py310hc6cd4ac_2    conda-forge
filelock                  3.14.0             pyhd8ed1ab_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 h77eed37_1    conda-forge
fontconfig                2.14.2               h14ed4e7_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
freetype                  2.12.1               h267a509_2    conda-forge
fsspec                    2024.3.1           pyhca7485f_0    conda-forge
gcc                       12.3.0               h915e2ae_6    conda-forge
gcc_impl_linux-64         12.3.0               h1562d66_6    conda-forge
gcc_linux-64              12.3.0               h6477408_3    conda-forge
gds-tools                 1.9.1.3              hd3aeb46_1    conda-forge
gettext                   0.22.5               h59595ed_2    conda-forge
gettext-tools             0.22.5               h59595ed_2    conda-forge
giflib                    5.2.2                hd590300_0    conda-forge
git                       2.44.0          pl5321h709897a_0    conda-forge
gmp                       6.3.0                h59595ed_1    conda-forge
gnutls                    3.7.9                hb077bed_0    conda-forge
gperftools                2.10                 h09c0d1c_0    conda-forge
gxx                       12.3.0               h915e2ae_6    conda-forge
gxx_impl_linux-64         12.3.0               h1562d66_6    conda-forge
gxx_linux-64              12.3.0               h4a1b8e8_3    conda-forge
h5py                      3.11.0          nompi_py310h65828d5_100    conda-forge
hdf5                      1.14.3          nompi_h4f84152_100    conda-forge
icu                       73.2                 h59595ed_0    conda-forge
identify                  2.5.36             pyhd8ed1ab_0    conda-forge
idna                      3.7                pyhd8ed1ab_0    conda-forge
imagecodecs               2024.1.1        py310h06b5df7_6    conda-forge
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
importlib-metadata        7.1.0              pyha770c72_0    conda-forge
importlib_metadata        7.1.0                hd8ed1ab_0    conda-forge
importlib_resources       6.4.0              pyhd8ed1ab_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
ipython                   8.22.2             pyh707e725_0    conda-forge
jedi                      0.19.1             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.3              pyhd8ed1ab_0    conda-forge
jsonschema                4.21.1             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
jupyter_client            8.6.1              pyhd8ed1ab_0    conda-forge
jupyter_core              5.7.2           py310hff52083_0    conda-forge
jupyterlab_pygments       0.3.0              pyhd8ed1ab_1    conda-forge
jxrlib                    1.1                  hd590300_3    conda-forge
kerchunk                  0.2.4              pyhd8ed1ab_2    conda-forge
kernel-headers_linux-64   3.10.0              h4a8ded7_14    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.21.2               h659d440_0    conda-forge
kvikio                    24.04.00        cuda12_py310_240410_gfb767d7_0    rapidsai
lcms2                     2.16                 hb7c19ff_0    conda-forge
ld_impl_linux-64          2.40                 h55db66e_0    conda-forge
legate-core               24.5.0.dev0+229.g38746ece           dev_0    <develop>
legion                    0.1                      pypi_0    pypi
lerc                      4.0.0                h27087fc_0    conda-forge
libaec                    1.1.3                h59595ed_0    conda-forge
libarchive                3.7.2                h2aa1ff5_1    conda-forge
libasprintf               0.22.5               h661eb56_2    conda-forge
libasprintf-devel         0.22.5               h661eb56_2    conda-forge
libavif16                 1.0.4                hd9d6309_2    conda-forge
libblas                   3.9.0           16_linux64_openblas    conda-forge
libbrotlicommon           1.1.0                hd590300_1    conda-forge
libbrotlidec              1.1.0                hd590300_1    conda-forge
libbrotlienc              1.1.0                hd590300_1    conda-forge
libcblas                  3.9.0           16_linux64_openblas    conda-forge
libclang-cpp18.1          18.1.3          default_h127d8a8_0    conda-forge
libclang13                18.1.3          default_h5d6823c_0    conda-forge
libcublas                 12.4.5.8             hd3aeb46_1    conda-forge
libcublas-dev             12.4.5.8             hd3aeb46_1    conda-forge
libcufft                  11.2.1.3             hd3aeb46_1    conda-forge
libcufft-dev              11.2.1.3             hd3aeb46_1    conda-forge
libcufile                 1.9.1.3              hd3aeb46_1    conda-forge
libcufile-dev             1.9.1.3              hd3aeb46_1    conda-forge
libcurand                 10.3.5.147           hd3aeb46_1    conda-forge
libcurand-dev             10.3.5.147           hd3aeb46_1    conda-forge
libcurl                   8.7.1                hca28451_0    conda-forge
libcusolver               11.6.1.9             hd3aeb46_1    conda-forge
libcusolver-dev           11.6.1.9             hd3aeb46_1    conda-forge
libcusparse               12.3.1.170           hd3aeb46_1    conda-forge
libcusparse-dev           12.3.1.170           hd3aeb46_1    conda-forge
libdeflate                1.20                 hd590300_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 hd590300_2    conda-forge
libexpat                  2.6.2                h59595ed_0    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-devel_linux-64     12.3.0             h2af2641_106    conda-forge
libgcc-ng                 13.2.0               hc881cc4_6    conda-forge
libgettextpo              0.22.5               h59595ed_2    conda-forge
libgettextpo-devel        0.22.5               h59595ed_2    conda-forge
libgfortran-ng            13.2.0               h69a702a_6    conda-forge
libgfortran5              13.2.0               h43f5ff8_6    conda-forge
libglib                   2.80.0               hf2295e7_6    conda-forge
libgomp                   13.2.0               hc881cc4_6    conda-forge
libhwloc                  2.10.0          default_h2fb2949_1000    conda-forge
libhwy                    1.1.0                h00ab1b0_0    conda-forge
libiconv                  1.17                 hd590300_2    conda-forge
libidn2                   2.3.7                hd590300_0    conda-forge
libjpeg-turbo             3.0.0                hd590300_1    conda-forge
libjxl                    0.10.2               hcae5a98_0    conda-forge
libkvikio                 24.04.00        cuda12_240410_gfb767d7_0    rapidsai
liblapack                 3.9.0           16_linux64_openblas    conda-forge
libllvm14                 14.0.6               hcd5def8_4    conda-forge
libllvm18                 18.1.4               h2448989_0    conda-forge
libmicrohttpd             1.0.1                h97afed2_0    conda-forge
libnghttp2                1.58.0               h47da74e_1    conda-forge
libnl                     3.9.0                hd590300_0    conda-forge
libnpp                    12.2.5.30            hd3aeb46_1    conda-forge
libnpp-dev                12.2.5.30            hd3aeb46_1    conda-forge
libnsl                    2.0.1                hd590300_0    conda-forge
libnuma                   2.0.18               hd590300_0    conda-forge
libnvfatbin               12.4.127             hd3aeb46_1    conda-forge
libnvfatbin-dev           12.4.127             hd3aeb46_1    conda-forge
libnvjitlink              12.4.127             hd3aeb46_1    conda-forge
libnvjitlink-dev          12.4.127             hd3aeb46_1    conda-forge
libnvjpeg                 12.3.1.117           h59595ed_1    conda-forge
libnvjpeg-dev             12.3.1.117           ha770c72_1    conda-forge
libopenblas               0.3.21          openmp_h74cd887_3    conda-forge
libpng                    1.6.43               h2797004_0    conda-forge
libsanitizer              12.3.0               h2af2641_6    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsqlite                 3.45.3               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-devel_linux-64  12.3.0             h2af2641_106    conda-forge
libstdcxx-ng              13.2.0               h95c4c6d_6    conda-forge
libtasn1                  4.19.0               h166bdaf_0    conda-forge
libtiff                   4.6.0                h1dd3fc0_3    conda-forge
libunistring              0.9.10               h7f98852_0    conda-forge
libunwind                 1.6.2                h9c3ff4c_0    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libuv                     1.48.0               hd590300_0    conda-forge
libwebp-base              1.4.0                hd590300_0    conda-forge
libxcb                    1.15                 h0b41bf4_0    conda-forge
libxcrypt                 4.4.36               hd590300_1    conda-forge
libxkbcommon              1.7.0                h662e7e4_0    conda-forge
libxkbfile                1.1.0                h166bdaf_1    conda-forge
libxml2                   2.12.6               h232c23b_2    conda-forge
libzlib                   1.2.13               hd590300_5    conda-forge
libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
llvm-openmp               18.1.3               h4dfa4b3_0    conda-forge
llvmlite                  0.42.0          py310h1b8f574_1    conda-forge
lz4-c                     1.9.4                hcb278e6_0    conda-forge
lzo                       2.10              hd590300_1001    conda-forge
make                      4.3                  hd18ef5c_1    conda-forge
markdown                  3.3.7              pyhd8ed1ab_0    conda-forge
markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.5           py310h2372a71_0    conda-forge
matplotlib-inline         0.1.7              pyhd8ed1ab_0    conda-forge
mdit-py-plugins           0.4.0              pyhd8ed1ab_0    conda-forge
mdurl                     0.1.2              pyhd8ed1ab_0    conda-forge
mistune                   3.0.2              pyhd8ed1ab_0    conda-forge
mock                      5.1.0              pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.7           py310hd41b1e2_0    conda-forge
mypy                      1.10.0          py310hc51659f_0    conda-forge
mypy_extensions           1.0.0              pyha770c72_0    conda-forge
myst-parser               3.0.1              pyhd8ed1ab_0    conda-forge
nbclient                  0.10.0             pyhd8ed1ab_0    conda-forge
nbconvert                 7.16.3               hd8ed1ab_1    conda-forge
nbconvert-core            7.16.3             pyhd8ed1ab_1    conda-forge
nbconvert-pandoc          7.16.3               hd8ed1ab_1    conda-forge
nbformat                  5.10.4             pyhd8ed1ab_0    conda-forge
nbsphinx                  0.9.3              pyhd8ed1ab_0    conda-forge
nccl                      2.21.5.1             h3a97aeb_0    conda-forge
ncurses                   6.4.20240210         h59595ed_0    conda-forge
nettle                    3.9.1                h7ab15ed_0    conda-forge
ninja                     1.12.0               h00ab1b0_0    conda-forge
nodeenv                   1.8.0              pyhd8ed1ab_0    conda-forge
nsight-compute            2024.1.1.4           h00cb8e3_2    conda-forge
nspr                      4.35                 h27087fc_0    conda-forge
nss                       3.98                 h1d7d5a4_0    conda-forge
numba                     0.59.1          py310h7dc5dd1_0    conda-forge
numcodecs                 0.11.0          py310heca2aa9_1    conda-forge
numpy                     1.26.4          py310hb13e2d6_0    conda-forge
nvcomp                    3.0.6                h10b603f_0    conda-forge
ocl-icd                   2.3.2                hd590300_1    conda-forge
openblas                  0.3.21          openmp_h53a8fd6_3    conda-forge
openjpeg                  2.5.2                h488ebb8_0    conda-forge
openssl                   3.3.1                h4ab18f5_0    conda-forge
opt_einsum                3.3.0              pyhc1e730c_2    conda-forge
p11-kit                   0.24.1               hc5aa10d_0    conda-forge
packaging                 24.0               pyhd8ed1ab_0    conda-forge
pandoc                    3.1.13               ha770c72_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.4              pyhd8ed1ab_0    conda-forge
pcre2                     10.43                hcad00b1_0    conda-forge
perl                      5.32.1          7_hd590300_perl5    conda-forge
pexpect                   4.9.0              pyhd8ed1ab_0    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pip                       24.0               pyhd8ed1ab_0    conda-forge
pkg-config                0.29.2            h36c2ea0_1008    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.2.1              pyhd8ed1ab_0    conda-forge
pluggy                    1.5.0              pyhd8ed1ab_0    conda-forge
pre-commit                3.7.0              pyha770c72_0    conda-forge
prompt-toolkit            3.0.42             pyha770c72_0    conda-forge
psutil                    5.9.8           py310h2372a71_0    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pycparser                 2.22               pyhd8ed1ab_0    conda-forge
pydata-sphinx-theme       0.15.2             pyhd8ed1ab_0    conda-forge
pygments                  2.17.2             pyhd8ed1ab_0    conda-forge
pynvml                    11.5.0             pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
pytest                    7.4.4              pyhd8ed1ab_0    conda-forge
pytest-cov                5.0.0              pyhd8ed1ab_0    conda-forge
pytest-lazy-fixture       0.6.3                      py_0    conda-forge
pytest-mock               3.14.0             pyhd8ed1ab_0    conda-forge
python                    3.10.14         hd12c33a_0_cpython    conda-forge
python-dateutil           2.9.0              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.19.1             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    4_cp310    conda-forge
pytz                      2024.1             pyhd8ed1ab_0    conda-forge
pyyaml                    6.0.1           py310h2372a71_1    conda-forge
pyzmq                     26.0.2          py310h6883aea_0    conda-forge
rav1e                     0.6.6                he8a937b_2    conda-forge
rdma-core                 51.0                 hd3aeb46_0    conda-forge
readline                  8.2                  h8228510_1    conda-forge
referencing               0.35.0             pyhd8ed1ab_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
rhash                     1.4.4                hd590300_0    conda-forge
rpds-py                   0.18.0          py310hcb5633a_0    conda-forge
rust                      1.77.2               h70c747d_0    conda-forge
rust-std-x86_64-unknown-linux-gnu 1.77.2               h2c6d0dc_0    conda-forge
scikit-build              0.17.6             pyh4af843d_0    conda-forge
scipy                     1.13.0          py310hb13e2d6_0    conda-forge
setuptools                69.5.1             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
snappy                    1.2.0                hdb0a2a9_1    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
sphinx                    6.2.1              pyhd8ed1ab_0    conda-forge
sphinx-copybutton         0.5.2              pyhd8ed1ab_0    conda-forge
sphinxcontrib-applehelp   1.0.8              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     1.0.6              pyhd8ed1ab_0    conda-forge
sphinxcontrib-htmlhelp    2.0.5              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-qthelp      1.0.7              pyhd8ed1ab_0    conda-forge
sphinxcontrib-serializinghtml 1.1.10             pyhd8ed1ab_0    conda-forge
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
svt-av1                   2.0.0                h59595ed_0    conda-forge
sysroot_linux-64          2.17                h4a8ded7_14    conda-forge
tifffile                  2024.4.18          pyhd8ed1ab_0    conda-forge
tinycss2                  1.3.0              pyhd8ed1ab_0    conda-forge
tk                        8.6.13          noxft_h4845f30_101    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tornado                   6.4             py310h2372a71_0    conda-forge
traitlets                 5.14.3             pyhd8ed1ab_0    conda-forge
types-docutils            0.21.0.20240423    pyhd8ed1ab_0    conda-forge
typing-extensions         4.11.0               hd8ed1ab_0    conda-forge
typing_extensions         4.11.0             pyha770c72_0    conda-forge
tzdata                    2024a                h0c530f3_0    conda-forge
ucx                       1.16.0               h555b365_2    conda-forge
ujson                     5.9.0           py310hc6cd4ac_0    conda-forge
ukkonen                   1.0.1           py310hd41b1e2_4    conda-forge
urllib3                   2.2.1              pyhd8ed1ab_0    conda-forge
virtualenv                20.26.1            pyhd8ed1ab_0    conda-forge
wayland                   1.22.0               h8c25dac_1    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
wheel                     0.43.0             pyhd8ed1ab_1    conda-forge
xcb-util                  0.4.0                hd590300_1    conda-forge
xcb-util-cursor           0.1.4                hd590300_1    conda-forge
xcb-util-image            0.4.0                h8ee46fc_1    conda-forge
xcb-util-keysyms          0.4.0                h8ee46fc_1    conda-forge
xcb-util-renderutil       0.3.9                hd590300_1    conda-forge
xcb-util-wm               0.4.1                h8ee46fc_1    conda-forge
xkeyboard-config          2.41                 hd590300_0    conda-forge
xorg-compositeproto       0.4.2             h7f98852_1001    conda-forge
xorg-damageproto          1.2.1             h7f98852_1002    conda-forge
xorg-fixesproto           5.0               h7f98852_1002    conda-forge
xorg-inputproto           2.3.2             h7f98852_1002    conda-forge
xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
xorg-libice               1.1.1                hd590300_0    conda-forge
xorg-libsm                1.2.4                h7391055_0    conda-forge
xorg-libx11               1.8.9                h8ee46fc_0    conda-forge
xorg-libxau               1.0.11               hd590300_0    conda-forge
xorg-libxcomposite        0.4.6                h0b41bf4_1    conda-forge
xorg-libxdamage           1.1.5                h7f98852_1    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xorg-libxext              1.3.4                h0b41bf4_2    conda-forge
xorg-libxfixes            5.0.3             h7f98852_1004    conda-forge
xorg-libxi                1.7.10               h7f98852_0    conda-forge
xorg-libxrandr            1.5.2                h7f98852_1    conda-forge
xorg-libxrender           0.9.11               hd590300_0    conda-forge
xorg-libxtst              1.2.3             h7f98852_1002    conda-forge
xorg-randrproto           1.5.0             h7f98852_1001    conda-forge
xorg-recordproto          1.14.2            h7f98852_1002    conda-forge
xorg-renderproto          0.11.1            h7f98852_1002    conda-forge
xorg-util-macros          1.19.3               h7f98852_0    conda-forge
xorg-xextproto            7.3.0             h0b41bf4_1003    conda-forge
xorg-xproto               7.0.31            h7f98852_1007    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
zarr                      2.17.2             pyhd8ed1ab_0    conda-forge
zeromq                    4.3.5                h59595ed_1    conda-forge
zfp                       1.0.1                h59595ed_0    conda-forge
zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               hd590300_5    conda-forge
zlib-ng                   2.0.7                h0b41bf4_0    conda-forge
zstd                      1.5.5                hfc55251_0    conda-forge

Environment info

(b/env) iblis:~> conda info

     active environment : /home/mpapadakis/b/env
    active env location : /home/mpapadakis/b/env
            shell level : 2
       user config file : /home/mpapadakis/.condarc
 populated config files : /home/mpapadakis/mambaforge/.condarc
                          /mnt/home/.condarc
          conda version : 23.9.0
    conda-build version : not installed
         python version : 3.10.12.final.0
       virtual packages : __archspec=1=zen3
                          __cuda=12.2=0
                          __glibc=2.35=0
                          __linux=6.5.0=0
                          __unix=0=0
       base environment : /home/mpapadakis/mambaforge  (writable)
      conda av data dir : /home/mpapadakis/mambaforge/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /home/mpapadakis/mambaforge/pkgs
                          /home/mpapadakis/.conda/pkgs
       envs directories : /home/mpapadakis/mambaforge/envs
                          /home/mpapadakis/.conda/envs
               platform : linux-64
             user-agent : conda/23.9.0 requests/2.31.0 CPython/3.10.12 Linux/6.5.0-35-generic ubuntu/22.04.4 glibc/2.35
                UID:GID : 1064769642:748400513
             netrc file : None
           offline mode : False