cython3:ver bump.
This commit is contained in:
@@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
# fix unused dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
|
||||
# compress compiler warnings
|
||||
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
|
||||
|
||||
pythonmodules.compile(pyVer="3")
|
||||
@@ -25,4 +27,4 @@ def install():
|
||||
#for dirs in ["Doc", "Demos", "tests"]:
|
||||
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
|
||||
#pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
|
||||
#pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
|
||||
Reference in New Issue
Block a user