mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/icnc: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735272 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST icnc-1.0.100.tar.gz 27164070 BLAKE2B 74c9e79b3d8fa0f75ee924910bde79bf0ac1535ce0e7e5e74dcac33a8219f574aadf7382a8d73ae281858ee3ae8f186ca55d33c22dfce223d1bb84c28ca42ddf SHA512 b6c231504ed36676d5c4a9c651c7ce6bee078a415c8d365dbe66208a5226a71c62924ee7bc0b36f8c35bff20ed5f0baf2710f581595d08fe10a1d799b3982a8b
|
||||
@@ -1,77 +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 multilib python-any-r1
|
||||
|
||||
DESCRIPTION="Intel Concurrent Collections for C++ - Parallelism without the Pain"
|
||||
HOMEPAGE="https://software.intel.com/en-us/articles/intel-concurrent-collections-for-cc"
|
||||
|
||||
if [[ $PV = 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/icnc/icnc.git"
|
||||
KEYWORDS=
|
||||
else
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="doc examples mpi test"
|
||||
RESTRICT="test" #currently tests only work if icnc is already installed
|
||||
|
||||
RDEPEND="
|
||||
>=dev-cpp/tbb-4.2
|
||||
sys-libs/glibc
|
||||
mpi? ( virtual/mpi )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
test? ( ${PYTHON_DEPS} )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake-utils_use mpi BUILD_LIBS_FOR_MPI)
|
||||
-DLIB=$(get_libdir)
|
||||
$(cmake-utils_use_find_package doc Doxygen)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
if use test ; then
|
||||
mycmakeargs=( -DRUN_DIST=OFF )
|
||||
CMAKE_USE_DIR="${S}/tests" \
|
||||
BUILD_DIR="${WORKDIR}/${P}_tests_build" \
|
||||
cmake-utils_src_configure
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake-utils_src_compile
|
||||
use test && BUILD_DIR="${WORKDIR}/${P}_tests_build" cmake-utils_src_compile
|
||||
}
|
||||
|
||||
src_test() {
|
||||
BUILD_DIR="${WORKDIR}/${P}_tests_build" cmake-utils_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
if use doc ; then
|
||||
insinto /usr/share/doc/${P}/html
|
||||
doins -r "${ED}"/usr/doc/api/*
|
||||
fi
|
||||
rm -fr "${ED}"/usr/doc
|
||||
if use examples ; then
|
||||
insinto /usr/share/${PN}/examples
|
||||
doins -r "${ED}"/usr/samples/*
|
||||
fi
|
||||
rm -r "${ED}"/usr/samples || die
|
||||
insinto /usr/share/${PN}/
|
||||
doins -r "${ED}"/usr/misc/*
|
||||
rm -r "${ED}"/usr/misc/ || die
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>junghans@gentoo.org</email>
|
||||
<name>Christoph Junghans</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">icnc/icnc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -593,15 +593,6 @@ app-i18n/scim-wijesekera
|
||||
# Removal in 30 days. Bug #732130.
|
||||
dev-go/siphash
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2020-09-01)
|
||||
# The following packages are Python 2 only. All but sys-boot/udk have
|
||||
# no reverse dependencies; sys-boot/udk's only revdep is sys-boot/refind
|
||||
# and it removed support for udk in its newest version. Their
|
||||
# maintainers have either not replied or requested removing the package.
|
||||
# Please do not remove the mask unless you port the package to py3.7+.
|
||||
# Removal in 30 days. Package bugs found blocking tracker bug #694800.
|
||||
dev-cpp/icnc
|
||||
|
||||
# Piotr Karbowski <slashbeast@gentoo.org> (2020-08-28)
|
||||
# Temporary mask due to multiple reports of segfaults at startup, bug #739056
|
||||
=x11-base/xorg-server-1.20.9
|
||||
|
||||
Reference in New Issue
Block a user