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 authored and reneeotten committed Jan 11, 2025
1 parent dacb595 commit 28dd20a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion textproc/tesseract/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
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

0 comments on commit 28dd20a

Please sign in to comment.