Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] octave: fix qt5 in cross-build
@ 2024-08-02 14:49 tornaria
  2024-08-02 16:04 ` [PR REVIEW] " classabbyamp
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: tornaria @ 2024-08-02 14:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages octave
https://github.com/void-linux/void-packages/pull/51607

octave: fix qt5 in cross-build
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

I cross built the package for aarch64 before and after and the log shows clearly that qt5 was broken before and claims to be working now. But I don't have an aarch64 box to actually test if this fixes #51602.

Closes: #51602 (hopefully)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/51607.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-octave-51607.patch --]
[-- Type: text/x-diff, Size: 944 bytes --]

From d13f9650049a2b61d221e6021fb7358242b99d40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 2 Aug 2024 11:45:34 -0300
Subject: [PATCH] octave: fix qt5 in cross-build

---
 srcpkgs/octave/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template
index b8f92fd8a6336d..73bbace0dc8b88 100644
--- a/srcpkgs/octave/template
+++ b/srcpkgs/octave/template
@@ -1,7 +1,7 @@
 # Template file for 'octave'
 pkgname=octave
 version=9.2.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-docs"
 hostmakedepends="perl gcc-fortran pkg-config"
@@ -88,6 +88,9 @@ if [ -n "$CROSS_BUILD" ];then
 	configure_args+=" ax_blas_integer_size=4"
 fi
 
+hostmakedepends+="
+ $(vopt_if gui qt5-host-tools)"
+
 makedepends+="
  $(vopt_if arpack arpack-ng-devel)
  $(vopt_if audio 'libsndfile-devel portaudio-devel')

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-08-25 17:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-02 14:49 [PR PATCH] octave: fix qt5 in cross-build tornaria
2024-08-02 16:04 ` [PR REVIEW] " classabbyamp
2024-08-02 17:26 ` classabbyamp
2024-08-02 19:24 ` tornaria
2024-08-02 19:26 ` [PR PATCH] [Updated] " tornaria
2024-08-02 19:27 ` [PR REVIEW] " classabbyamp
2024-08-02 19:36 ` tornaria
2024-08-03  4:48 ` sgn
2024-08-08  1:53 ` [PR PATCH] [Updated] " tornaria
2024-08-08 12:19 ` [PR PATCH] [Updated] [WIP] octave: switch to qt6, fix cross-build tornaria
2024-08-09 17:58 ` tornaria
2024-08-10 10:29 ` dkwo
2024-08-16  2:16 ` [PR PATCH] [Updated] " tornaria
2024-08-17 18:18 ` tornaria
2024-08-17 18:59 ` [PR PATCH] [Updated] " tornaria
2024-08-18 22:41 ` [PR REVIEW] " classabbyamp
2024-08-19  0:45 ` [PR PATCH] [Updated] " tornaria
2024-08-19  0:46 ` [PR REVIEW] " tornaria
2024-08-25 17:41 ` dkwo
2024-08-25 17:50 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).