git: d476b7c433c7 - main - math/mlpack: Update 4.0.0 -> 4.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 06:22:57 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d476b7c433c7ae41b425d4b4af4694f780422c2e
commit d476b7c433c7ae41b425d4b4af4694f780422c2e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-31 04:17:42 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-31 06:22:52 +0000
math/mlpack: Update 4.0.0 -> 4.0.1
Reported by: portscout
---
math/mlpack/Makefile | 2 +-
math/mlpack/distinfo | 6 +++---
math/mlpack/files/patch-src_mlpack_tests_CMakeLists.txt | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile
index 3727284a9137..52cbb63de701 100644
--- a/math/mlpack/Makefile
+++ b/math/mlpack/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mlpack
-DISTVERSION= 4.0.0
+DISTVERSION= 4.0.1
CATEGORIES= math # machine-learning
MASTER_SITES= https://mlpack.org/files/
diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo
index 1a5c6482cae4..bb801601dd04 100644
--- a/math/mlpack/distinfo
+++ b/math/mlpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668503967
-SHA256 (mlpack-4.0.0.tar.gz) = 041d9eee96445667d2f7b970d2a799592027f1f8818cd96a65dcce1ac0745773
-SIZE (mlpack-4.0.0.tar.gz) = 5895954
+TIMESTAMP = 1672452144
+SHA256 (mlpack-4.0.1.tar.gz) = 4c746936ed9da9f16744240ed7b9f2815d3abb90c904071a1d1a628a9bbfb3a5
+SIZE (mlpack-4.0.1.tar.gz) = 5907120
diff --git a/math/mlpack/files/patch-src_mlpack_tests_CMakeLists.txt b/math/mlpack/files/patch-src_mlpack_tests_CMakeLists.txt
deleted file mode 100644
index 55d78e15a596..000000000000
--- a/math/mlpack/files/patch-src_mlpack_tests_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-- workaround for https://github.com/mlpack/mlpack/issues/3314
-
---- src/mlpack/tests/CMakeLists.txt.orig 2022-11-15 09:59:36 UTC
-+++ src/mlpack/tests/CMakeLists.txt
-@@ -4,7 +4,7 @@ message("YURI: in tests")
-
- # mlpack test executable.
- add_executable(mlpack_test
-- EXCLUDE_FROM_ALL
-+ #EXCLUDE_FROM_ALL
- ${MLPACK_TEST_SRCS}
-
- # Tests for neural network code (and reinforcement learning code).