Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/build-style/void-cross.sh: fix obtaining gcc version | oreo639 | 7 days | 1 | -1/+14 |
| | |||||
* | common/build-style/go.sh: disable verbose test output | icp | 2025-03-15 | 1 | -1/+1 |
| | | | | | The output with `-v` is often too verbose, making it difficult to scour the logs, especially in the GitHub actions UI. | ||||
* | common/build-style/meson.sh: disable relocatable pkgconfig | tranzystorekk | 2024-10-15 | 1 | -0/+1 |
| | |||||
* | common/build-style/zig-build.sh: add --verbose flag | tranzystorekk | 2024-09-29 | 1 | -0/+1 |
| | |||||
* | common/build-style: remove waf build style | classabbyamp | 2024-09-29 | 1 | -21/+0 |
| | | | | | no longer needed by any packages, and should not ever be needed by any new packages | ||||
* | common/build-style/cargo.sh: add make_build_args to build | Whitehole | 2024-09-17 | 1 | -1/+2 |
| | |||||
* | common/build-style/go.sh: support $make_check_pre | icp | 2024-09-17 | 1 | -1/+1 |
| | |||||
* | common/build-style/go: add a default do_check function | classabbyamp | 2024-09-11 | 1 | -1/+7 |
| | |||||
* | common/build-style/meson: move PYTHONUNBUFFERED to environment/build-style | classabbyamp | 2024-08-18 | 1 | -3/+2 |
| | |||||
* | common/build-style/meson: use meson test/install instead of ninja | classabbyamp | 2024-08-18 | 1 | -3/+4 |
| | | | | per eschwartz's advice | ||||
* | common/build_style/zig-build.sh: update for zig 0.13 | tranzystorekk | 2024-07-22 | 1 | -1/+6 |
| | |||||
* | build-style/go: fix build using GOPATH | Andrea Brancaleoni | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | Revert "build-style/cmake: common flags for KDE" | Đoàn Trần Công Danh | 2024-05-11 | 1 | -1/+0 |
| | | | | This reverts commit f10887f68302fdb600b7b0f7cc99847763f449d8. | ||||
* | build-style/cmake: common flags for KDE | Đoàn Trần Công Danh | 2024-05-11 | 1 | -0/+1 |
| | |||||
* | build-style/qmake: build in build_wrksrc | Đoàn Trần Công Danh | 2024-04-08 | 1 | -16/+23 |
| | |||||
* | texlive: update to 20230313. | fosslinux | 2024-02-08 | 1 | -7/+4 |
| | |||||
* | build-style/void-cross: fix libgomp path | oreo639 | 2024-01-28 | 1 | -1/+1 |
| | |||||
* | build-style/void-cross.sh: include libquadmath and remove libgomp | oreo639 | 2024-01-28 | 1 | -10/+5 |
| | |||||
* | common/build-style/python3-pep517.sh: enable `PY_IGNORE_IMPORTMISMATCH` for ↵ | icp | 2024-01-21 | 1 | -1/+1 |
| | | | | | | | testing Fixes `ImportMismatchError` for doctest-modules in pytest Ref: https://github.com/pytest-dev/pytest/issues/2042#issuecomment-381309723 | ||||
* | common/build-style/python3-module.sh: enable `PY_IGNORE_IMPORTMISMATCH` for ↵ | icp | 2024-01-21 | 1 | -1/+1 |
| | | | | | | | testing Fixes `ImportMismatchError` for doctest-modules in pytest Ref: https://github.com/pytest-dev/pytest/issues/2042#issuecomment-381309723 | ||||
* | build-style/void-cross.sh: fix building for glibc 2.38 | oreo639 | 2023-12-25 | 1 | -1/+2 |
| | |||||
* | New package: corrosion-0.4.4 | John | 2023-10-31 | 1 | -0/+1 |
| | |||||
* | build-style/cmake.sh: specify paths as type PATH | John | 2023-10-14 | 1 | -4/+4 |
| | | | | | | | | | | | specifying the type prevents cmake to converthing the paths relative to the CWD cmake documentation: Furthermore, if the <type> is PATH or FILEPATH and the <value> provided on the command line is a relative path, then the set command will treat the path as relative to the current working directory and convert it to an absolute path. | ||||
* | common/build-style/python3-pep517.sh: use meson cross files by default | Andrew J. Hesford | 2023-09-23 | 1 | -2/+12 |
| | |||||
* | common/build-helper/meson.sh: new build helper, used by meson build style | Andrew J. Hesford | 2023-09-22 | 1 | -84/+1 |
| | |||||
* | build-style/cmake.sh: add riscv64 arch | John | 2023-08-25 | 1 | -0/+1 |
| | |||||
* | common/build-style/go.sh: update go build style for go1.21.0 | Kirill | 2023-08-23 | 1 | -1/+9 |
| | |||||
* | build-style/cmake: no longer need to block FetchContent | Đoàn Trần Công Danh | 2023-08-21 | 1 | -1/+0 |
| | |||||
* | build-style/cmake: set PATH in environment | Đoàn Trần Công Danh | 2023-08-21 | 1 | -1/+0 |
| | |||||
* | build-style/cmake: support build with cmake-bootstrap | Đoàn Trần Công Danh | 2023-08-17 | 1 | -0/+1 |
| | |||||
* | common/build-style/go: use -x -> -v so go build logs are readable | classabbyamp | 2023-08-10 | 1 | -2/+2 |
| | | | | | this is still verbose (prints each module being compiled), but build logs should be more readable (for finding things like errors) now | ||||
* | build-style/void-cross.sh: adjustments for --enable-autolink-libatomic. | Leah Neukirchen | 2023-07-26 | 1 | -1/+5 |
| | |||||
* | New package: cross-riscv64-linux-gnu-0.35 | John | 2023-07-26 | 1 | -3/+0 |
| | |||||
* | common/build-style: check if go_import_path matches go.mod. | Érico Rolim | 2023-06-26 | 1 | -0/+5 |
| | | | | | | | | | | Without this check, calling `go install` with a wrong go_import_path might end up downloading the source code for said package (using git, for example), instead of building from the provided tarball. The first line of go.mod should be "module $go_import_path" for Go to not try and download source code instead of using what it has locally. Fixes #27690. | ||||
* | common: remove unused python-module build style | Michal Vasilek | 2023-06-18 | 1 | -96/+0 |
| | | | | | python-module build style is now unused, all projects that want to have a python2 and a python3 package should be split to two templates | ||||
* | common/build-style/python3-pep517.sh: extract wheels in hidden dirs | icp | 2023-06-05 | 1 | -1/+1 |
| | | | | | | | This prevents pytest from collecting tests multiple times when they are bundled in the wheel itself alongside the source tree. Closes: #43946 [via git-merge-pr] | ||||
* | build-style/python3-pep517: use generic glob for wheels, refactor | Gonzalo Tornaría | 2023-05-25 | 1 | -23/+15 |
| | | | | | | | | | | Also: do not compile bytecode in `do_install()` since it will be removed in `post_install()`. Co-authored-by: Gonzalo Tornaría <tornaria@cmat.edu.uy> Co-authored-by: Andrew J. Hesford <ajh@sideband.org> Closes: #44071. | ||||
* | common/build-style/python3-pep517: use absolute path for check temp dir | Michal Vasilek | 2023-05-07 | 1 | -1/+1 |
| | | | | | some tests change cwd which causes relative tmpdir to point to a non-existent location | ||||
* | common/build-style/cargo.sh: use --locked for build and check as well | Jan Christian Grünhage | 2023-04-13 | 1 | -3/+3 |
| | |||||
* | common/build-style/python3-pep517.sh: unpack wheels for testing | icp | 2023-04-12 | 1 | -1/+12 |
| | | | | | | | | | Python packages built with pep517 system occasionally require accessing distinfo files and/or entry points provided by the package for tests to run. Since these assets are packed inside the wheel generated in `do_build`, the target wheel is unpacked in `do_check` first so that the said artifacts are accessible during test runs. | ||||
* | common/build-style/go.sh: use -modcacherw | Michal Vasilek | 2023-04-06 | 1 | -1/+1 |
| | | | | | makes sure the go mod cache is not read only and ./xbps-src zap can properly remove it | ||||
* | build-style/cargo: use env var to select sparse index mode | Marcin Puc | 2023-04-02 | 1 | -3/+3 |
| | |||||
* | common/build-style/cargo.sh: switch to sparse index protocol | Marcin Puc | 2023-04-02 | 1 | -3/+3 |
| | |||||
* | build-style/qmake: add support for Qt6 | Jami Kettunen | 2023-03-02 | 1 | -27/+33 |
| | |||||
* | common: cleanup trailing whitespaces | zlice | 2023-02-07 | 6 | -6/+6 |
| | |||||
* | build-style/void-cross: fix musl __stack_chk_fail_local | Đoàn Trần Công Danh | 2023-01-20 | 1 | -1/+3 |
| | |||||
* | build-style/void-cross: disable libssp | oreo639 | 2023-01-20 | 1 | -1/+9 |
| | |||||
* | build-style/cmake: Disable FetchContent | Đoàn Trần Công Danh | 2023-01-17 | 1 | -0/+1 |
| | |||||
* | build-style/void-cross: Update flags for gcc12 and glibc 2.36 | oreo639 | 2022-12-17 | 1 | -0/+16 |
| | | | | | | | | gcov can't be built without libc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100289 Remove -no-pie from build. glibc 2.35 and newer uses -static-pie by default: https://sourceware.org/pipermail/glibc-cvs/2021q4/075916.html | ||||
* | build-style/python3-pep517.sh: abandon pip | Andrew J. Hesford | 2022-11-10 | 1 | -13/+5 |
| |