XPost: linux.debian.devel.release
This is a multi-part MIME message sent by reportbug.
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
ga@packages.debian.org
Control: affects -1 + src:ga
User:
release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package ga
[ Reason ]
ga 5.9.2-1 rebuilds against the fixed version of mpich (really4.2.1)
intended for trixie, ensuring the static libraries provided by libglobalarrays-dev are properly updated.
It is also an upstream bugfix release. Upstream does not make ga
releases often. It is important for trixie to provide the fixes made
upstream.
[ Impact ]
The recent problems with mpich introduce uncertainty that the
dependent static libraries in libglobalarrays-dev are consistent with
the final mpich version intended for trixie. I am not certain how
stable the libraries will be if not rebuilt. The same is true for
armci-mpi (and nwchem) but it has debci tests. ga does not have debci
tests (buildtime tests only) so needs unblocking.
[ Tests ]
Build tests passed as usual. ga does not have debci tests.
nwchem is built against this version of ga, and is passing tests.
[ Risks ]
Upstream does not make ga releases often. When a release is made, the
changes are generally important. That is, the risk of not including
this package is trixie is higher than the risk of including.
The actual changes are trivial (see debdiff)
[ Checklist ]
[. ] all changes are documented in the d/changelog
Marked as new upstream release.
[x ] I reviewed all changes and I approve them
[x ] attach debdiff against the package in testing
unblock ga/5.9.2-1
diff -Nru ga-5.9.1/CHANGELOG.md ga-5.9.2/CHANGELOG.md
--- ga-5.9.1/CHANGELOG.md 2025-03-17 17:17:27.000000000 +0100
+++ ga-5.9.2/CHANGELOG.md 2025-05-08 18:43:22.000000000 +0200
@@ -11,6 +11,13 @@
## [5.9.1]
- Changed
+ - Updated versions of blaspp, lapackpp
+- Fixed
+ - Fixed a bug in the fortran interface for the nga_rand function
+ - Removed minor memory leak from EAF_Delete function
+
+## [5.9.1]
+- Changed
- Updated OS's for continuous integration
- Converted ARMCI_Error to use const char* instead of char*
- Fixed
diff -Nru ga-5.9.1/cmake/ga-linalg.cmake ga-5.9.2/cmake/ga-linalg.cmake
--- ga-5.9.1/cmake/ga-linalg.cmake 2025-03-17 17:17:27.000000000 +0100
+++ ga-5.9.2/cmake/ga-linalg.cmake 2025-05-08 18:43:22.000000000 +0200
@@ -177,8 +177,8 @@
endif()
if(ENABLE_CXX)
- set(BPP_GIT_TAG v2024.05.31)
- set(LPP_GIT_TAG v2024.05.31)
+ set(BPP_GIT_TAG v2024.10.26)
+ set(LPP_GIT_TAG v2024.10.26)
set(SPP_GIT_TAG 6397f52cf11c0dfd82a79698ee198a2fce515d81)
if(ENABLE_DEV_MODE)
set(BPP_GIT_TA