Skip to content

Commit 5d358c9

Browse files
committed
Unpin fmt in the CI and the compilers on osx.
1 parent 17cd33d commit 5d358c9

10 files changed

+10
-10
lines changed

tools/circleci_conda_heyoka_head_310.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bash miniforge.sh -b -p $HOME/miniforge
1919
# using deprecated scipy functions.
2020
conda create -y -p $deps_dir python=3.10 c-compiler cxx-compiler git pybind11 'numpy<2' \
2121
mpmath cmake llvmdev tbb-devel tbb astroquery libboost-devel 'mppp=1.*' \
22-
sleef 'fmt<11' skyfield spdlog myst-nb matplotlib sympy 'scipy<1.14' pykep cloudpickle \
22+
sleef fmt skyfield spdlog myst-nb matplotlib sympy 'scipy<1.14' pykep cloudpickle \
2323
'sphinx=7.*' 'sphinx-book-theme=1.*'
2424
source activate $deps_dir
2525

tools/circleci_conda_heyoka_head_312.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1414
export deps_dir=$HOME/local
1515
export PATH="$HOME/miniforge/bin:$PATH"
1616
bash miniforge.sh -b -p $HOME/miniforge
17-
conda create -y -p $deps_dir python=3.12 c-compiler cxx-compiler git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef 'fmt<11' skyfield spdlog sympy cloudpickle
17+
conda create -y -p $deps_dir python=3.12 c-compiler cxx-compiler git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef fmt skyfield spdlog sympy cloudpickle
1818
source activate $deps_dir
1919

2020
# Checkout, build and install heyoka's HEAD.

tools/circleci_conda_heyoka_head_39.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1414
export deps_dir=$HOME/local
1515
export PATH="$HOME/miniforge/bin:$PATH"
1616
bash miniforge.sh -b -p $HOME/miniforge
17-
conda create -y -p $deps_dir python=3.9 c-compiler cxx-compiler git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb astroquery libboost-devel 'mppp=1.*' sleef 'fmt<11' skyfield spdlog myst-nb matplotlib sympy scipy pykep cloudpickle 'sphinx=7.*' 'sphinx-book-theme=1.*'
17+
conda create -y -p $deps_dir python=3.9 c-compiler cxx-compiler git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb astroquery libboost-devel 'mppp=1.*' sleef fmt skyfield spdlog myst-nb matplotlib sympy scipy pykep cloudpickle 'sphinx=7.*' 'sphinx-book-theme=1.*'
1818
source activate $deps_dir
1919

2020
export HEYOKA_PY_PROJECT_DIR=`pwd`

tools/circleci_ubuntu_arm64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1414
export deps_dir=$HOME/local
1515
export PATH="$HOME/miniforge/bin:$PATH"
1616
bash miniforge.sh -b -p $HOME/miniforge
17-
conda create -y -q -p $deps_dir cxx-compiler c-compiler cmake llvmdev tbb-devel tbb astroquery libboost-devel 'mppp=1.*' sleef 'fmt<11' skyfield spdlog python=3.10 pybind11 'numpy<2' mpmath sympy scipy cloudpickle myst-nb matplotlib 'sphinx=7.*' 'sphinx-book-theme=1.*'
17+
conda create -y -q -p $deps_dir cxx-compiler c-compiler cmake llvmdev tbb-devel tbb astroquery libboost-devel 'mppp=1.*' sleef fmt skyfield spdlog python=3.10 pybind11 'numpy<2' mpmath sympy scipy cloudpickle myst-nb matplotlib 'sphinx=7.*' 'sphinx-book-theme=1.*'
1818
source activate $deps_dir
1919

2020
# Checkout, build and install heyoka's HEAD.

tools/gha_conda_asan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
1616
bash miniconda.sh -b -p $HOME/miniconda
1717
conda config --add channels conda-forge
1818
conda config --set channel_priority strict
19-
conda create -y -q -p $deps_dir python=3.10 git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef 'fmt<11' skyfield spdlog sympy cloudpickle c-compiler cxx-compiler
19+
conda create -y -q -p $deps_dir python=3.10 git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef fmt skyfield spdlog sympy cloudpickle c-compiler cxx-compiler
2020
source activate $deps_dir
2121

2222
export CXXFLAGS="$CXXFLAGS -fsanitize=address"

tools/gha_conda_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bash miniforge.sh -b -p $HOME/miniforge
1919
# using deprecated scipy functions.
2020
conda create -y -p $deps_dir c-compiler cxx-compiler python=3.10 git pybind11 \
2121
ninja 'numpy<2' mpmath cmake llvmdev tbb-devel tbb astroquery libboost-devel \
22-
'mppp=1.*' sleef 'fmt<11' skyfield spdlog myst-nb matplotlib sympy 'scipy<1.14' pykep cloudpickle \
22+
'mppp=1.*' sleef fmt skyfield spdlog myst-nb matplotlib sympy 'scipy<1.14' pykep cloudpickle \
2323
'sphinx=7.*' 'sphinx-book-theme=1.*'
2424
source activate $deps_dir
2525

tools/gha_conda_static.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
1616
bash miniconda.sh -b -p $HOME/miniconda
1717
conda config --add channels conda-forge
1818
conda config --set channel_priority strict
19-
conda create -y -q -p $deps_dir python=3.10 git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef 'fmt<11' skyfield spdlog sympy cloudpickle c-compiler cxx-compiler numba zlib
19+
conda create -y -q -p $deps_dir python=3.10 git pybind11 'numpy<2' mpmath cmake llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef fmt skyfield spdlog sympy cloudpickle c-compiler cxx-compiler numba zlib
2020
source activate $deps_dir
2121

2222
# Checkout, build and install heyoka's HEAD.

tools/gha_osx_heyoka_head.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1111
export deps_dir=$HOME/local
1212
export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
14-
conda create -y -p $deps_dir python=3.11 'c-compiler<1.8' 'cxx-compiler<1.8' git pybind11 'numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef 'fmt<11' skyfield spdlog sympy cloudpickle 'mppp=1.*'
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.*'
1515
source activate $deps_dir
1616

1717
# Checkout, build and install heyoka's HEAD.

tools/gha_osx_heyoka_head_static.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1111
export deps_dir=$HOME/local
1212
export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
14-
conda create -y -p $deps_dir python=3.11 'c-compiler<1.8' 'cxx-compiler<1.8' git pybind11 'numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef 'fmt<11' 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' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield spdlog sympy cloudpickle 'mppp=1.*' numba
1515
source activate $deps_dir
1616

1717
# Checkout, build and install heyoka's HEAD.

tools/travis_ubuntu_ppc64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ curl -L -o miniconda.sh https://github.com/conda-forge/miniforge/releases/latest
1111
export deps_dir=$HOME/local
1212
export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
14-
conda create -y -q -p $deps_dir cxx-compiler c-compiler cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef xtensor xtensor-blas blas blas-devel 'fmt<11' skyfield spdlog python pybind11 'numpy<2' mpmath sympy cloudpickle mppp git make
14+
conda create -y -q -p $deps_dir cxx-compiler c-compiler cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef xtensor xtensor-blas blas blas-devel fmt skyfield spdlog python pybind11 'numpy<2' mpmath sympy cloudpickle mppp git make
1515
source activate $deps_dir
1616

1717
# Checkout, build and install heyoka's HEAD.

0 commit comments

Comments
 (0)