Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: juliaup-1.8.16
Date: Tue, 04 Jul 2023 11:44:16 +0200	[thread overview]
Message-ID: <20230704094416.ee-2pFgcrNbb-TJIvYfPbxUGFiwmpEehiBOjaNsglQo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43906@inbox.vuxu.org>

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/BryceVandegrift/void-packages juliaup
https://github.com/void-linux/void-packages/pull/43906

New package: juliaup-1.8.16
This package should allow Julia to be installed since it was [removed](https://github.com/void-linux/void-packages/pull/39919).
Package only supports x86_64, i686, and aarch64

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)
  - i686-glibc (crossbuild)
  - aarch64-glibc (crossbuild)

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

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

From 376c9fb38b29dc34cb20fc7d035ddaaf899ad212 Mon Sep 17 00:00:00 2001
From: Bryce Vandegrift <bryce@brycevandegrift.xyz>
Date: Tue, 16 May 2023 18:22:00 -0400
Subject: [PATCH] New package: juliaup-1.8.16

---
 srcpkgs/juliaup/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/juliaup/template

diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
new file mode 100644
index 000000000000..3f718e4692d8
--- /dev/null
+++ b/srcpkgs/juliaup/template
@@ -0,0 +1,21 @@
+# Template file for 'juliaup'
+pkgname=juliaup
+version=1.8.16
+revision=1
+archs="x86_64* i686 aarch64"
+build_style=cargo
+short_desc="Julia installer and version multiplexer"
+maintainer="Bryce Vandegrift <bryce@brycevandegrift.xyz>"
+license="MIT"
+homepage="https://github.com/JuliaLang/juliaup"
+distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
+checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+
+if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
+	# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
+	make_check=no
+fi
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-07-04  9:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16 22:27 [PR PATCH] " BryceVandegrift
2023-05-17  0:54 ` BryceVandegrift
2023-05-17  1:22 ` [PR PATCH] [Updated] " BryceVandegrift
2023-05-17  1:24 ` BryceVandegrift
2023-05-17  1:47 ` [PR REVIEW] " classabbyamp
2023-05-17 15:24 ` [PR PATCH] [Updated] " BryceVandegrift
2023-05-17 15:24 ` [PR REVIEW] " BryceVandegrift
2023-05-23  0:26 ` hervyqa
2023-05-23  0:38 ` hervyqa
2023-05-23  0:48 ` hervyqa
2023-05-23  2:15 ` hervyqa
2023-05-24  7:52 ` damianoognissanti
2023-05-24  7:53 ` damianoognissanti
2023-05-24  8:23 ` damianoognissanti
2023-05-24  8:25 ` damianoognissanti
2023-05-24  8:26 ` classabbyamp
2023-06-16  3:17 ` hervyqa
2023-06-25 21:15 ` [PR REVIEW] " classabbyamp
2023-07-03  0:53 ` BryceVandegrift
2023-07-03  1:00 ` [PR PATCH] [Updated] " BryceVandegrift
2023-07-03  1:09 ` [PR REVIEW] " BryceVandegrift
2023-07-04  9:44 ` classabbyamp [this message]
2023-07-04  9:56 ` [PR PATCH] [Merged]: " classabbyamp

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=20230704094416.ee-2pFgcrNbb-TJIvYfPbxUGFiwmpEehiBOjaNsglQo@z \
    --to=classabbyamp@users.noreply.github.com \
    --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).