Date: Tue, 26 May 2026 04:43:16 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5471a5786164 - main - science/dakota: update 6.=?utf-8?Q?22.0 =E2=86=92?= 6.23.0 Message-ID: <6a1524e4.384d9.5e442c0e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5471a578616415aa2855b812d1a0c0ff86b38284 commit 5471a578616415aa2855b812d1a0c0ff86b38284 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-05-26 04:28:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-05-26 04:43:14 +0000 science/dakota: update 6.22.0 → 6.23.0 --- science/dakota/Makefile | 4 +--- science/dakota/distinfo | 6 +++--- ...tilities_include_inline_keyed__registry.hpp.inl | 23 ---------------------- science/dakota/files/patch-src_PluginInterface.hpp | 22 --------------------- science/dakota/files/patch-src_WorkdirHelper.cpp | 12 ----------- science/dakota/files/patch-src_WorkdirHelper.hpp | 12 ----------- science/dakota/pkg-plist | 6 ++++++ 7 files changed, 10 insertions(+), 75 deletions(-) diff --git a/science/dakota/Makefile b/science/dakota/Makefile index 21aebc32f08d..66ecafbe4bf9 100644 --- a/science/dakota/Makefile +++ b/science/dakota/Makefile @@ -1,7 +1,5 @@ PORTNAME= dakota -DISTVERSION= 6.22.0 -PORTREVISION= 2 -PORTEVISION= 1 +DISTVERSION= 6.23.0 CATEGORIES= science MASTER_SITES= https://github.com/snl-dakota/dakota/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-public-src-cli diff --git a/science/dakota/distinfo b/science/dakota/distinfo index 34b2e45215fb..38821ca9ff26 100644 --- a/science/dakota/distinfo +++ b/science/dakota/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749739745 -SHA256 (dakota-6.22.0-public-src-cli.tar.gz) = 31d76636e4d22e6e847de3ada8cbf35a6e6c2c805ccd8677c8c4210f0ff53e07 -SIZE (dakota-6.22.0-public-src-cli.tar.gz) = 139890358 +TIMESTAMP = 1779765480 +SHA256 (dakota-6.23.0-public-src-cli.tar.gz) = f8461a10d460333a539a3e6d319d45bd44a18d06c862ad8204294cfb418ac8dc +SIZE (dakota-6.23.0-public-src-cli.tar.gz) = 139932166 SHA256 (stan-dev-math-v2.18.0_GH0.tar.gz) = 53fbce2b28aea76695af7a91f51fdd356367153fc42b3573e2b91e6586eca91d SIZE (stan-dev-math-v2.18.0_GH0.tar.gz) = 17528084 diff --git a/science/dakota/files/patch-packages_external_JEGA_eddy_utilities_include_inline_keyed__registry.hpp.inl b/science/dakota/files/patch-packages_external_JEGA_eddy_utilities_include_inline_keyed__registry.hpp.inl deleted file mode 100644 index 7316df24fc83..000000000000 --- a/science/dakota/files/patch-packages_external_JEGA_eddy_utilities_include_inline_keyed__registry.hpp.inl +++ /dev/null @@ -1,23 +0,0 @@ -- https://github.com/snl-dakota/dakota/issues/178 - ---- packages/external/JEGA/eddy/utilities/include/inline/keyed_registry.hpp.inl.orig 2025-03-28 21:44:35 UTC -+++ packages/external/JEGA/eddy/utilities/include/inline/keyed_registry.hpp.inl -@@ -153,18 +153,6 @@ template<typename KeyType, typename ValueType> - } - - template<typename KeyType, typename ValueType> --bool --keyed_registry<KeyType, ValueType>::unregister( -- const KeyType& value -- ) --{ -- typename container::iterator it(this->find(this->key)); -- if(it == this->_registry.end()) return false; -- this->_registry.erase(it); -- return true; --} -- --template<typename KeyType, typename ValueType> - typename keyed_registry<KeyType, ValueType>::const_iterator - keyed_registry<KeyType, ValueType>::find( - const KeyType& key diff --git a/science/dakota/files/patch-src_PluginInterface.hpp b/science/dakota/files/patch-src_PluginInterface.hpp deleted file mode 100644 index 6e002abc8086..000000000000 --- a/science/dakota/files/patch-src_PluginInterface.hpp +++ /dev/null @@ -1,22 +0,0 @@ -# https://github.com/snl-dakota/dakota/pull/195 - ---- src/PluginInterface.hpp.orig 2025-06-14 09:02:26 UTC -+++ src/PluginInterface.hpp -@@ -13,7 +13,7 @@ - #include "ApplicationInterface.hpp" - #include "plugins/DakotaInterfaceAPI.hpp" - --#include <boost/shared_ptr.hpp> // blech -+#include <memory> - - - namespace Dakota { -@@ -54,7 +54,7 @@ class PluginInterface: public ApplicationInterface (pr - String pluginPath; - - /// the interface class loaded via plugin -- boost::shared_ptr<DakotaPlugins::DakotaInterfaceAPI> pluginInterface; -+ std::shared_ptr<DakotaPlugins::DakotaInterfaceAPI> pluginInterface; - - - /// list of drivers to perform core simulation mappings (can diff --git a/science/dakota/files/patch-src_WorkdirHelper.cpp b/science/dakota/files/patch-src_WorkdirHelper.cpp deleted file mode 100644 index 09c38b92c034..000000000000 --- a/science/dakota/files/patch-src_WorkdirHelper.cpp +++ /dev/null @@ -1,12 +0,0 @@ -- https://github.com/snl-dakota/dakota/pull/181 - ---- src/WorkdirHelper.cpp.orig 2025-03-30 08:18:38 UTC -+++ src/WorkdirHelper.cpp -@@ -11,6 +11,7 @@ - #include "dakota_data_util.hpp" // for strcontains - #include "dakota_global_defs.hpp" - #include <boost/array.hpp> -+#include <boost/filesystem/exception.hpp> - #include <boost/tokenizer.hpp> - #include <cassert> - diff --git a/science/dakota/files/patch-src_WorkdirHelper.hpp b/science/dakota/files/patch-src_WorkdirHelper.hpp deleted file mode 100644 index 3b4a404cb809..000000000000 --- a/science/dakota/files/patch-src_WorkdirHelper.hpp +++ /dev/null @@ -1,12 +0,0 @@ -- https://github.com/snl-dakota/dakota/pull/179 - ---- src/WorkdirHelper.hpp.orig 2025-03-30 07:11:51 UTC -+++ src/WorkdirHelper.hpp -@@ -17,6 +17,7 @@ - #include <boost/regex.hpp> - #include <boost/iterator/filter_iterator.hpp> - -+#include <boost/filesystem/directory.hpp> - #include <boost/filesystem/operations.hpp> - #include <boost/filesystem/path.hpp> - namespace bfs = boost::filesystem; diff --git a/science/dakota/pkg-plist b/science/dakota/pkg-plist index d9146bcf1ef3..ca2e3346d1a2 100644 --- a/science/dakota/pkg-plist +++ b/science/dakota/pkg-plist @@ -138,6 +138,7 @@ include/DakotaApproximation.hpp include/DakotaBuildInfo.hpp include/DakotaConstraints.hpp include/DakotaEnvironment.hpp +include/DakotaExtPythonMethod.hpp include/DakotaFieldApproximation.hpp include/DakotaGraphics.hpp include/DakotaInterface.hpp @@ -755,6 +756,7 @@ include/NonDGlobalInterval.hpp include/NonDGlobalReliability.hpp include/NonDGlobalSingleInterval.hpp include/NonDHierarchSampling.hpp +include/NonDImportPoints.hpp include/NonDIntegration.hpp include/NonDInterval.hpp include/NonDLHSEvidence.hpp @@ -896,6 +898,7 @@ include/ProbabilityTransformation.hpp include/ProblemConfig.hpp include/ProblemConfig.hpp.inl include/ProblemDescDB.hpp +include/ProblemDescDBUtils.hpp include/ProcessApplicInterface.hpp include/ProcessHandleApplicInterface.hpp include/ProgramOptions.hpp @@ -1931,6 +1934,7 @@ include/UniformOffsetMutator.hpp include/UniformOffsetMutator.hpp.inl include/UniformRandomVariable.hpp include/UsageTracker.hpp +include/UserModes.hpp include/UtilDataScaler.hpp include/UtilLinearSolvers.hpp include/VPSApproximation.hpp @@ -2102,6 +2106,7 @@ include/dakota_tabular_io.hpp include/ddace_fortran.h include/decorator_log.hpp include/default_types.hpp +include/delete_study_components.hpp include/dream.hpp include/dream_user.hpp include/entries.hpp @@ -2235,6 +2240,7 @@ include/pr_queue.h include/pr_queue_k.h include/predator_prey.hpp include/proto.h +include/python_utils.hpp include/registry.hpp include/registry.hpp.inl include/rnglib.hpphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1524e4.384d9.5e442c0e>
