Fix dependencies, rebuild with libisl and build documentation

This commit is contained in:
2026-03-12 20:16:12 +02:00
parent 2bca2455f4
commit 6b6f2fa485
2 changed files with 17 additions and 2 deletions
+8
View File
@@ -30,6 +30,9 @@ build() {
--with-system-zlib \
--enable-languages=c,c++,fortran,objc,obj-c++,m2
make
# Make documentation
make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen
}
# The check function is executed in the source directory
@@ -100,6 +103,11 @@ package_gcc() {
}
package_gcc-libs() {
cd build
# Install libstdc++ man pages
make -C $CHOST/libstdc++-v3/doc DESTDIR="$BPM_OUTPUT" doc-install-man
# Install package license
install -Dm644 "$BPM_SOURCE"/{COPYING3,COPYING.RUNTIME} -t "$BPM_OUTPUT"/usr/share/licenses/gcc-libs/
}