math/mlpack: Update 4.0.0 -> 4.0.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-12-30 20:17:42 -08:00
parent 17bce3f1aa
commit d476b7c433
3 changed files with 4 additions and 17 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= mlpack
DISTVERSION= 4.0.0
DISTVERSION= 4.0.1
CATEGORIES= math # machine-learning
MASTER_SITES= https://mlpack.org/files/

View File

@ -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

View File

@ -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).