Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / openbabel
Commits: e583f354 by Eisuke Kawashima at 2025-08-28T19:35:14+09:00 cherry-pick UB fix https://github.com/openbabel/openbabel/issues/2223 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgbase=openbabel pkgname=(openbabel python-openbabel) pkgver=3.1.1 -pkgrel=11 +pkgrel=12 pkgdesc='A library designed to interconvert between many file formats used in molecular modeling and computational chemistry' arch=(x86_64) url='https://openbabel.org/' @@ -28,6 +28,7 @@ sha256sums=('b045f861b0544856dc5a2f5bd2943a4a8d9efc05ea4f8cf9cd5155751b214e77') prepare() { cd openbabel git cherry-pick -n c0570bfe # Fix build with GCC 12 + git cherry-pick -n b75c392b # UB https://github.com/openbabel/openbabel/issues/2223 sed -e '/SET CMP0042 OLD/d' -i CMakeLists.txt # Fix build with cmake 4 } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openbabel/-/commit/e583f35493068b72fba9e5df3cdbc371ce50ae7c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openbabel/-/commit/e583f35493068b72fba9e5df3cdbc371ce50ae7c You're receiving this email because of your account on gitlab.archlinux.org.
