Skip to content

Commit

Permalink
Fix builds for SciPy and Tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jun 23, 2024
1 parent 7fffcc1 commit 8bad672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scipy/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NUMPY_PATH="${NUMPY_PATH//\\//}"

echo "Decompressing archives..."
tar --totals -xzf ../boost_$BOOST.tar.gz
tar --totals -xzf ../array-api-compat-*.tar.gz
tar --totals -xzf ../array-api-compat-*.tar.gz || true
tar --totals -xzf ../cobyqa-*.tar.gz
tar --totals -xzf ../HiGHS-*.tar.gz
tar --totals -xzf ../unuran-*.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tesseract/renderer.h", "tesseract/resultiterator.h", "tesseract/baseapi.h", "tesseract/capi.h", "locale.h"},
compiler = "cpp14", link = "tesseract@.5.4.1"/*, resource = {"include", "lib"}*/),
@Platform(value = "android", link = "tesseract"),
@Platform(value = "windows", link = "tesseract53", preload = "libtesseract53") })
@Platform(value = "windows", link = "tesseract54", preload = "libtesseract54") })
public class tesseract implements InfoMapper {
static { Loader.checkVersion("org.bytedeco", "tesseract"); }

Expand Down

0 comments on commit 8bad672

Please sign in to comment.