Skip to content

Commit

Permalink
Small tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 26, 2024
1 parent 54004e2 commit e1f9211
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ jobs:
cp wheelhouse/* simple/
python -m simple503 --base-url file:///project/simple simple
- name: Update temporary simple503 repository
run: |
cp wheelhouse/* simple/
python -m simple503 --base-url file:///project/simple simple
- name: Checkout DOLFINx
uses: actions/checkout@v4
with:
Expand All @@ -140,9 +135,9 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse/ dolfinx/python
env:
CIBW_BEFORE_BUILD: . /etc/profile && dnf -y update && dnf install -y dnf-plugins-core && dnf install -y epel-release && /usr/bin/crb enable && dnf -y update && dnf -y install boost-devel boost-program-options cmake hdf5-mpich-devel mpich-devel openblas-devel pugixml-devel spdlog-devel && module load mpi/mpich-$(arch) && python -m pip -v install --prefer-binary fenics-ffcx>=0.10.0.dev0 fenics-basix>=0.10.0.dev0 fenics-ufl>=0.10.0.dev0 && python -m pip -v install --prefer-binary mpi4py scikit-build-core[pyproject] nanobind -i https://pypi.anaconda.org/mpi4py/simple && /usr/bin/cmake -S dolfinx/cpp -B build-dir -DPython3_EXECUTABLE=$(which python) && /usr/bin/cmake --build build-dir && /usr/bin/cmake --install build-dir
CIBW_BEFORE_BUILD: . /etc/profile && dnf -y update && dnf install -y dnf-plugins-core && dnf install -y epel-release && /usr/bin/crb enable && dnf -y update && dnf -y install boost-devel boost-program-options cmake hdf5-mpich-devel mpich-devel openblas-devel pugixml-devel spdlog-devel && module load mpi/mpich-$(arch) && python -m pip -v install --prefer-binary 'fenics-basix>=0.10.0.dev0' && python -m pip -v install --prefer-binary mpi4py scikit-build-core[pyproject] nanobind -i https://pypi.anaconda.org/mpi4py/simple && /usr/bin/cmake -S dolfinx/cpp -B build-dir -DPython3_EXECUTABLE=$(which python) && /usr/bin/cmake --build build-dir && /usr/bin/cmake --install build-dir
CIBW_REPAIR_WHEEL_COMMAND_LINUX: export LD_LIBRARY_PATH=$(python -c "import site; print(site.getsitepackages()[0] + '/fenics_basix.libs')"):${LD_LIBRARY_PATH} && auditwheel repair -w {dest_dir} {wheel}
CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=file:///project/simple MAKEFLAGS=-j3 LD_LIBRARY_PATH=/usr/lib64/mpich/lib
CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=file:///project/simple MAKEFLAGS=-j3
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"

- name: Update temporary simple503 repository
Expand Down

0 comments on commit e1f9211

Please sign in to comment.