Skip to content
Snippets Groups Projects
Commit 2f56b6f0 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/sysdep] Remove unused file

parent 509d909e
No related branches found
No related tags found
No related merge requests found
# robotpkg/wip sysdep/py-scipy.mk
# Created: François Magimel on July 15 2015
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PY_SCIPY_DEPEND_MK:= ${PY_SCIPY_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= py-scipy
endif
ifeq (+,$(PY_SCIPY_DEPEND_MK)) # -------------------------------------------
PREFER.py-scipy?= system
DEPEND_USE+= py-scipy
DEPEND_ABI.py-scipy?= ${PKGTAG.python-}scipy>=0.9.0
SYSTEM_SEARCH.py-scipy=\
'${PYTHON_SYSLIBSEARCH}/scipy/__init__.py' \
'${PYTHON_SYSLIBSEARCH}/scipy/version.py:/^version/s/[^0-9.]//gp'
SYSTEM_PKG.ArchLinux.py-scipy= math/${PKGTAG.python-}scipy
SYSTEM_PKG.Fedora.py-scipy= python-scipy (python-${PYTHON_VERSION})
SYSTEM_PKG.Ubuntu.py-scipy= python-scipy (python-${PYTHON_VERSION})
SYSTEM_PKG.Debian.py-scipy= python-scipy (python-${PYTHON_VERSION})
SYSTEM_PKG.NetBSD.py-scipy= math/${PKGTAG.python-}scipy
include ../../mk/sysdep/python.mk
endif # PY_SCIPY_DEPEND_MK -------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment