Summary: | app-text/ghostscript-gpl-10.03.1 doesn't compile with -mno-avx (in chroot) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | deim <deim> |
Component: | Current packages | Assignee: | Codec Project <codec> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | deim, printing |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
build.log (XZ) |
Description
deim
2024-08-30 12:16:10 UTC
Created attachment 901673 [details]
emerge --info
Created attachment 901674 [details]
build.log (XZ)
``` if HAVE_AVX libtesseract_avx_la_CXXFLAGS = -mavx libtesseract_avx_la_CXXFLAGS += -I$(top_srcdir)/src/ccutil libtesseract_avx_la_SOURCES = src/arch/dotproductavx.cpp libtesseract_la_LIBADD += libtesseract_avx.la noinst_LTLIBRARIES += libtesseract_avx.la endif ``` http://github.com/tesseract-ocr/tesseract/blob/027ad18a8ddeb622b43e83dcc5a326124799cd85/configure.ac#L125 This is nasty. In both tesseract and the bundled copy in ghostscript, it's not easy to override and has no cache variable. |