dev-python/fenics-basix - 0.11.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/fenics-basix-0.11.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/fenics-basix-0.11.0

Or alternatively:

emerge --autounmask-write -a =dev-python/fenics-basix-0.11.0

Package Information

Description:
FEniCS finite element basis evaluation library
Homepage:
https://github.com/FEniCS/basix
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.11.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_EXT=1

inherit distutils-r1

DESCRIPTION="FEniCS finite element basis evaluation library"
HOMEPAGE="
	https://github.com/FEniCS/basix
"
SRC_URI="https://github.com/FEniCS/basix/archive/refs/tags/v${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

distutils_enable_tests pytest

S=${WORKDIR}/basix-${PV}

RDEPEND="
	>=dev-python/numpy-1.21[${PYTHON_USEDEP}]
"
BDEPEND="
	>=dev-python/nanobind-2.0.0[${PYTHON_USEDEP}]
"


Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/numpy-1.21[]

BDEPEND

	>=dev-python/nanobind-2.0.0[]

Manifest for 0.11.0

Type File Size Source URLs
DIST v0.11.0.tar.gz 644806 bytes https://github.com/FEniCS/basix/archive/refs/tags/v0.11.0.tar.gz