Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] j: update to 901.e.
Date: Thu, 30 Jan 2020 06:20:16 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18650@inbox.vuxu.org> (raw)

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

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

https://github.com/xelxebar/void-packages package/j
https://github.com/void-linux/void-packages/pull/18650

j: update to 901.e.


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

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

From fa2a3b617e7efa84fd010d64c66de43c163ff941 Mon Sep 17 00:00:00 2001
From: "B. Wilson" <x@wilsonb.com>
Date: Thu, 30 Jan 2020 14:15:00 +0900
Subject: [PATCH] j: update to 901.e.

---
 srcpkgs/j/patches/fix-cip.c-includes.patch | 34 ++++++++++++++++++++++
 srcpkgs/j/template                         |  5 ++--
 srcpkgs/j/update                           |  6 ----
 3 files changed, 36 insertions(+), 9 deletions(-)
 create mode 100644 srcpkgs/j/patches/fix-cip.c-includes.patch
 delete mode 100644 srcpkgs/j/update

diff --git a/srcpkgs/j/patches/fix-cip.c-includes.patch b/srcpkgs/j/patches/fix-cip.c-includes.patch
new file mode 100644
index 00000000000..9782839ff1d
--- /dev/null
+++ b/srcpkgs/j/patches/fix-cip.c-includes.patch
@@ -0,0 +1,34 @@
+--- jsrc/cip.c	2020-01-30 13:31:22.463687182 +0900
++++ jsrc/cip.c	2020-01-30 13:33:47.707458248 +0900
+@@ -3,9 +3,9 @@
+ /*                                                                         */
+ /* Conjunctions: Inner Product                                             */
+ 
+-#include "../../jsource/jsrc/j.h"
+-#include "../../jsource/jsrc/vasm.h"
+-#include "../../jsource/jsrc/gemm.h"
++#include "j.h"
++#include "vasm.h"
++#include "gemm.h"
+ 
+ #define MAXAROWS 384  // max rows of a that we can process to stay in L2 cache   a strip is m*CACHEHEIGHT, z strip is m*CACHEWIDTH   this is wired to 128*3 - check if you chage
+ 
+@@ -1057,15 +1057,15 @@
+  switch(c){
+   case CPLUSDOT:
+ #define F |=
+-#include "../../jsource/jsrc/cip_t.h"
++#include "cip_t.h"
+    break;
+   case CSTARDOT:
+ #define F &=
+-#include "../../jsource/jsrc/cip_t.h"
++#include "cip_t.h"
+    break;
+   case CNE:
+ #define F ^=
+-#include "../../jsource/jsrc/cip_t.h"
++#include "cip_t.h"
+    break;
+  }
+  R z;
diff --git a/srcpkgs/j/template b/srcpkgs/j/template
index 3874aa484ff..3b047644df3 100644
--- a/srcpkgs/j/template
+++ b/srcpkgs/j/template
@@ -1,20 +1,19 @@
 # Template file for 'j'
 pkgname=j
 _vmaj=901
-_vmin=d
+_vmin=e
 _vrel=${_vmaj}-release${_vmin:+-}${_vmin}
 version=${_vmaj}.${_vmin}
 revision=1
 archs="aarch64* x86_64*"
 wrksrc="jsource-j${_vrel}"
-hostmakedepends="bc"
 makedepends="libedit-devel libgomp-devel libomp-devel"
 short_desc="Modern, high-performance, ASCII-based successor to APL"
 maintainer="B. Wilson <x@wilsonb.com>"
 license="GPL-3.0-or-later"
 homepage="https://jsoftware.com/"
 distfiles="https://github.com/jsoftware/jsource/archive/j${_vrel}.tar.gz"
-checksum=5d581c3587253566375f4229dd76ec4108f6eea80d7e4ccf5725328c9f8b408a
+checksum=23d1cac75ae8426d4e301b178fac1f29e85d7a0c80cefe4740c104d9c1eeab7a
 
 _jsz="j${XBPS_TARGET_WORDSIZE}"
 _jtype="release"
diff --git a/srcpkgs/j/update b/srcpkgs/j/update
deleted file mode 100644
index 93b92393490..00000000000
--- a/srcpkgs/j/update
+++ /dev/null
@@ -1,6 +0,0 @@
-site='https://github.com/jsoftware/jsource/releases'
-_vmaj=${version%.*}
-_vmin=${version#${_vmaj}}
-_vmin=${_vmin#.}
-version="${_vmaj}-release${_vmin:+-}${_vmin}"
-pattern='tag/j\K[\d]+-release(-.*)?(?=">)'

             reply	other threads:[~2020-01-30  5:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-30  5:20 voidlinux-github [this message]
2020-01-30  8:28 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18650@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).