guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: julia: Build with zlib.


From: Efraim Flashner
Subject: 02/02: gnu: julia: Build with zlib.
Date: Wed, 20 Jul 2016 08:37:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5f01078129f4eaa4760a14f22761cf357afb6738
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 20 11:36:33 2016 +0300

    gnu: julia: Build with zlib.
    
    * gnu/packages/julia.scm (julia)[inputs]: Add zlib.
---
 gnu/packages/julia.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 1cda5d8..e3cefb4 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,6 +27,7 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages compression)
   #:use-module (gnu packages elf)
   #:use-module (gnu packages gcc)
   #:use-module (gnu packages llvm)
@@ -262,6 +264,7 @@
        ("mpfr" ,mpfr)
        ("wget" ,wget)
        ("which" ,which)
+       ("zlib" ,zlib)
        ("gmp" ,gmp)
        ;; FIXME: The following inputs are downloaded from upstream to allow us
        ;; to use the lightweight Julia release tarball.  Ideally, these inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]