boost-1.83.0
This commit is contained in:
@@ -42,7 +42,8 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
pisitools.dobin("b2")
|
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/xsl", "%s/usr/share/boostbook/xsl" % get.installDIR())
|
||||||
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
|
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
|
||||||
|
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/b2/src</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -92,10 +93,10 @@
|
|||||||
<Dependency>openmpi</Dependency>
|
<Dependency>openmpi</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3.9</Path>
|
<Path fileType="library">/usr/lib/python3.11</Path>
|
||||||
<Path fileType="library">/usr/lib/libboost_numpy39.so*</Path>
|
<Path fileType="library">/usr/lib/libboost_numpy311.so*</Path>
|
||||||
<Path fileType="library">/usr/lib/libboost_python39.so*</Path>
|
<Path fileType="library">/usr/lib/libboost_python311.so*</Path>
|
||||||
<Path fileType="library">/usr/lib/libboost_mpi_python39.so*</Path>
|
<Path fileType="library">/usr/lib/libboost_mpi_python311.so*</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user