summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-12-01 19:27:07 +0000
committerWill Handley2017-12-01 19:27:07 +0000
commit7d99c4710bf64d470ea6e94d3a0e3e69f7f1bcc3 (patch)
treec3d48b8931f37d82683cb38c131e2b0b35357e9e
parent5e1e04130a0230db388273df59c402130823c27a (diff)
downloadaur-lalcore.tar.gz
Removed unecessary checks (don't deal well with pacaur)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20101023f0ce..195b71a2183c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 14:48:38 UTC 2017
+# Fri Dec 1 19:27:07 UTC 2017
pkgbase = lalcore
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lal
pkgver = 6.18.0
- pkgrel = 7
+ pkgrel = 9
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
diff --git a/PKGBUILD b/PKGBUILD
index d397594ce121..c718f05a447e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lalcore
_pkgname=lal
pkgver=6.18.0
-pkgrel=7
+pkgrel=9
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. ${_pkgname}"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
@@ -18,19 +18,15 @@ options=(!emptydirs)
install=
source=("http://software.ligo.org/lscsoft/source/lalsuite/${_pkgname}-${pkgver}.tar.xz")
sha256sums=('464601c529f5607c251a54843e749bc9bd962055cc04ba21fdf6150e392a0ba2')
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- sed -i 's/\-Werror//g' configure
-}
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- ./configure --prefix=${pkgdir}/usr CFLAGS=-O3
+ ./configure --prefix=${pkgdir}/usr CFLAGS='-O3 -Wno-error'
make -j
}
-check() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make -j check
-}
+#check() {
+# cd "${srcdir}/${_pkgname}-${pkgver}"
+# make -j check
+#}
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make install