summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRenato Caldas2024-08-09 12:18:55 +0100
committerRenato Caldas2024-08-09 12:18:55 +0100
commitb8d4546ec535a322f4f0729cfbf3c8b77ed6ca27 (patch)
treef61dbaa83b2329207551f72caebc7b22e0f28aee /PKGBUILD
parentbfeafca33d959c86129ab1b7484aa31ba8a0f37a (diff)
downloadaur-b8d4546ec535a322f4f0729cfbf3c8b77ed6ca27.tar.gz
Remove wheel hack, not needed anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 985c78e6d7c5..f826a3efdadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}