mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-cluster/AXL: cmake-utils --> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="AXL provides a common C interface to transfer files in an HPC storage hierarchy."
|
DESCRIPTION="AXL provides a common C interface to transfer files in an HPC storage hierarchy."
|
||||||
HOMEPAGE="https://github.com/ECP-VeloC/AXL"
|
HOMEPAGE="https://github.com/ECP-VeloC/AXL"
|
||||||
@@ -30,7 +30,7 @@ src_prepare() {
|
|||||||
#do not auto install README
|
#do not auto install README
|
||||||
sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die
|
sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die
|
||||||
default
|
default
|
||||||
cmake-utils_src_prepare
|
cmake_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
@@ -38,10 +38,10 @@ src_configure() {
|
|||||||
#other options available: CRAY_DW INTEL_CPPR IBM_BBAPI
|
#other options available: CRAY_DW INTEL_CPPR IBM_BBAPI
|
||||||
-DAXL_ASYNC_API=NONE
|
-DAXL_ASYNC_API=NONE
|
||||||
)
|
)
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cmake-utils_src_install
|
cmake_src_install
|
||||||
dodoc -r doc/.
|
dodoc -r doc/.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user