From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 23 15:47:23 2021 Received: (at 47350) by debbugs.gnu.org; 23 Mar 2021 19:47:23 +0000 Received: from localhost ([127.0.0.1]:33136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lOmzr-0008FL-0q for submit@debbugs.gnu.org; Tue, 23 Mar 2021 15:47:23 -0400 Received: from mail-wm1-f47.google.com ([209.85.128.47]:35386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lOmzg-0008D9-O2 for 47350@debbugs.gnu.org; Tue, 23 Mar 2021 15:47:13 -0400 Received: by mail-wm1-f47.google.com with SMTP id a132-20020a1c668a0000b029010f141fe7c2so11470259wmc.0 for <47350@debbugs.gnu.org>; Tue, 23 Mar 2021 12:47:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=paiY9rO/A9hhp9g8SipsZIPT2IghU1F74g/gZlQS1e8=; b=W3me9ONP/Uj6nPcL1iU95weURmH04UR86Hyh4Dq3iG15sMSB/W3pZrTPfmo87TQrLj Geyb0v8uhYNl9/afisIAiOm+pk9TiG7NjK39wYJZDZ5g+bHAUXWxY/ClQY841thsyY86 MDhZdj9LUGYByC6p3d3OeW3cBqk6aU8Kbas/eWh7WJIA1Ik68anL2ZjrVcAk9LTUYr9f gYMklqR99xeHTxyHVABVUFCXNcDf+MjqrLxEDCEUl5JxYhLxgSYpmVh42izjZEeXWADx Fz/04iEIeOJPx0SHz8rcTGhAYOZFLH5VKbdS47kjkXglicU5uWivFAiPpjl5RczSz1F3 BvHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=paiY9rO/A9hhp9g8SipsZIPT2IghU1F74g/gZlQS1e8=; b=lCHSFvSaQ8Lirdu3hh+MVR93y1UwAFYSz3HekDzzJcY1lHGN8HzKzY5jhUf6RtTzDr 6AvC1SkmItElZkQx1HmDRGeX/3IX42T52qxp0QYVUBF5375c2zOW3yaj+bCND9mCDOtc nB8bUDsFkNlFgPccHTrMKKC1r0VBIG1SIn5Jlnj+yqfUMegrV8AGC2A0BtqGob97jyfI 2GKI/NDiDQpdT0ccXECRx8z5JhSwO7z+HWjckvkr7twiACYVGuRJj0CTvTAFb9GnWY/w ys9Y0Dyj+ddLSJlDBcRzN8SM3le3seW5rZP3y4WNM7ELcfqEqz+D9V7nluY61dCkRGso a6bw== X-Gm-Message-State: AOAM531SwlkVfDjq6NefoXZFcMZEIhrZvVw4nv09Af6nruNZbNRwFPlm BLDJOsIHpfHyfREQmIObARjiypyEhWk= X-Google-Smtp-Source: ABdhPJyYvpJ7ZxsZbWJnYkRiDrb9v+zah/cru/VNe28aAPwcx7rwqUn+96Zd6fRxdoDxsc/nNkB8OQ== X-Received: by 2002:a1c:f404:: with SMTP id z4mr4907129wma.39.1616528827150; Tue, 23 Mar 2021 12:47:07 -0700 (PDT) Received: from pfiuh02.univ-paris-diderot.fr ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id a131sm3656104wmc.48.2021.03.23.12.47.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 12:47:06 -0700 (PDT) From: zimoun To: 47350@debbugs.gnu.org Subject: [PATCH 24/29] gnu: Add julia-specialfunctions. Date: Tue, 23 Mar 2021 20:46:51 +0100 Message-Id: <20210323194656.18303-5-zimon.toutoune@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20210323194656.18303-1-zimon.toutoune@gmail.com> References: <20210323194656.18303-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47350 Cc: zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-specialfunctions): New variable. --- gnu/packages/julia-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index afa8e815f8..452b376371 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1016,6 +1016,34 @@ high-order accuracy, assuming that @code{f(x0+h)} has a Taylor series or some other power series in @code{h}.") (license license:expat))) +(define-public julia-specialfunctions + (package + (name "julia-specialfunctions") + (version "1.3.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaMath/SpecialFunctions.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rfhrrkzi3ils7fklbn35ki1yp5x88fi71qknfwqyw4pk8cf8p80")))) + (build-system julia-build-system) + (inputs + `(("julia-chainrulestestutils" ,julia-chainrulestestutils))) + (propagated-inputs + `(("julia-chainrulescore" ,julia-chainrulescore) + ("julia-openspecfun-jll" ,julia-openspecfun-jll))) + (home-page "https://github.com/JuliaMath/SpecialFunctions.jl") + (synopsis "Special mathematical functions") + (description "This package provides special mathematical functions, +including Bessel, Hankel, Airy, error, Dawson, exponential (or sine and +cosine) integrals, eta, zeta, digamma, inverse digamma, trigamma, and +polygamma functions. Most of these functions were formerly part of Base in +early versions of Julia.") + (license license:expat))) + (define-public julia-staticarrays (package (name "julia-staticarrays") -- 2.28.0