mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
sys-cluster/usort: use edos2unix eclass
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
794cc7813a
commit
3136d0973c
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
COMMIT="902f5e3cbba66833bbf2d219c183d4705b3582c7"
|
COMMIT="902f5e3cbba66833bbf2d219c183d4705b3582c7"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake edos2unix
|
||||||
|
|
||||||
DESCRIPTION='Fast distributed sorting routines using MPI and OpenMP'
|
DESCRIPTION='Fast distributed sorting routines using MPI and OpenMP'
|
||||||
HOMEPAGE="https://github.com/hsundar/usort"
|
HOMEPAGE="https://github.com/hsundar/usort"
|
||||||
@ -19,7 +19,6 @@ SLOT="0/${PV}"
|
|||||||
|
|
||||||
DEPEND="virtual/mpi"
|
DEPEND="virtual/mpi"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="app-text/dos2unix"
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/${P}-cmake.patch"
|
"${FILESDIR}/${P}-cmake.patch"
|
||||||
@ -28,10 +27,7 @@ PATCHES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
dos2unix CMakeLists.txt || die
|
edos2unix CMakeLists.txt include/{seqUtils.h,seqUtils.tcc,ompUtils.tcc}
|
||||||
dos2unix include/seqUtils.h || die
|
|
||||||
dos2unix include/seqUtils.tcc || die
|
|
||||||
dos2unix include/ompUtils.tcc || die
|
|
||||||
cmake_src_prepare
|
cmake_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user