public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/symengine/
@ 2015-10-06 21:01 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-10-06 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0b3f38a08d320d1d460ae9d2f93076c7ff1ec84c
Author:     layman <layman <AT> localhost>
AuthorDate: Sat Sep 12 12:54:43 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Sep 12 21:34:29 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b3f38a0

sci-libs/symengine: cleaning up syntax; remove openmpi dep

Package-Manager: portage-2.2.20-prefix

 sci-libs/symengine/symengine-0.1.0.ebuild | 11 ++++-------
 sci-libs/symengine/symengine-9999.ebuild  | 12 ++++--------
 2 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/sci-libs/symengine/symengine-0.1.0.ebuild b/sci-libs/symengine/symengine-0.1.0.ebuild
index cc464d1..8f549ee 100644
--- a/sci-libs/symengine/symengine-0.1.0.ebuild
+++ b/sci-libs/symengine/symengine-0.1.0.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
 	boost? ( dev-libs/boost )
 	python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}
-	openmp? ( sys-cluster/openmpi )
 	python? (
 		dev-python/cython[${PYTHON_USEDEP}]
 		dev-python/setuptools[${PYTHON_USEDEP}] )"
@@ -31,12 +30,10 @@ DEPEND="${RDEPEND}
 CMAKE_BUILD_TYPE=Release
 
 pkg_pretend() {
-	if [[ ${MERGE_TYPE} != binary ]]; then
-		if use openmp; then
-			if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
-				ewarn "OpenMP is not available in your current selected gcc"
-				die "need openmp capable gcc"
-			fi
+	if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
+		if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
+			ewarn "OpenMP is not available in your current selected gcc"
+			die "need openmp capable gcc"
 		fi
 	fi
 }

diff --git a/sci-libs/symengine/symengine-9999.ebuild b/sci-libs/symengine/symengine-9999.ebuild
index 2949716..9e6ab53 100644
--- a/sci-libs/symengine/symengine-9999.ebuild
+++ b/sci-libs/symengine/symengine-9999.ebuild
@@ -24,21 +24,17 @@ RDEPEND="
 	boost? ( dev-libs/boost )
 	python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}
-	openmp? ( sys-cluster/openmpi )
 	python? (
 		dev-python/cython[${PYTHON_USEDEP}]
 		dev-python/setuptools[${PYTHON_USEDEP}] )"
 
-
 CMAKE_BUILD_TYPE=Release
 
 pkg_pretend() {
-	if [[ ${MERGE_TYPE} != binary ]]; then
-		if use openmp; then
-			if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
-				ewarn "OpenMP is not available in your current selected gcc"
-				die "need openmp capable gcc"
-			fi
+	if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
+		if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
+			ewarn "OpenMP is not available in your current selected gcc"
+			die "need openmp capable gcc"
 		fi
 	fi
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/symengine/
@ 2015-10-06 21:01 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-10-06 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     02ddda07511f808136b170397def65f67e9c6cca
Author:     layman <layman <AT> localhost>
AuthorDate: Mon Aug 24 19:57:42 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Aug 29 17:36:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=02ddda07

sci-libs/symengine: add sympy-symengine

Package-Manager: portage-2.2.20-prefix

 sci-libs/symengine/ChangeLog              | 10 +++++
 sci-libs/symengine/metadata.xml           | 15 ++++++++
 sci-libs/symengine/symengine-0.1.0.ebuild | 61 ++++++++++++++++++++++++++++++
 sci-libs/symengine/symengine-9999.ebuild  | 63 +++++++++++++++++++++++++++++++
 4 files changed, 149 insertions(+)

diff --git a/sci-libs/symengine/ChangeLog b/sci-libs/symengine/ChangeLog
new file mode 100644
index 0000000..80d711f
--- /dev/null
+++ b/sci-libs/symengine/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/symengine
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*symengine-0.1.0 (24 Aug 2015)
+*symengine-9999 (24 Aug 2015)
+
+  24 Aug 2015; Michael Schubert <mschu.dev@gmail.com> +metadata.xml,
+  +symengine-0.1.0.ebuild, +symengine-9999.ebuild:
+  sci-libs/symengine: add sympy-symengine

diff --git a/sci-libs/symengine/metadata.xml b/sci-libs/symengine/metadata.xml
new file mode 100644
index 0000000..6d3c8af
--- /dev/null
+++ b/sci-libs/symengine/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-mathematics</herd>
+  <maintainer>
+    <email>mschu.dev@gmail.com</email>
+    <name>Michael Schubert</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">sympy/symengine</remote-id>
+  </upstream>
+<use>
+	<flag name="boost">Add support for boost (<pkg>dev-libs/boost</pkg>)</flag>
+</use>
+</pkgmetadata>

diff --git a/sci-libs/symengine/symengine-0.1.0.ebuild b/sci-libs/symengine/symengine-0.1.0.ebuild
new file mode 100644
index 0000000..cc464d1
--- /dev/null
+++ b/sci-libs/symengine/symengine-0.1.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="Fast symbolic manipulation library, written in C++"
+HOMEPAGE="https://github.com/sympy/symengine"
+SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="boost openmp python threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	dev-libs/jemalloc
+	boost? ( dev-libs/boost )
+	python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+	openmp? ( sys-cluster/openmpi )
+	python? (
+		dev-python/cython[${PYTHON_USEDEP}]
+		dev-python/setuptools[${PYTHON_USEDEP}] )"
+
+CMAKE_BUILD_TYPE=Release
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		if use openmp; then
+			if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
+				ewarn "OpenMP is not available in your current selected gcc"
+				die "need openmp capable gcc"
+			fi
+		fi
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_PREFIX:PATH="${EPREFIX}"/usr
+		$(cmake-utils_use_with boost)
+		$(cmake-utils_use_with openmp)
+		$(cmake-utils_use_with python)
+	)
+
+	if use threads; then
+		mycmakeargs+=(
+			-DWITH_TCMALLOC:BOOL=ON
+			-DWITH_PTHREAD:BOOL=ON
+			-DWITH_SYMENGINE_THREAD_SAFE:BOOL=ON
+		)
+	fi
+
+	cmake-utils_src_configure
+}

