boost:rebuild

This commit is contained in:
Rmys
2018-07-25 18:23:22 +03:00
parent 8abe3d1643
commit a668285486
2 changed files with 17 additions and 3 deletions
+9 -2
View File
@@ -8,13 +8,20 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
#WorkDir = "boost-%s" % get.srcVERSION()
def setup():
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
shelltools.cd("%s" % get.workDIR())
shelltools.move("boost_*", "boost-%s" % get.srcVERSION())
#hata vermemesi icin doysa isminin alt tire isaretinden ayıklanması boost-1.63.0 gibi düzeltilmesi gerekli
shelltools.cd("boost-%s" % get.srcVERSION())
shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
#shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
shelltools.cd("../boost-%s-36" % get.srcVERSION())
shelltools.system("sed -e '/using python/ s@;@: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
-i bootstrap.sh")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Peer-reviewed portable C++ source libraries</Summary>
<Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
<Archive sha1sum="5f2abb63958accefde2f6d670e947284385211d8" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/boost-1.66.0.tar.bz2</Archive>
<Archive sha1sum="b6b284acde2ad7ed49b44e856955d7b1ea4e9459" type="tarbz2">https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -84,6 +84,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-07-25</Date>
<Version>1.66.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2018-03-22</Date>
<Version>1.66.0</Version>