From 13afbe9ac50f8cd988742bfcce3602d95a493f1f Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Fri, 3 May 2024 10:07:41 +0200 Subject: [PATCH] Update for 1.23rc1 --- .github/workflows/stable.yml | 6 +++--- build-wheels-macos.sh | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 02cadad..92ef86d 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -11,7 +11,7 @@ jobs: - name: Build run: | docker pull openturns/manylinux2014_x86_64 - docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/manylinux2014_x86_64 /io/build-wheels-linux.sh v1.22 ${{ matrix.abi }} + docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/manylinux2014_x86_64 /io/build-wheels-linux.sh v1.23rc1 ${{ matrix.abi }} - uses: conda-incubator/setup-miniconda@v2 with: auto-activate-base: true @@ -36,7 +36,7 @@ jobs: - name: Build run: | docker pull openturns/archlinux-mingw - docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-mingw /io/build-wheels-mingw.sh v1.22 ${{ matrix.abi }} + docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-mingw /io/build-wheels-mingw.sh v1.23rc1 ${{ matrix.abi }} - uses: conda-incubator/setup-miniconda@v2 with: auto-activate-base: true @@ -61,7 +61,7 @@ jobs: - name: Build env: MAKEFLAGS: -j3 - run: ./build-wheels-macos.sh v1.22 ${{ matrix.abi }} + run: ./build-wheels-macos.sh v1.23rc1 ${{ matrix.abi }} - id: getfilename run: echo "file=$(ls wheelhouse/*.whl)" >> $GITHUB_OUTPUT - name: Archive wheel diff --git a/build-wheels-macos.sh b/build-wheels-macos.sh index 1507ec6..8239545 100755 --- a/build-wheels-macos.sh +++ b/build-wheels-macos.sh @@ -14,8 +14,7 @@ TAG=${PYTAG}-${ABI}-${PLATFORM} PYVER=${PYTAG:2:1}.${PYTAG:3} # setup brew dependencies -brew update -brew install --overwrite coreutils openblas swig boost python@${PYVER} tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo libxml2 +brew install --overwrite coreutils openblas swig boost python@${PYVER} tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo libxml2 nanoflann cuba export PATH=/Library/Frameworks/Python.framework/Versions/${PYVER}/bin:$PATH python${PYVER} -m pip install delocate --break-system-packages python${PYVER} -m pip debug --verbose