mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-29 10:05:21 +02:00
plplot: mark plplot-python as broken and explain why that is so.
This commit is contained in:
parent
c32c234619
commit
31e8e5bb39
@ -152,12 +152,15 @@ endef
|
|||||||
define Package/plplot-python
|
define Package/plplot-python
|
||||||
$(call Package/plplot/Default)
|
$(call Package/plplot/Default)
|
||||||
DEPENDS:= +plplot +python
|
DEPENDS:= +plplot +python
|
||||||
TITLE+= (Python bindings)
|
TITLE+= (!BROKEN! Python bindings)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/plplot-python/description
|
define Package/plplot-python/description
|
||||||
$(call Package/plplot/Default/description)
|
$(call Package/plplot/Default/description)
|
||||||
This package contains the Plplot bindings for Python
|
This package contains the Plplot bindings for Python.
|
||||||
|
Note that this needs either the Pythnon-Numpy or Python-Numeric library
|
||||||
|
to work. Both haven\'t been ported yet, so plplot-python is
|
||||||
|
disfunctional!
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/plplot-octave
|
define Package/plplot-octave
|
||||||
|
Loading…
Reference in New Issue
Block a user