Сравнение librepcb-0.1.6-r1 с librepcb-0.1.7
/usr/portage/sci-electronics/librepcb/librepcb-0.1.7.ebuild 2023-10-09 14:52:35.044368490 +0300 | ||
---|---|---|
35 | 35 |
DEPEND="${RDEPEND} |
36 | 36 |
dev-qt/qttest:5" |
37 | 37 | |
38 |
PATCHES=( "${FILESDIR}"/${P}-muparser-fix.patch ) |
|
39 | ||
40 | 38 |
src_configure() { |
41 | 39 |
local mycmakeargs+=( |
42 | 40 |
-DUNBUNDLE_QUAZIP=ON |
... | ... | |
46 | 44 | |
47 | 45 |
src_test() { |
48 | 46 |
cd "${BUILD_DIR}"/tests/unittests || die |
49 |
virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername |
|
47 |
# https://github.com/LibrePCB/LibrePCB/issues/516 |
|
48 |
virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername:CategoryTreeModelTest.testSort:BoardPlaneFragmentsBuilderTest.testFragments:BoardGerberExportTest.test |
|
49 |
} |
|
50 | ||
51 |
pkg_postinst() { |
|
52 |
xdg_pkg_postinst |
|
53 | ||
54 |
ewarn |
|
55 |
ewarn "LibrePCB builds might not be exactly reproducible with e.g. -march={native,haswell,...}." |
|
56 |
ewarn "This can cause minor issues, see for example:" |
|
57 |
ewarn "https://github.com/LibrePCB/LibrePCB/issues/516" |
|
58 |
ewarn "For a completely reproducible build use: -march=x86-64." |
|
59 |
ewarn |
|
50 | 60 |
} |