Skip to content

Commit

Permalink
TinyASM is now shipped alongside firedrake
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Jun 19, 2024
1 parent be8171e commit 7e0fe6f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
9 changes: 0 additions & 9 deletions firedrake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ cmake \
make -j $(nproc) install
cd && rm -rf /tmp/libsupermesh-src

# TinyASM
git clone https://github.com/florianwechsung/TinyASM.git /tmp/tinyasm-src
cd /tmp/tinyasm-src
patch -p 1 < $REPODIR/firedrake/patches/02-use-system-pybind11-in-tinyasm
patch -p 1 < $REPODIR/firedrake/patches/07-drop-march-mtune-in-tinyasm
export PYBIND11_DIR=$INSTALL_PREFIX
PYTHONUSERBASE=$INSTALL_PREFIX CXX="mpicxx" python3 -m pip install --user .
cd && rm -rf /tmp/tinyasm-src

# firedrake
git clone https://github.com/firedrakeproject/firedrake.git /tmp/firedrake-src
cd /tmp/firedrake-src
Expand Down
13 changes: 0 additions & 13 deletions firedrake/patches/02-use-system-pybind11-in-tinyasm

This file was deleted.

16 changes: 0 additions & 16 deletions firedrake/patches/07-drop-march-mtune-in-tinyasm

This file was deleted.

0 comments on commit 7e0fe6f

Please sign in to comment.