diff --git a/sci-libs/symengine/symengine-9999.ebuild b/sci-libs/symengine/symengine-9999.ebuild
new file mode 100644
index 0000000..2949716
--- /dev/null
+++ b/sci-libs/symengine/symengine-9999.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit git-r3 cmake-utils python-single-r1
+
+DESCRIPTION="Fast symbolic manipulation library, written in C++"
+HOMEPAGE="https://github.com/sympy/symengine"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/sympy/symengine.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="boost openmp python threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	dev-libs/jemalloc
+	boost? ( dev-libs/boost )
+	python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+	openmp? ( sys-cluster/openmpi )
+	python? (
+		dev-python/cython[${PYTHON_USEDEP}]
+		dev-python/setuptools[${PYTHON_USEDEP}] )"
+
+
+CMAKE_BUILD_TYPE=Release
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		if use openmp; then
+			if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
+				ewarn "OpenMP is not available in your current selected gcc"
+				die "need openmp capable gcc"
+			fi
+		fi
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_PREFIX:PATH="${EPREFIX}"/usr
+		$(cmake-utils_use_with boost)
+		$(cmake-utils_use_with openmp)
+		$(cmake-utils_use_with python)
+	)
+
+	if use threads; then
+		mycmakeargs+=(
+			-DWITH_TCMALLOC:BOOL=ON
+			-DWITH_PTHREAD:BOOL=ON
+			-DWITH_SYMENGINE_THREAD_SAFE:BOOL=ON
+		)
+	fi
+
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/symengine/
@ 2015-10-06 21:01 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-10-06 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     444d2d35285ed54cc95778306b1deb76ea4c29fa
Author:     mschubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sat Oct  3 12:50:25 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Oct  3 12:50:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=444d2d35

sci-libs/symengine: use either openmp or threads

Package-Manager: portage-2.2.20-prefix

 sci-libs/symengine/ChangeLog              | 4 ++++
 sci-libs/symengine/symengine-0.1.0.ebuild | 4 +++-
 sci-libs/symengine/symengine-9999.ebuild  | 4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/sci-libs/symengine/ChangeLog b/sci-libs/symengine/ChangeLog
index 80d711f..a012019 100644
--- a/sci-libs/symengine/ChangeLog
+++ b/sci-libs/symengine/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  03 Oct 2015; Michael Schubert <mschu.dev@gmail.com> symengine-0.1.0.ebuild,
+  symengine-9999.ebuild:
+  sci-libs/symengine: use either openmp or threads
+
 *symengine-0.1.0 (24 Aug 2015)
 *symengine-9999 (24 Aug 2015)
 

diff --git a/sci-libs/symengine/symengine-0.1.0.ebuild b/sci-libs/symengine/symengine-0.1.0.ebuild
index 8f549ee..e365686 100644
--- a/sci-libs/symengine/symengine-0.1.0.ebuild
+++ b/sci-libs/symengine/symengine-0.1.0.ebuild
@@ -16,7 +16,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="boost openmp python threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+	python? ( ${PYTHON_REQUIRED_USE} )
+	?? ( openmp threads )"
 
 RDEPEND="
 	dev-libs/jemalloc

