mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
imath: for boost-1.88
This commit is contained in:
parent
00ccbbdb37
commit
7c6673efc7
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'imath'
|
# Template file for 'imath'
|
||||||
pkgname=imath
|
pkgname=imath
|
||||||
version=3.1.9
|
version=3.1.9
|
||||||
revision=4
|
revision=5
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPYTHON=ON"
|
configure_args="-DPYTHON=ON"
|
||||||
hostmakedepends="python3-numpy"
|
hostmakedepends="python3-numpy"
|
||||||
makedepends="boost-devel boost-python3 python3-devel python3-numpy"
|
makedepends="boost-devel-minimal boost-python3 python3-devel python3-numpy"
|
||||||
short_desc="C++/Python library for 2D/3D vector/matrix/math operations"
|
short_desc="C++/Python library for 2D/3D vector/matrix/math operations"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -39,7 +39,7 @@ imath-python3_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
imath-python3-devel_package() {
|
imath-python3-devel_package() {
|
||||||
depends="imath-python3>=${version}_${revision} python3-devel boost-devel
|
depends="imath-python3>=${version}_${revision} python3-devel boost-devel-minimal
|
||||||
imath-devel>=${version}_${revision}"
|
imath-devel>=${version}_${revision}"
|
||||||
short_desc+=" - Python module - development files"
|
short_desc+=" - Python module - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue