Skip to content

Commit

Permalink
tesseract-training: use_mp_libcxx on 10.13 and older
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Jan 3, 2025
1 parent 30a4917 commit 592a695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions textproc/tesseract/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup legacysupport 1.1

name tesseract

Expand All @@ -12,6 +13,9 @@ if {${subport} in [list tesseract tesseract-training]} {
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

0 comments on commit 592a695

Please sign in to comment.