Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 19:58:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528375 - head/math/mlpack
Message-ID:  <202003131958.02DJwdFD035254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Mar 13 19:58:39 2020
New Revision: 528375
URL: https://svnweb.freebsd.org/changeset/ports/528375

Log:
  math/mlpack: Correction

Modified:
  head/math/mlpack/Makefile
  head/math/mlpack/pkg-plist

Modified: head/math/mlpack/Makefile
==============================================================================
--- head/math/mlpack/Makefile	Fri Mar 13 19:50:39 2020	(r528374)
+++ head/math/mlpack/Makefile	Fri Mar 13 19:58:39 2020	(r528375)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mlpack
 DISTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://mlpack.org/files/
 
@@ -18,10 +19,9 @@ LIB_DEPENDS=	libboost_program_options.so:devel/boost-l
 		libarmadillo.so:math/armadillo
 
 USES=		cmake compiler:c++14-lang pkgconfig
-CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=false -DBUILD_CLI_EXECUTABLES=false -DBUILD_PYTHON_BINDINGS=false
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DSTB_IMAGE_INCLUDE_DIR=${LOCALBASE}/include/stb
-CMAKE_OFF=	BUILD_PYTHON_BINDINGS BUILD_TESTS
+CMAKE_OFF=	BUILD_PYTHON_BINDINGS BUILD_TESTS BUILD_CLI_EXECUTABLES
 
 .include <bsd.port.mk>

Modified: head/math/mlpack/pkg-plist
==============================================================================
--- head/math/mlpack/pkg-plist	Fri Mar 13 19:50:39 2020	(r528374)
+++ head/math/mlpack/pkg-plist	Fri Mar 13 19:58:39 2020	(r528375)
@@ -1,49 +1,3 @@
-bin/mlpack_adaboost
-bin/mlpack_approx_kfn
-bin/mlpack_cf
-bin/mlpack_dbscan
-bin/mlpack_decision_stump
-bin/mlpack_decision_tree
-bin/mlpack_det
-bin/mlpack_emst
-bin/mlpack_fastmks
-bin/mlpack_gmm_generate
-bin/mlpack_gmm_probability
-bin/mlpack_gmm_train
-bin/mlpack_hmm_generate
-bin/mlpack_hmm_loglik
-bin/mlpack_hmm_train
-bin/mlpack_hmm_viterbi
-bin/mlpack_hoeffding_tree
-bin/mlpack_kde
-bin/mlpack_kernel_pca
-bin/mlpack_kfn
-bin/mlpack_kmeans
-bin/mlpack_knn
-bin/mlpack_krann
-bin/mlpack_lars
-bin/mlpack_linear_regression
-bin/mlpack_linear_svm
-bin/mlpack_lmnn
-bin/mlpack_local_coordinate_coding
-bin/mlpack_logistic_regression
-bin/mlpack_lsh
-bin/mlpack_mean_shift
-bin/mlpack_nbc
-bin/mlpack_nca
-bin/mlpack_nmf
-bin/mlpack_pca
-bin/mlpack_perceptron
-bin/mlpack_preprocess_binarize
-bin/mlpack_preprocess_describe
-bin/mlpack_preprocess_imputer
-bin/mlpack_preprocess_scale
-bin/mlpack_preprocess_split
-bin/mlpack_radical
-bin/mlpack_random_forest
-bin/mlpack_range_search
-bin/mlpack_softmax_regression
-bin/mlpack_sparse_coding
 include/mlpack/bindings/cli/add_to_po.hpp
 include/mlpack/bindings/cli/cli_option.hpp
 include/mlpack/bindings/cli/default_param.hpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003131958.02DJwdFD035254>