Diff bullet-3.21 with a bullet-3.22b
| /usr/portage/sci-physics/bullet/bullet-3.22b.ebuild 2024-07-02 13:51:49.329851592 +0300 | ||
|---|---|---|
| 6 | 6 |
inherit cmake flag-o-matic toolchain-funcs |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Continuous Collision Detection and Physics Library" |
| 9 |
HOMEPAGE="https://www.bulletphysics.com/" |
|
| 10 |
SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 9 |
HOMEPAGE="https://pybullet.org/wordpress/" |
|
| 10 |
SRC_URI="https://github.com/bulletphysics/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 11 | 11 | |
| 12 | 12 |
LICENSE="ZLIB" |
| 13 | 13 |
SLOT="0/${PV}"
|
| 14 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
| 14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
| 15 | 15 |
IUSE="doc double-precision examples extras openmp tbb test +threads" |
| 16 | 16 | |
| 17 | 17 |
REQUIRED_USE=" |
| ... | ... | |
| 45 | 45 |
} |
| 46 | 46 | |
| 47 | 47 |
src_prepare() {
|
| 48 |
(use ppc || use ppc64) && PATCHES+=( "${FILESDIR}/${P}-replace_altivec_vector_keyword.patch" )
|
|
| 49 | ||
| 50 | 48 |
cmake_src_prepare |
| 51 | 49 | |
| 52 | 50 |
# allow to generate docs |