Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tesseract-training: use_mp_libcxx on 10.13 and older #27284

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion textproc/tesseract/Portfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint tesseract: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint tesseract-training: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint tesseract: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint tesseract-training: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint tesseract: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/tesseract/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint tesseract-training: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup legacysupport 1.1

name tesseract

if {${subport} in [list tesseract tesseract-training]} {
github.setup tesseract-ocr tesseract 5.4.1
revision 3
revision 4
checksums rmd160 d21bc77911627900ad32b084ffbd39d3d339aee3 \
sha256 37e38d561ebeadc24f1e0614f5213761e4c281a93e998978edcdefb5e2da5c98 \
size 1900262

legacysupport.newest_darwin_requires_legacy 17
legacysupport.use_mp_libcxx yes
} elseif {[variant_isset best]} {
github.setup tesseract-ocr tessdata_best 4.1.0
checksums rmd160 753e227df9393d064a78d3243a5bc6fdce20f73c \
Expand Down