plplot: break cycle

This commit is contained in:
classabbyamp 2025-05-06 09:50:24 -04:00
parent 87c1da8692
commit 70f8f7c685
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -10,7 +10,7 @@ configure_args="
-DCMAKE_C_FLAGS=-I${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/_core/include
"
hostmakedepends="pkg-config gcc-fortran swig freefont-ttf
lua53 python3-numpy python3-setuptools plplot-devel"
lua53 python3-numpy python3-setuptools"
makedepends="pango-devel cairo-devel freetype-devel libqhull-devel
libltdl-devel Haru-devel tk-devel shapelib-devel
lua53-devel python3-devel python3-numpy"
@ -31,6 +31,8 @@ desc_option_gen_tools="Build files for host required during cross build"
if ! [ "$CROSS_BUILD" ]; then
build_options_default="gen_tools"
else
hostmakedepends+=" plplot-devel"
fi
if [ "$build_option_ada" ]; then