diff --git a/sci-libs/symengine/symengine-9999.ebuild b/sci-libs/symengine/symengine-9999.ebuild
index 9e6ab53..f7ad493 100644
--- a/sci-libs/symengine/symengine-9999.ebuild
+++ b/sci-libs/symengine/symengine-9999.ebuild
@@ -17,7 +17,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="boost openmp python threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+	python? ( ${PYTHON_REQUIRED_USE} )
+	?? ( openmp threads )"
 
 RDEPEND="
 	dev-libs/jemalloc


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/symengine/
@ 2020-05-03  2:41 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2020-05-03  2:41 UTC (permalink / raw
  To: gentoo-commits

commit:     08a7a14351dea6d8e1c87fa1ec44f601af672f1a
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 02:39:04 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun May  3 02:41:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=08a7a143

sci-lib/symengine: remove package; in main tree

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/symengine/metadata.xml           | 18 ----------
 sci-libs/symengine/symengine-0.1.0.ebuild | 59 -------------------------------
 sci-libs/symengine/symengine-9999.ebuild  | 51 --------------------------
 3 files changed, 128 deletions(-)

diff --git a/sci-libs/symengine/metadata.xml b/sci-libs/symengine/metadata.xml
deleted file mode 100644
index 5f5840260..000000000
--- a/sci-libs/symengine/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mschu.dev@gmail.com</email>
-		<name>Michael Schubert</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci-mathematics@gentoo.org</email>
-		<name>Gentoo Mathematics Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">sympy/symengine</remote-id>
-	</upstream>
-	<use>
-		<flag name="boost">Add support for boost (<pkg>dev-libs/boost</pkg>)</flag>
-	</use>
-</pkgmetadata>

diff --git a/sci-libs/symengine/symengine-0.1.0.ebuild b/sci-libs/symengine/symengine-0.1.0.ebuild
deleted file mode 100644
index 658f6700a..000000000
--- a/sci-libs/symengine/symengine-0.1.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="Fast symbolic manipulation library, written in C++"
-HOMEPAGE="https://github.com/sympy/symengine"
-SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="boost openmp python threads"
-REQUIRED_USE="
-	python? ( ${PYTHON_REQUIRED_USE} )
-	?? ( openmp threads )"
-
-RDEPEND="
-	dev-libs/jemalloc
-	boost? ( dev-libs/boost )
-	python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-	python? (
-		dev-python/cython[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}] )"
-
-CMAKE_BUILD_TYPE=Release
-
-pkg_pretend() {
-	if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
-		if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
-			ewarn "OpenMP is not available in your current selected gcc"
-			die "need openmp capable gcc"
-		fi
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_PREFIX:PATH="${EPREFIX}"/usr
-		$(cmake-utils_use_with boost)
-		$(cmake-utils_use_with openmp)
-		$(cmake-utils_use_with python)
-	)
-
-	if use threads; then
-		mycmakeargs+=(
-			-DWITH_TCMALLOC:BOOL=ON
-			-DWITH_PTHREAD:BOOL=ON
-			-DWITH_SYMENGINE_THREAD_SAFE:BOOL=ON
-		)
-	fi
-
-	cmake-utils_src_configure
-}

diff --git a/sci-libs/symengine/symengine-9999.ebuild b/sci-libs/symengine/symengine-9999.ebuild
deleted file mode 100644
index 3448694d2..000000000
--- a/sci-libs/symengine/symengine-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit git-r3 cmake-utils
-
-DESCRIPTION="Fast symbolic manipulation library, written in C++"
-HOMEPAGE="https://github.com/sympy/symengine"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/sympy/symengine.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="boost openmp threads"
-REQUIRED_USE="?? ( openmp threads )"
-
-RDEPEND="
-	dev-libs/jemalloc
-	boost? ( dev-libs/boost )"
-DEPEND="${RDEPEND}"
-
-CMAKE_BUILD_TYPE=Release
-
-pkg_pretend() {
-	if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
-		if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then
-			ewarn "OpenMP is not available in your current selected gcc"
-			die "need openmp capable gcc"
-		fi
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_PREFIX:PATH="${EPREFIX}"/usr
-		$(cmake-utils_use_with boost)
-		$(cmake-utils_use_with openmp)
-	)
-
-	if use threads; then
-		mycmakeargs+=(
-			-DWITH_TCMALLOC:BOOL=ON
-			-DWITH_PTHREAD:BOOL=ON
-			-DWITH_SYMENGINE_THREAD_SAFE:BOOL=ON
-		)
-	fi
-
-	cmake-utils_src_configure
-}


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

end of thread, other threads:[~2020-05-03  2:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-03  2:41 [gentoo-commits] proj/sci:master commit in: sci-libs/symengine/ Matthias Maier
  -- strict thread matches above, loose matches on Subject: below --
2015-10-06 21:01 Marius Brehler
2015-10-06 21:01 Marius Brehler
2015-10-06 21:01 Marius Brehler

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