public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2013-02-25  2:38 Sebastien Fabbro
  0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2013-02-25  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5133e36fd00815e5aad14b1f27693b3e0ac49fef
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 02:37:39 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 02:37:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5133e36f

sci-libs/mlpack: Initial import

Package-Manager: portage-2.2.01.21688-prefix
RepoMan-Options: --force

---
 sci-libs/mlpack/ChangeLog           |    9 +++++++
 sci-libs/mlpack/metadata.xml        |   13 +++++++++++
 sci-libs/mlpack/mlpack-1.0.4.ebuild |   40 +++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
new file mode 100644
index 0000000..faaa8c9
--- /dev/null
+++ b/sci-libs/mlpack/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-libs/mlpack
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mlpack-1.0.4 (25 Feb 2013)
+
+  25 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+  +mlpack-1.0.4.ebuild:
+  sci-libs/mlpack: Initial import

diff --git a/sci-libs/mlpack/metadata.xml b/sci-libs/mlpack/metadata.xml
new file mode 100644
index 0000000..c7e9ed3
--- /dev/null
+++ b/sci-libs/mlpack/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+  mlpack is a C++ machine learning library with emphasis on
+  scalability, speed, and ease-of-use. Its aim is to make machine
+  learning possible for novice users by means of a simple, consistent
+  API, while simultaneously exploiting C++ language features to
+  provide maximum performance and maximum flexibility for expert
+  users.
+</longdescription>
+</pkgmetadata>

