Skip to content

Commit

Permalink
Remove ufl.legacy (#224)
Browse files Browse the repository at this point in the history
* remove ufl.legacy

* finat branch

* remove test of legacy elements

* remove .legacy
  • Loading branch information
mscroggs authored Nov 2, 2023
1 parent 41f30d0 commit b210795
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2,519 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tsfc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
with:
path: ./tsfc
repository: firedrakeproject/tsfc
ref: mscroggs/newfl-legacy
ref: mscroggs/newfl-legacy2
- name: Install tsfc
run: |
cd tsfc
pip install -r requirements-ext.txt
pip install git+https://github.com/coneoproject/COFFEE.git#egg=coffee
pip install git+https://github.com/firedrakeproject/fiat.git#egg=fenics-fiat
pip install git+https://github.com/FInAT/FInAT.git#egg=finat
pip install git+https://github.com/FInAT/FInAT.git@mscroggs/ufl-elements
pip install git+https://github.com/firedrakeproject/loopy.git#egg=loopy
pip install .[ci]
pip install pytest
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ packages = [
"ufl.core",
"ufl.corealg",
"ufl.formatting",
"ufl.legacy",
"ufl.utils",
]

Expand Down
254 changes: 0 additions & 254 deletions test/test_legacy.py

This file was deleted.

25 changes: 0 additions & 25 deletions ufl/legacy/__init__.py

This file was deleted.

53 changes: 0 additions & 53 deletions ufl/legacy/brokenelement.py

This file was deleted.

Loading

0 comments on commit b210795

Please sign in to comment.