summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Gläßle2018-04-10 03:19:32 +0200
committerThomas Gläßle2018-04-10 03:23:06 +0200
commitbdcc5d32c26b371a2a6f2992c4ad53e1231d968b (patch)
treeed4250934d977042719a6b61c0394962a91ea98b /PKGBUILD
parent9eea4a2d576b739936caa5ee48904f08d894e9dd (diff)
downloadaur-bdcc5d32c26b371a2a6f2992c4ad53e1231d968b.tar.gz
Update to MAD-X 5.04.00
Note that 5.04.00 doesn't need RPATH anymore since the cmake system doesn't build PTC as a separate shared library anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15b4cabc05b1..291d250112a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thomas Gläßle <t_glaessleATgmxDOTnet>
pkgname=madx-dev
-pkgver=5.03.07
-pkgrel=2
+pkgver=5.04.00
+pkgrel=1
pkgdesc="Accelerator Optics simulation code, latest development release"
url="http://cern.ch/mad"
license=("custom")
@@ -16,7 +16,7 @@ tarball=${pkgver}.tar.gz
extract=MAD-X-${pkgver}
source=("https://github.com/MethodicalAcceleratorDesign/MAD-X/archive/${tarball}")
-md5sums=('5b7ad71e5733f8881ba0a463fb188b78')
+md5sums=('029bda84c3e48e1d69b408f439b3e0a2')
build() {
rm -rf ${srcdir}/build
@@ -28,10 +28,8 @@ build() {
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_GC=ON \
- -DBINARY_POSTFIX= \
-DCMAKE_BUILD_TYPE=Release \
-DMADX_INSTALL_DOC=OFF \
- -DCMAKE_INSTALL_RPATH='$ORIGIN' \
${srcdir}/${extract}
make
}