diff --git a/sci-libs/mlpack/mlpack-1.0.4.ebuild b/sci-libs/mlpack/mlpack-1.0.4.ebuild
new file mode 100644
index 0000000..09bd23f
--- /dev/null
+++ b/sci-libs/mlpack/mlpack-1.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Scalable c++ machine learning library"
+HOMEPAGE="http://www.mlpack.org/"
+SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+	dev-libs/boost
+	dev-libs/libxml2
+	sci-libs/armadillo[lapack]"
+
+DEPEND="${DEPEND}
+	doc? ( app-doc/doxygen )"
+
+DOCS=( HISTORY.txt )
+
+src_prepare() {
+	sed -i \
+		-e "s:share/doc/mlpack:share/doc/${PF}:" \
+		CMakeLists.txt || die
+}
+
+src_compile() {
+	cmake-utils_src_compile all $(use doc && echo doc)
+}
+
+src_test() {
+	emake -C "${BUILD_DIR}" test
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2013-05-25  4:40 Sebastien Fabbro
  0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2013-05-25  4:40 UTC (permalink / raw
  To: gentoo-commits

commit:     43f5999be62c78f3b41d3b6c59c48b1c69f525aa
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 04:34:56 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat May 25 04:34:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43f5999b

sci-libs/mlpack: Version bump

Package-Manager: portage-2.2.01.21938-prefix
RepoMan-Options: --force

---
 sci-libs/mlpack/ChangeLog                          |    6 ++++++
 ...{mlpack-1.0.4-r1.ebuild => mlpack-1.0.5.ebuild} |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index aae0b96..4a7a924 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mlpack-1.0.5 (25 May 2013)
+
+  25 May 2013; Sébastien Fabbro <bicatali@gentoo.org> +mlpack-1.0.5.ebuild,
+  -mlpack-1.0.4-r1.ebuild:
+  sci-libs/mlpack: Version bump
+
 *mlpack-1.0.4-r1 (28 Feb 2013)
 
   28 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org>

diff --git a/sci-libs/mlpack/mlpack-1.0.4-r1.ebuild b/sci-libs/mlpack/mlpack-1.0.5.ebuild
similarity index 88%
rename from sci-libs/mlpack/mlpack-1.0.4-r1.ebuild
rename to sci-libs/mlpack/mlpack-1.0.5.ebuild
index 21bbce8..b3680a7 100644
--- a/sci-libs/mlpack/mlpack-1.0.4-r1.ebuild
+++ b/sci-libs/mlpack/mlpack-1.0.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils
+inherit cmake-utils eutils
 
 DESCRIPTION="Scalable c++ machine learning library"
 HOMEPAGE="http://www.mlpack.org/"
@@ -21,14 +21,16 @@ RDEPEND="
 	sci-libs/armadillo[lapack]"
 
 DEPEND="${DEPEND}
+	app-text/txt2man
 	doc? ( app-doc/doxygen )"
 
 DOCS=( HISTORY.txt )
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-libdir.patch
+	epatch "${FILESDIR}"/${PN}-1.0.4-libdir.patch
 	sed -i \
 		-e "s:share/doc/mlpack:share/doc/${PF}:" \
+		-e 's/-O3//g' \
 		CMakeLists.txt || die
 }
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2013-07-03 16:22 Sebastien Fabbro
  0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2013-07-03 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b8892f6d11912491a934cdc0dcedb49f7811c60f
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 16:22:13 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 16:22:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b8892f6d

sci-libs/mlpack: Version bump

Package-Manager: portage-2.2.01.22097-prefix
RepoMan-Options: --force

---
 sci-libs/mlpack/ChangeLog                                    | 6 ++++++
 sci-libs/mlpack/{mlpack-1.0.5.ebuild => mlpack-1.0.6.ebuild} | 0
 2 files changed, 6 insertions(+)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index 4a7a924..1fe262d 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mlpack-1.0.6 (03 Jul 2013)
+
+  03 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> +mlpack-1.0.6.ebuild,
+  -mlpack-1.0.5.ebuild:
+  sci-libs/mlpack: Version bump
+
 *mlpack-1.0.5 (25 May 2013)
 
   25 May 2013; Sébastien Fabbro <bicatali@gentoo.org> +mlpack-1.0.5.ebuild,

diff --git a/sci-libs/mlpack/mlpack-1.0.5.ebuild b/sci-libs/mlpack/mlpack-1.0.6.ebuild
similarity index 100%
rename from sci-libs/mlpack/mlpack-1.0.5.ebuild
rename to sci-libs/mlpack/mlpack-1.0.6.ebuild


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2014-02-10  4:14 Sebastien Fabbro
  0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2014-02-10  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5c87d26f879e8775f1a9d00e80e06eeacb311136
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 03:47:31 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 03:47:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5c87d26f

sci-libs/mlpack: Version bump

Package-Manager: portage-2.2.8-prefix

---
 sci-libs/mlpack/ChangeLog                                    | 8 +++++++-
 sci-libs/mlpack/{mlpack-1.0.7.ebuild => mlpack-1.0.8.ebuild} | 6 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index a0a795e..6d2e24f 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-libs/mlpack
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mlpack-1.0.8 (10 Feb 2014)
+
+  10 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +mlpack-1.0.8.ebuild,
+  -mlpack-1.0.7.ebuild:
+  sci-libs/mlpack: Version bump
+
 *mlpack-1.0.7 (07 Dec 2013)
 
   07 Dec 2013; Sébastien Fabbro <bicatali@gentoo.org> +mlpack-1.0.7.ebuild,

diff --git a/sci-libs/mlpack/mlpack-1.0.7.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild
similarity index 82%
rename from sci-libs/mlpack/mlpack-1.0.7.ebuild
rename to sci-libs/mlpack/mlpack-1.0.8.ebuild
index d2d6e1d..ad1a4c4 100644
--- a/sci-libs/mlpack/mlpack-1.0.7.ebuild
+++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils eutils
+inherit cmake-utils eutils toolchain-funcs
 
 DESCRIPTION="Scalable c++ machine learning library"
 HOMEPAGE="http://www.mlpack.org/"
@@ -22,6 +22,7 @@ RDEPEND="
 
 DEPEND="${DEPEND}
 	app-text/txt2man
+	dev-util/pkgconfig
 	doc? ( app-doc/doxygen )"
 
 DOCS=( HISTORY.txt )
@@ -32,6 +33,9 @@ src_prepare() {
 		-e "s:share/doc/mlpack:share/doc/${PF}:" \
 		-e 's/-O3//g' \
 		CMakeLists.txt || die
+	sed -i \
+		-e "s|\(set(ARMADILLO_LIBRARIES\)|\1 $($(tc-getPKG_CONFIG) --libs blas lapack)|" \
+		CMake/FindArmadillo.cmake || die
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2014-09-16 17:01 Christoph Junghans
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans @ 2014-09-16 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     424e2c7290669868faf570329d5a28a7a169d3aa
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 16:59:51 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:59:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=424e2c72

fixed deps

Package-Manager: portage-2.2.8-r1

---
 sci-libs/mlpack/ChangeLog           | 3 +++
 sci-libs/mlpack/mlpack-1.0.8.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index b3133f6..d35039b 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> mlpack-1.0.8.ebuild:
+  fixed deps
+
   15 Feb 2014; Reinis Danne <rei4dan@gmail.com> mlpack-1.0.8.ebuild,
   +files/mlpack-1.0.8-uint32_t.patch:
   Add patch to fix build failure with FEATURES=test.

diff --git a/sci-libs/mlpack/mlpack-1.0.8.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild
index 3a6691b..01cc0f5 100644
--- a/sci-libs/mlpack/mlpack-1.0.8.ebuild
+++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 
 DEPEND="${DEPEND}
 	app-text/txt2man
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( app-doc/doxygen )"
 
 DOCS=( HISTORY.txt )


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2014-12-16 23:01 Christoph Junghans
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans @ 2014-12-16 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     81407a3bf37806b87c1834d0df71cfb63d66c56d
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 23:00:42 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 23:00:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81407a3b

fixed deps (bug #532752)

Package-Manager: portage-2.2.14

---
 sci-libs/mlpack/ChangeLog           | 3 +++
 sci-libs/mlpack/mlpack-1.0.8.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index d35039b..201b2f8 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Dec 2014; Christoph Junghans <ottxor@gentoo.org> mlpack-1.0.8.ebuild:
+  fixed deps (bug #532752)
+
   16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> mlpack-1.0.8.ebuild:
   fixed deps
 

diff --git a/sci-libs/mlpack/mlpack-1.0.8.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild
index 01cc0f5..66c3d8a 100644
--- a/sci-libs/mlpack/mlpack-1.0.8.ebuild
+++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ IUSE="debug doc"
 RDEPEND="
 	dev-libs/boost
 	dev-libs/libxml2
-	sci-libs/armadillo[lapack]"
+	>=sci-libs/armadillo-3.6.0[lapack]"
 
 DEPEND="${DEPEND}
 	app-text/txt2man


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2020-10-30 14:51 Aisha Tammy
  0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-10-30 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     033b43107c3df4c0fbc239df480cc0bc3343b8d0
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Oct 30 14:51:32 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Oct 30 14:51:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=033b4310

sci-libs/mlpack: version bump to 3.4.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-libs/mlpack/mlpack-3.4.2.ebuild | 112 ++++++++++++++++++++++++++++++++++++
 1 file changed, 112 insertions(+)

diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
new file mode 100644
index 000000000..661299d6d
--- /dev/null
+++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit cmake python-single-r1 toolchain-funcs
+
+DESCRIPTION="scalable C++ machine learning library"
+HOMEPAGE="http://www.mlpack.org/"
+SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE+="arma-debug debug doc go julia matlab openmp profile R test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} arma-debug? ( debug )"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+	${PYTHON_DEPS}
+	julia? ( || (
+			dev-lang/julia
+			dev-lang/julia-bin
+		)
+	)
+	go? ( dev-lang/go )
+	R? ( dev-lang/R )
+"
+
+RDEPEND="
+	${CDEPEND}
+	$(python_gen_cond_dep '
+		dev-libs/boost[${PYTHON_USEDEP}]
+		dev-libs/libxml2[${PYTHON_USEDEP}]
+	')
+	dev-python/pandas
+	dev-python/cython
+	dev-python/numpy
+	dev-libs/stb
+	>=sci-libs/armadillo-8.4.0[arpack,blas,lapack]
+	sci-libs/ensmallen
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${CDEPEND}
+	app-text/txt2man
+	virtual/pkgconfig
+	doc? (
+		app-doc/doxygen
+		dev-libs/mathjax
+	)
+	test? ( $( python_gen_cond_dep '
+		dev-python/pytest[${PYTHON_USEDEP}]
+		')
+	)
+"
+
+pkg_setup() {
+	elog "If you want to build matlab bindings then you"
+	elog "need to make sure that matlab has been installed"
+	elog "prior to building this package and it is available"
+	elog "in the standard locations to be found by"
+	elog "CMake, library finders, header includes and other"
+	elog "trinkets that are used while compiling."
+	elog "Matlab will not be entertained as a first class"
+	elog "citizen until we have enough personnel"
+
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	sed -i \
+		-e "s:share/doc/mlpack:share/doc/${PF}:" \
+		-e 's/-O3//g' \
+		CMakeLists.txt || die
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DDISABLE_DOWNLOADS=ON
+		-DDOWNLOAD_ENSMALLEN=OFF
+		-DDOWNLOAD_STB_IMAGE=OFF
+		-DBUILD_WITH_COVERAGE=OFF
+		-DBUILD_PYTHON_BINDINGS=ON
+		-DBUILD_SHARED_LIBS=ON
+		-DBUILD_CLI_EXECUTABLES=ON
+		-DTEST_VERBOSE=$(usex test)
+		-DBUILD_TESTS=$(usex test)
+		-DDEBUG=$(usex debug)
+		-DPROFILE=$(usex profile)
+		-DARMA_EXTRA_DEBUG=$(usex arma-debug)
+		-DUSE_OPENMP=$(usex openmp)
+		-DMATLAB_BINDINGS=$(usex matlab)
+		-DBUILD_GO_SHLIB=$(usex go)
+		-DBUILD_JULIA_BINDINGS=$(usex julia)
+		-DBUILD_GO_BINDINGS=$(usex go)
+		-DBUILD_R_BINDINGS=$(usex R)
+		-DBUILD_MARKDOWN_BINDINGS=$(usex doc)
+		-DMATHJAX=$(usex doc)
+		${EXTRA_ECONF[@]}
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	python_optimize
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2021-01-13 21:06 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-01-13 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     831321396e7464928f8d2a6fb828f8639e7a216c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 20:59:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 20:59:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=83132139

sci-libs/mlpack: use https for homepage

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/mlpack/mlpack-3.4.1.ebuild | 6 +++---
 sci-libs/mlpack/mlpack-3.4.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-libs/mlpack/mlpack-3.4.1.ebuild b/sci-libs/mlpack/mlpack-3.4.1.ebuild
index 661299d6d..113d56be9 100644
--- a/sci-libs/mlpack/mlpack-3.4.1.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} )
 inherit cmake python-single-r1 toolchain-funcs
 
 DESCRIPTION="scalable C++ machine learning library"
-HOMEPAGE="http://www.mlpack.org/"
-SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
+HOMEPAGE="https://www.mlpack.org/"
+SRC_URI="https://www.mlpack.org/files/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
index 661299d6d..113d56be9 100644
--- a/sci-libs/mlpack/mlpack-3.4.2.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} )
 inherit cmake python-single-r1 toolchain-funcs
 
 DESCRIPTION="scalable C++ machine learning library"
-HOMEPAGE="http://www.mlpack.org/"
-SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
+HOMEPAGE="https://www.mlpack.org/"
+SRC_URI="https://www.mlpack.org/files/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2021-06-01  9:24 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     db82374e1bdb7444c1a7dfd1dd7321a6dc8441d4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 09:23:58 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:23:58 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=db82374e

sci-libs/mlpack: fix dependency.missingslot

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/mlpack/mlpack-3.4.1.ebuild | 2 +-
 sci-libs/mlpack/mlpack-3.4.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mlpack/mlpack-3.4.1.ebuild b/sci-libs/mlpack/mlpack-3.4.1.ebuild
index 359060d13..bc5f8d642 100644
--- a/sci-libs/mlpack/mlpack-3.4.1.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.1.ebuild
@@ -22,7 +22,7 @@ CDEPEND="
 	${PYTHON_DEPS}
 	julia? ( || (
 			dev-lang/julia
-			dev-lang/julia-bin
+			dev-lang/julia-bin:*
 		)
 	)
 	go? ( dev-lang/go )

diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
index 359060d13..bc5f8d642 100644
--- a/sci-libs/mlpack/mlpack-3.4.2.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
@@ -22,7 +22,7 @@ CDEPEND="
 	${PYTHON_DEPS}
 	julia? ( || (
 			dev-lang/julia
-			dev-lang/julia-bin
+			dev-lang/julia-bin:*
 		)
 	)
 	go? ( dev-lang/go )


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2021-12-16 10:57 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-12-16 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9fce2b022ac77a10e752e4f0db7e3b688e5505c8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:47:14 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:47:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fce2b02

sci-libs/mlpack: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/mlpack/mlpack-3.4.1.ebuild | 2 +-
 sci-libs/mlpack/mlpack-3.4.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mlpack/mlpack-3.4.1.ebuild b/sci-libs/mlpack/mlpack-3.4.1.ebuild
index bc5f8d642..d03dd9ab1 100644
--- a/sci-libs/mlpack/mlpack-3.4.1.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit cmake python-single-r1 toolchain-funcs
+inherit cmake python-single-r1
 
 DESCRIPTION="scalable C++ machine learning library"
 HOMEPAGE="https://www.mlpack.org/"

diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
index bc5f8d642..d03dd9ab1 100644
--- a/sci-libs/mlpack/mlpack-3.4.2.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit cmake python-single-r1 toolchain-funcs
+inherit cmake python-single-r1
 
 DESCRIPTION="scalable C++ machine learning library"
 HOMEPAGE="https://www.mlpack.org/"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
@ 2022-01-15 14:10 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2022-01-15 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     06d640095ed4f74e145512a50b270db1278a0811
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:08:06 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:08:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=06d64009

sci-libs/mlpack: fix pytest-runner error

Closes: https://github.com/gentoo/sci/issues/1086
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/mlpack/mlpack-3.4.2.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
index d03dd9ab1..bfc7231e1 100644
--- a/sci-libs/mlpack/mlpack-3.4.2.ebuild
+++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -34,10 +34,10 @@ RDEPEND="
 	$(python_gen_cond_dep '
 		dev-libs/boost[${PYTHON_USEDEP}]
 		dev-libs/libxml2[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/cython[${PYTHON_USEDEP}]
 	')
-	dev-python/pandas
-	dev-python/cython
-	dev-python/numpy
 	dev-libs/stb
 	>=sci-libs/armadillo-8.4.0[arpack,blas,lapack]
 	sci-libs/ensmallen
@@ -51,6 +51,9 @@ BDEPEND="
 		app-doc/doxygen
 		dev-libs/mathjax
 	)
+	$(python_gen_cond_dep '
+		dev-python/cython[${PYTHON_USEDEP}]
+	')
 	test? ( $( python_gen_cond_dep '
 		dev-python/pytest[${PYTHON_USEDEP}]
 		')
@@ -75,6 +78,9 @@ src_prepare() {
 		-e "s:share/doc/mlpack:share/doc/${PF}:" \
 		-e 's/-O3//g' \
 		CMakeLists.txt || die
+	# drop dep on pytest-runner
+	sed -i -e "/setup_requires/d" \
+		src/mlpack/bindings/python/setup.py.in || die
 	cmake_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-15 14:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 16:22 [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2022-01-15 14:10 Andrew Ammerlaan
2021-12-16 10:57 Andrew Ammerlaan
2021-06-01  9:24 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2020-10-30 14:51 Aisha Tammy
2014-12-16 23:01 Christoph Junghans
2014-09-16 17:01 Christoph Junghans
2014-02-10  4:14 Sebastien Fabbro
2013-05-25  4:40 Sebastien Fabbro
2013-02-25  2:38 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox