mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix make
This commit is contained in:
parent
b7faa38960
commit
46e04d12db
6
Makefile
6
Makefile
|
@ -21,18 +21,12 @@ ifndef WHEELHOUSE
|
|||
override WHEELHOUSE = "./wheelhouse"
|
||||
endif
|
||||
|
||||
ifndef SPACY_PEX_MODULE
|
||||
# By default, don't execute a module, so we just run Python, not spaCy
|
||||
override SPACY_PEX_MODULE = ""
|
||||
endif
|
||||
|
||||
|
||||
dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
|
||||
$(VENV)/bin/pex \
|
||||
-f $(WHEELHOUSE) \
|
||||
--no-index \
|
||||
--disable-cache \
|
||||
$(SPACY_PEX_MODULE)
|
||||
-o $@ \
|
||||
$(package)==$(version) \
|
||||
$(SPACY_EXTRAS)
|
||||
|
|
Loading…
Reference in New Issue
Block a user