science/qmcpack: update 3.17.1 → 4.0.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2025-02-06 07:03:26 -08:00
parent 7cd97561cd
commit f3fa6f9a18
3 changed files with 4 additions and 16 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= qmcpack
DISTVERSIONPREFIX= v
DISTVERSION= 3.17.1
PORTREVISION= 1
DISTVERSION= 4.0.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1734220039
SHA256 (QMCPACK-qmcpack-v3.17.1_GH0.tar.gz) = 5318e69a46c035986e560ea3d4c79dc273b67974f01715c93b017ce2a0098399
SIZE (QMCPACK-qmcpack-v3.17.1_GH0.tar.gz) = 122344183
TIMESTAMP = 1738829052
SHA256 (QMCPACK-qmcpack-v4.0.0_GH0.tar.gz) = 26dd4276fb8442d241e437a79ec4b6d7d11507b0f9f1e3c4708660c74690b6ea
SIZE (QMCPACK-qmcpack-v4.0.0_GH0.tar.gz) = 122843366

View file

@ -1,11 +0,0 @@
--- external_codes/mpi_wrapper/mpi3/include/mpi3/detail/package.hpp.orig 2024-12-15 00:09:27 UTC
+++ external_codes/mpi_wrapper/mpi3/include/mpi3/detail/package.hpp
@@ -24,7 +24,7 @@ struct package : buffer {
public:
explicit package(communicator& comm, buffer::size_type n = 0)
- : buffer{n}, bcomm_{reinterpret_cast<basic_communicator&>(comm)} { // NOLINT(cppcoreguidelines-pro-type-reinterpret-cast) TODO(correaa) break cyclic dependency of classes
+ : buffer(static_cast<size_t>(n)), bcomm_{reinterpret_cast<basic_communicator&>(comm)} { // NOLINT(cppcoreguidelines-pro-type-reinterpret-cast) TODO(correaa) break cyclic dependency of classes
reserve(n);
}
package(package const&) = delete;