From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: julia: Use unbundled release tarball.
Date: Sat, 28 May 2016 16:29:59 +0200 [thread overview]
Message-ID: <87oa7ql0go.fsf@gnu.org> (raw)
In-Reply-To: <87a8jehu0s.fsf@mdc-berlin.de> (Ricardo Wurmus's message of "Wed, 25 May 2016 20:28:19 +0200")
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
> Efraim Flashner <efraim@flashner.co.il> writes:
>
>>> + ;; FIXME: The following inputs are downloaded from upstream to allow us
>>> + ;; to use the lightweight Julia release tarball. Ideally, these inputs
>>> + ;; would eventually be replaced with proper Guix packages.
>>> + ("rmath-julia"
>>> + ,(origin
>>> + (method url-fetch)
>>> + (uri "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v0.1")
>>> + ;;(file-name "rmath-julia-0.1.tar.gz")
>> ^^^
>> did this not like being renamed?
>
> Oops, this was not supposed to be commented. There was a problem where
> the build system complained about the hash of the tarball, and I could
> only fix it by *not* overriding the name. But this shouldn’t have been
> part of the commit. I’ll play with this again to see if it can stay or
> needs to go.
>
>>> + (sha256
>>> + (base32
>>> + "0ai5dhjc43zcvangz123ryxmlbm51s21rg13bllwyn98w67arhb4"))))
>>> + ("suitesparse"
>>> + ,(origin
>>> + (method url-fetch)
>>> + (uri "http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.4.2.tar.gz")
>>> + (sha256
>>> + (base32
>>> + "1dg0qsv07n71nbn9cgcvn73933rgy1jnxw5bfqkwfq3bidk44cqc"))))
>>> + ("objconv"
>>> + ,(origin
>>> + (method url-fetch)
>>> + (uri "http://www.agner.org/optimize/objconv.zip")
>>> + (sha256
>>> + (base32
>>> + "1fi7qa2sd9vb35dvkgripjf0fayzg2qmff215f8agfqfiwd1g8qs"))))
>>> + ("dsfmt"
>>> + ,(origin
>>> + (method url-fetch)
>>> + (uri (string-append
>>> + "http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/"
>>> + "SFMT/dSFMT-src-2.2.3.tar.gz"))
>>> + (sha256
>>> + (base32
>>> + "03kaqbjbi6viz0n33dk5jlf6ayxqlsq4804n7kwkndiga9s4hd42"))))
>>> + ("virtualenv"
>>
>> we actually do have virtualenv packaged. I forgot when but at some point
>> they made a massive jump in version numbers.
>
> Yes, I’ve seen that we have it, but it looks like julia doesn’t make it
> easy to use our packaged version (and it insists on this old version).
> We should fix this eventually, but the goal of this patch was to make
> this dependency explicit — before that it would just quietly take the
> bundled “virtualenv” in the fat tarball.
This patch LGTM, but I agree that eventually it’d be nice if Julia could
use the packaged versions of these things, at least SuiteSparse and
virtualenv, but probably all of them.
Thanks!
Ludo’.
next prev parent reply other threads:[~2016-05-28 14:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 15:25 [PATCH] Update Julia (and use smaller tarball) Ricardo Wurmus
2016-05-25 15:25 ` [PATCH 1/2] gnu: julia: Update to 0.4.5 Ricardo Wurmus
2016-05-28 14:27 ` Ludovic Courtès
2016-05-25 15:25 ` [PATCH 2/2] gnu: julia: Use unbundled release tarball Ricardo Wurmus
2016-05-25 17:41 ` Efraim Flashner
2016-05-25 18:28 ` Ricardo Wurmus
2016-05-28 14:29 ` Ludovic Courtès [this message]
2016-05-25 15:27 ` [PATCH] Update Julia (and use smaller tarball) Ricardo Wurmus
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oa7ql0go.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ricardo.wurmus@mdc-berlin.de \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).