Commit 8dd1d2c 1 parent 29f43ac commit 8dd1d2c Copy full SHA for 8dd1d2c
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
11
11
export deps_dir=$HOME /local
12
12
export PATH=" $HOME /miniconda/bin:$PATH "
13
13
bash miniconda.sh -b -p $HOME /miniconda
14
- conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 ' numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield spdlog sympy cloudpickle ' mppp=1.*'
14
+ conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 ' numpy<2' \
15
+ cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield \
16
+ spdlog sympy cloudpickle ' mppp=1.*' ' clang<19' ' clangxx<19'
15
17
source activate $deps_dir
16
18
17
19
# Checkout, build and install heyoka's HEAD.
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
11
11
export deps_dir=$HOME /local
12
12
export PATH=" $HOME /miniconda/bin:$PATH "
13
13
bash miniconda.sh -b -p $HOME /miniconda
14
- conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 ' numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield spdlog sympy cloudpickle ' mppp=1.*' numba
14
+ conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 ' numpy<2' \
15
+ cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield \
16
+ spdlog sympy cloudpickle ' mppp=1.*' numba ' clang<19' ' clangxx<19'
15
17
source activate $deps_dir
16
18
17
19
# Checkout, build and install heyoka's HEAD.
You can’t perform that action at this time.
0 commit comments