diff options
author | Renato Caldas | 2024-08-09 12:18:55 +0100 |
---|---|---|
committer | Renato Caldas | 2024-08-09 12:18:55 +0100 |
commit | b8d4546ec535a322f4f0729cfbf3c8b77ed6ca27 (patch) | |
tree | f61dbaa83b2329207551f72caebc7b22e0f28aee /PKGBUILD | |
parent | bfeafca33d959c86129ab1b7484aa31ba8a0f37a (diff) | |
download | aur-b8d4546ec535a322f4f0729cfbf3c8b77ed6ca27.tar.gz |
Remove wheel hack, not needed anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,7 +3,7 @@ pkgname=('dolfinx-git' 'python-fenics-dolfinx-git') pkgdesc='Next generation FEniCS problem solving environment' pkgver=0.9.0.dev0_r27890.1dd0396 -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://fenicsproject.org' license=('MIT') @@ -48,13 +48,7 @@ build() { -Wno-dev cmake --build build - - # HACK: Install to temporary dir, required for building the wheel - export DESTDIR="$srcdir/tmp" - cmake --install build - # Build the python bindings - export CMAKE_PREFIX_PATH="$srcdir/tmp/usr" cd "$srcdir/dolfinx/python" python -m build --wheel --no-isolation "$srcdir/dolfinx/python" } |