Skip to content

Commit

Permalink
mamba -> conda in the CI scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 14, 2024
1 parent 348afeb commit 4bc1646
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tools/circleci_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog ninja \
'sphinxcontrib-bibtex=2.6.*' 'sphinx=7.*' 'sphinx-book-theme=1.*'
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_ubuntu_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir cxx-compiler c-compiler cmake \
conda create -y -p $deps_dir cxx-compiler c-compiler cmake \
ninja llvmdev tbb-devel tbb libboost-devel sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir cmake c-compiler cxx-compiler clang clangxx \
conda create -y -p $deps_dir cmake c-compiler cxx-compiler clang clangxx \
clang-tools llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef fmt spdlog ninja
source activate $deps_dir

Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog lcov
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_release_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas \
blas blas-devel fmt spdlog zlib
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_ubsan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake llvmdev \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake llvmdev \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas \
blas blas-devel fmt spdlog ninja
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm15_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=15.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=15.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm16_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=16.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=16.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm17_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=17.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=17.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_arm64_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_x86_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down

0 comments on commit 4bc1646

Please sign in to comment.