Diff espresso-4.2.0 with a espresso-9999
/usr/portage/sci-physics/espresso/espresso-9999.ebuild 2023-10-09 14:52:35.252368495 +0300 | ||
---|---|---|
53 | 53 | |
54 | 54 |
DOCS=( AUTHORS NEWS Readme.md ChangeLog ) |
55 | 55 | |
56 |
PATCHES=( |
|
57 |
"${FILESDIR}/${P}-fix-disable-test.patch" |
|
58 |
) |
|
59 | ||
60 | 56 |
src_prepare() { |
61 | 57 |
use cuda && cuda_src_prepare |
62 | 58 |
cmake_src_prepare |
... | ... | |
91 | 87 | |
92 | 88 |
cmake_src_install |
93 | 89 | |
94 |
python_optimize |
|
95 | ||
96 | 90 |
insinto /usr/share/${PN}/ |
97 | 91 |
doins "${BUILD_DIR}/myconfig-sample.hpp" |
98 | 92 |