Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yosys: fix build generating files containing /usr/local
@ 2020-12-22 11:47 EliteTK
  2020-12-22 13:04 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: EliteTK @ 2020-12-22 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/EliteTK/void-packages yosys-template-fix
https://github.com/void-linux/void-packages/pull/27348

yosys: fix build generating files containing /usr/local
Without this, yosys-config (and probably some other things) refer to /usr/local rather than /usr

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yosys-template-fix-27348.patch --]
[-- Type: text/x-diff, Size: 804 bytes --]

From b319866f23a8796f5a7fcbb8edeec041bf945d1f Mon Sep 17 00:00:00 2001
From: Tomasz Kramkowski <tk@the-tk.com>
Date: Tue, 22 Dec 2020 11:36:31 +0000
Subject: [PATCH] yosys: fix build generating files containing /usr/local

---
 srcpkgs/yosys/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/yosys/template b/srcpkgs/yosys/template
index 8ab48e2c4d2..78e562cf368 100644
--- a/srcpkgs/yosys/template
+++ b/srcpkgs/yosys/template
@@ -1,9 +1,10 @@
 # Template file for 'yosys'
 pkgname=yosys
 version=0.9
-revision=2
+revision=3
 wrksrc=${pkgname}-${pkgname}-${version}
 build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
 make_use_env=yes
 hostmakedepends="python3 bison flex pkg-config clang git tcl readline"
 makedepends="tcl-devel readline-devel libffi-devel"

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

* Re: yosys: fix build generating files containing /usr/local
  2020-12-22 11:47 [PR PATCH] yosys: fix build generating files containing /usr/local EliteTK
@ 2020-12-22 13:04 ` ericonr
  2020-12-25 15:57 ` sgn
  2020-12-26  0:07 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-22 13:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27348#issuecomment-749529866

Comment:
Ok, cross builds are kinda dead, we will have to figure out what's wrong

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

* Re: yosys: fix build generating files containing /usr/local
  2020-12-22 11:47 [PR PATCH] yosys: fix build generating files containing /usr/local EliteTK
  2020-12-22 13:04 ` ericonr
@ 2020-12-25 15:57 ` sgn
  2020-12-26  0:07 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-12-25 15:57 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27348#issuecomment-751266058

Comment:
I have a fix for the cross. However, I'm gonna split berkeley-abc out, because I can't fix the reproducibility as is.

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

* Re: [PR PATCH] [Closed]: yosys: fix build generating files containing /usr/local
  2020-12-22 11:47 [PR PATCH] yosys: fix build generating files containing /usr/local EliteTK
  2020-12-22 13:04 ` ericonr
  2020-12-25 15:57 ` sgn
@ 2020-12-26  0:07 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-12-26  0:07 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

yosys: fix build generating files containing /usr/local
https://github.com/void-linux/void-packages/pull/27348

Description:
Without this, yosys-config (and probably some other things) refer to /usr/local rather than /usr

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

end of thread, other threads:[~2020-12-26  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 11:47 [PR PATCH] yosys: fix build generating files containing /usr/local EliteTK
2020-12-22 13:04 ` ericonr
2020-12-25 15:57 ` sgn
2020-12-26  0:07 ` [PR PATCH] [Closed]: " sgn

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).