From owner-svn-ports-head@freebsd.org Fri Mar 13 19:58:40 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FF82268A6C; Fri, 13 Mar 2020 19:58:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48fGjD0ZNrz3RHW; Fri, 13 Mar 2020 19:58:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02361B4A3; Fri, 13 Mar 2020 19:58:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02DJwdMU035256; Fri, 13 Mar 2020 19:58:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02DJwdFD035254; Fri, 13 Mar 2020 19:58:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003131958.02DJwdFD035254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 13 Mar 2020 19:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528375 - head/math/mlpack X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/mlpack X-SVN-Commit-Revision: 528375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 19:58:40 -0000 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 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