aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-07 12:51:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-07 12:51:26 +0000
commit3af0d2b99b45d90c79476057ae0104c9cd862bb8 (patch)
treeb616db682b0d4e2a19ff5f120979abcf3d9c7d4c
parentf0b61161e30e0037df92819ad6caf58bb9a01fd4 (diff)
downloadports-3af0d2b99b45d90c79476057ae0104c9cd862bb8.tar.gz
ports-3af0d2b99b45d90c79476057ae0104c9cd862bb8.zip
science/ALPSCore: update the port to version 2.3.1
The old problem which prevented building on 32-bit architectures had been fixed in the meantime.
-rw-r--r--science/ALPSCore/Makefile6
-rw-r--r--science/ALPSCore/distinfo6
-rw-r--r--science/ALPSCore/pkg-plist16
3 files changed, 20 insertions, 8 deletions
diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile
index c555b3e57960..5b0ed91d2ec7 100644
--- a/science/ALPSCore/Makefile
+++ b/science/ALPSCore/Makefile
@@ -1,7 +1,6 @@
PORTNAME= ALPSCore
DISTVERSIONPREFIX= v
-DISTVERSION= 2.2.0
-PORTREVISION= 18
+DISTVERSION= 2.3.1
CATEGORIES= science
MAINTAINER= ports@FreeBSD.org
@@ -11,9 +10,6 @@ WWW= https://github.com/ALPSCore/ALPSCore
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
-BROKEN_i386= fails to build: no matching member function for call to 'read'
-BROKEN_powerpc= fails to build: no matching member function for call to 'read'
-
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libhdf5.so:science/hdf5 \
libsz.so:science/libaec
diff --git a/science/ALPSCore/distinfo b/science/ALPSCore/distinfo
index 03a91f0a097c..9e2c5864d9d2 100644
--- a/science/ALPSCore/distinfo
+++ b/science/ALPSCore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532433744
-SHA256 (ALPSCore-ALPSCore-v2.2.0_GH0.tar.gz) = f7bc9c8f806fb0ad4d38cb6604a10d56ab159ca63aed6530c1f84ecaf40adc61
-SIZE (ALPSCore-ALPSCore-v2.2.0_GH0.tar.gz) = 1404871
+TIMESTAMP = 1694807138
+SHA256 (ALPSCore-ALPSCore-v2.3.1_GH0.tar.gz) = 384f25cd543ded1ac99fe8238db97a5d90d24e1bf83ca8085f494acdd12ed86c
+SIZE (ALPSCore-ALPSCore-v2.3.1_GH0.tar.gz) = 1431788
diff --git a/science/ALPSCore/pkg-plist b/science/ALPSCore/pkg-plist
index fb499f725355..93a6f5d5ad63 100644
--- a/science/ALPSCore/pkg-plist
+++ b/science/ALPSCore/pkg-plist
@@ -30,6 +30,7 @@ include/alps/alea/internal/format.hpp
include/alps/alea/internal/galois.hpp
include/alps/alea/internal/joined.hpp
include/alps/alea/internal/outer.hpp
+include/alps/alea/internal/pooling.hpp
include/alps/alea/internal/util.hpp
include/alps/alea/mean.hpp
include/alps/alea/mpi.hpp
@@ -37,12 +38,15 @@ include/alps/alea/plugin/stream_serializer.hpp
include/alps/alea/propagation.hpp
include/alps/alea/result.hpp
include/alps/alea/serialize.hpp
+include/alps/alea/testing.hpp
include/alps/alea/transform.hpp
include/alps/alea/transformer.hpp
include/alps/alea/util.hpp
+include/alps/alea/util/model.hpp
include/alps/alea/util/serializer.hpp
include/alps/alea/var_strategy.hpp
include/alps/alea/variance.hpp
+include/alps/common/view.hpp
include/alps/config.hpp
include/alps/dictionary.hpp
include/alps/gf/flagcheck.hpp
@@ -51,6 +55,14 @@ include/alps/gf/gf.hpp
include/alps/gf/gf_base.hpp
include/alps/gf/grid.hpp
include/alps/gf/mesh.hpp
+include/alps/gf/mesh/chebyshev_mesh.hpp
+include/alps/gf/mesh/frequency_meshes.hpp
+include/alps/gf/mesh/index.hpp
+include/alps/gf/mesh/index_meshes.hpp
+include/alps/gf/mesh/legendre_mesh.hpp
+include/alps/gf/mesh/mesh_base.hpp
+include/alps/gf/mesh/numerical_mesh.hpp
+include/alps/gf/mesh/time_meshes.hpp
include/alps/gf/mpi_bcast.hpp
include/alps/gf/piecewise_polynomial.hpp
include/alps/gf/tail.hpp
@@ -90,6 +102,7 @@ include/alps/numeric/rectangularize.hpp
include/alps/numeric/scalar.hpp
include/alps/numeric/set_negative_0.hpp
include/alps/numeric/special_functions.hpp
+include/alps/numeric/tensors.hpp
include/alps/numeric/tensors/data_storage.hpp
include/alps/numeric/tensors/data_view.hpp
include/alps/numeric/tensors/tensor_base.hpp
@@ -106,6 +119,9 @@ include/alps/params/iniparser_interface.hpp
include/alps/params/mpi_variant.hpp
include/alps/params/params_impl.hpp
include/alps/params/serialize_variant.hpp
+include/alps/serialization/core.hpp
+include/alps/serialization/eigen.hpp
+include/alps/serialization/util.hpp
include/alps/testing/fp_compare.hpp
include/alps/testing/near.hpp
include/alps/testing/unique_file.hpp