valgrind-3.18.1

This commit is contained in:
Rmys
2021-10-19 15:36:59 +03:00
committed by GitHub
parent 51d267d54a
commit 04b8f48b7f
3 changed files with 41 additions and 6 deletions
+6 -2
View File
@@ -10,14 +10,18 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-ifv")
shelltools.export("CFLAGS", get.CFLAGS().replace("-fstack-protector",""))
shelltools.export("CPPFLAGS", get.CXXFLAGS().replace("-fstack-protector",""))
autotools.configure("--without-mpicc")
autotools.configure("--without-mpicc --libexecdir=/usr/lib")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*")
pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*")