mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
plplot: break cycle
This commit is contained in:
parent
87c1da8692
commit
70f8f7c685
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue