mirror of https://github.com/explosion/spaCy.git
Update Makefile
This commit is contained in:
parent
6963260ff6
commit
2ff29e603a
4
Makefile
4
Makefile
|
@ -6,7 +6,9 @@ SPACY_EXTRAS := spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_co
|
||||||
version := $(shell "bin/get-version.sh")
|
version := $(shell "bin/get-version.sh")
|
||||||
package := $(shell "bin/get-package.sh")
|
package := $(shell "bin/get-package.sh")
|
||||||
|
|
||||||
dist/$(package)-$(version).pex : wheelhouse/spacy-$(version).stamp
|
SPACY_BIN := $(package)-$(version).pex
|
||||||
|
|
||||||
|
dist/$(package)-$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
||||||
$(VENV)/bin/pex \
|
$(VENV)/bin/pex \
|
||||||
-f ./wheelhouse \
|
-f ./wheelhouse \
|
||||||
--no-index \
|
--no-index \
|
||||||
|
|
Loading…
Reference in New Issue