| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.2 | 7 | ~amd64 ~x86 | 0 |
EAPI=7
inherit cmake
DESCRIPTION="C library for finding and handling crystal symmetries."
HOMEPAGE="https://atztogo.github.io/spglib/"
SRC_URI="https://github.com/spglib/spglib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+openmp"
RESTRICT="mirror"
DEPEND="sys-devel/gcc[openmp?]"
RDEPEND=""
BDEPEND=""
src_configure() {
local mycmakeargs=(
-DUSE_OMP=$(usex openmp ON OFF)
)
cmake_src_configure
}
sys-devel/gcc[openmp?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | spglib-2.0.2.tar.gz | 2880537 bytes | https://github.com/spglib/spglib/archive/v2.0.2.tar.gz |