Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / cgns
Commits: fbe947ce by Carl Smedstad at 2026-03-18T09:49:19+01:00 upgpkg: 4.5.1-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,22 +1,23 @@ pkgbase = cgns pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations pkgver = 4.5.1 - pkgrel = 1 + pkgrel = 2 url = https://cgns.github.io/ arch = x86_64 license = Zlib makedepends = cmake makedepends = gcc-fortran - depends = gcc-libs depends = glibc depends = glu depends = hdf5 + depends = libgcc + depends = libgfortran depends = libglvnd depends = libx11 depends = libxmu depends = tcl depends = tk source = https://github.com/CGNS/CGNS/archive/v4.5.1/cgns-4.5.1.tar.gz - sha512sums = c65410a2011aec98b67daf9ec1969a8454c13fc2981afd2cb2a4fa82762320e43db290f203e0a9c4490837b3785850743eb1c578131c3ac5254cd694f4de939a + sha512sums = f0a3f82824d81e2db4c992fc41e91c53158898fbf0b342c0c857e5e3f02d081df3822035b9eb558fe12c48ce36e4123810adc11f9b85e60e76e7de7f35a56162 pkgname = cgns ===================================== PKGBUILD ===================================== @@ -4,16 +4,17 @@ _pkgname=CGNS pkgname=cgns pkgver=4.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations" arch=(x86_64) url="https://cgns.github.io/" license=(Zlib) depends=( - gcc-libs glibc glu hdf5 + libgcc + libgfortran libglvnd libx11 libxmu @@ -25,7 +26,7 @@ makedepends=( gcc-fortran ) source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('c65410a2011aec98b67daf9ec1969a8454c13fc2981afd2cb2a4fa82762320e43db290f203e0a9c4490837b3785850743eb1c578131c3ac5254cd694f4de939a') +sha512sums=('f0a3f82824d81e2db4c992fc41e91c53158898fbf0b342c0c857e5e3f02d081df3822035b9eb558fe12c48ce36e4123810adc11f9b85e60e76e7de7f35a56162') build() { cmake -B build -S ${_pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cgns/-/commit/fbe947ce5ea78db6bac6a6c38391fe9289912ad0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cgns/-/commit/fbe947ce5ea78db6bac6a6c38391fe9289912ad0 You're receiving this email because of your account on gitlab.archlinux.org.
