boost-1.83.0

This commit is contained in:
Rmys
2023-10-16 20:08:37 +03:00
parent d816a57bd4
commit e0dbe193ac
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ def build():
def install():
pisitools.dobin("b2")
pisitools.dobin("tools/build/src/engine/bjam")
# pisitools.dobin("tools/build/src/engine/bjam")
pisitools.dosym("/usr/bin/b2", "/usr/bin/bjam")
shelltools.copytree("tools/boostbook/xsl", "%s/usr/share/boostbook/xsl" % get.installDIR())
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
+5 -4
View File
@@ -53,6 +53,7 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/b2/src</Path>
</Files>
</Package>
@@ -92,10 +93,10 @@
<Dependency>openmpi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.9</Path>
<Path fileType="library">/usr/lib/libboost_numpy39.so*</Path>
<Path fileType="library">/usr/lib/libboost_python39.so*</Path>
<Path fileType="library">/usr/lib/libboost_mpi_python39.so*</Path>
<Path fileType="library">/usr/lib/python3.11</Path>
<Path fileType="library">/usr/lib/libboost_numpy311.so*</Path>
<Path fileType="library">/usr/lib/libboost_python311.so*</Path>
<Path fileType="library">/usr/lib/libboost_mpi_python311.so*</Path>
</Files>
</Package>