Skip to content

Commit

Permalink
Disable module with wrong license
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 17, 2024
1 parent 25fa279 commit 91be9fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ OCRD_EXECUTABLES = $(BIN)/ocrd # add more CLIs below
CUSTOM_DEPS = unzip wget parallel git less # add more packages for deps-ubuntu below (or modules as preqrequisites)

DEFAULT_DISABLED_MODULES = cor-asv-fst opencv-python ocrd_ocropy ocrd_pc_segmentation ocrd_neat

# See https://github.com/cisocrgroup/ocrd_cis/issues/101.
DEFAULT_DISABLED_MODULES += ocrd_cis

ifeq ($(filter docker-%,$(MAKECMDGOALS)),)
ifneq ($(PYTHON_VERSION),3.8)
# Disable modules which require tensorflow-gpu 1.15 unless running a Python version which provides it.
Expand Down

0 comments on commit 91be9fd

Please sign in to comment.