summaryrefslogtreecommitdiff
path: root/roles/tesseractor/tasks/leptonica.yml
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-05-04 17:39:38 +0100
committerNick White <git@njw.name>2020-05-04 17:39:38 +0100
commit2a1971bc3612904cc4b3cbca7a562e175535b054 (patch)
tree3cafd6a21113c47da6f3046f911e691c387afbd4 /roles/tesseractor/tasks/leptonica.yml
parentee372af8c07fa5f4c78ce0add4d779a8efb61625 (diff)
Fix up tesseract rules and add useful stuff for training
Diffstat (limited to 'roles/tesseractor/tasks/leptonica.yml')
-rw-r--r--roles/tesseractor/tasks/leptonica.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/tesseractor/tasks/leptonica.yml b/roles/tesseractor/tasks/leptonica.yml
index 9b07c9b..deee245 100644
--- a/roles/tesseractor/tasks/leptonica.yml
+++ b/roles/tesseractor/tasks/leptonica.yml
@@ -20,7 +20,6 @@
version: addinstall
depth: 1
become: no
- register: leptclone
- name: Build leptonica
command: make -f makefile.static {{ item }}
@@ -30,11 +29,9 @@
- nodebug
- SHARED=yes shared
become: no
- when: leptclone.changed
- name: Install leptonica
command: make -f makefile.static install
args:
chdir: /home/{{ ansible_user }}/src/leptonica/src
- when: leptclone.changed
notify: update ld.so