summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Falezza2022-12-14 22:59:47 +0000
committerFilippo Falezza2022-12-14 22:59:47 +0000
commit22d5c386b68e8f9a6eb9d1b7fe9817fdb3dc95c1 (patch)
treeaa11197eed45227adcb46d8b5368fa6a39b54d4d /PKGBUILD
parentee390acf6cde4098ffb4e2da128c5bb88f4297b1 (diff)
downloadaur-22d5c386b68e8f9a6eb9d1b7fe9817fdb3dc95c1.tar.gz
Added symlink for CLHEP libraries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00307a76842f..cb0d32c90e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
@@ -89,6 +89,7 @@ package() {
cd $srcdir
install -D -m 755 Geant4.sh $pkgdir/etc/profile.d/Geant4.sh
install -D -m 755 Geant4.csh $pkgdir/etc/profile.d/Geant4.csh
+ ln -s $pkgdir/usr/include/Geant4/CLHEP $pkgdir/usr/include/CLHEP
cd ${srcdir}/build
make DESTDIR="${pkgdir}" install