From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id AEO0MAZo8WOU0wAAbAwnHQ (envelope-from ) for ; Sun, 19 Feb 2023 01:06:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id uG2aMAZo8WOOJAAAauVa8A (envelope-from ) for ; Sun, 19 Feb 2023 01:06:30 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 59455AB07 for ; Sun, 19 Feb 2023 01:06:30 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=FKVVE2vl; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676765190; a=rsa-sha256; cv=none; b=gJo7lXOIxxnl+QnRvhWj7awwseQxOZTLwYakLd3QYwDzsd9CTWux14IOUUzBeysXAqtLQ3 eAe8HeeF7H4+5cYRHY0OXyt+ejqIrm1dNUAa3P+dAYyrhDX4dNjCs1rNZSr1hxPYptawen BhvPyYgSEcNpjhc5N7oLLo9oUnP8jNQjmS7zdFxpiJVBfA4iHaqCpsOHJ3DoDEmKFszd53 +8/IfoJe0CRh7BSyCPsQ7QAwgkh4MJaWs5VT0QTKcDUN6yobs6PYdHuTEdsxGPQrcE+kbc aeJoJPJKiwRMceZkUqQEryOYhlnWwN6simWRFuGJVwlZh38DRgaM0Kkx/cc1WQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=FKVVE2vl; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676765190; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=PphFL5iZeUyxSeabVtTJxHghihaC6SvF3jAIV4R/tVs=; b=PiUCIO89uDSmgocMeGs0zja+hPGfhKHet/CdwuhF/XLlI7eCIluxvz6pbFBy2pVFtLEmG/ jrv5CXZ8oySh5uYBd4GRo7eJQ6LK++4IjTI5tHn76WQKcEminh+tYsvuGdioNT7UY7jfbE d/wFvx7VEQrUQjrxfkXPLI00sVVypvhwwTmQNtFiLYYle/gEcnpfFhlOERnxUmF+Vhp2fU NzujUmaTeEz4VQLiOaMA6zLKFTnClaPezqaNy70vZQddyg7FQos/3XZ7x3R2PmelrbZ+sp uOpSwEyPNd/n2H0/t3ukmyhXZTfjRrudJS8SVEqpDqUrN3U5/3zkdcxsDpz4Xw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pTXDU-0006LG-9E; Sat, 18 Feb 2023 19:06:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pTXDQ-0006H7-85 for guix-patches@gnu.org; Sat, 18 Feb 2023 19:06:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pTXDP-0004kr-VS for guix-patches@gnu.org; Sat, 18 Feb 2023 19:06:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pTXDP-0007EI-P3 for guix-patches@gnu.org; Sat, 18 Feb 2023 19:06:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61611] [PATCH 06/10] gnu: Add julia-arnoldimethod. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Feb 2023 00:06:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61611 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61611@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 61611-submit@debbugs.gnu.org id=B61611.167676510927665 (code B ref 61611); Sun, 19 Feb 2023 00:06:03 +0000 Received: (at 61611) by debbugs.gnu.org; 19 Feb 2023 00:05:09 +0000 Received: from localhost ([127.0.0.1]:45193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pTXCX-0007C1-3D for submit@debbugs.gnu.org; Sat, 18 Feb 2023 19:05:09 -0500 Received: from mail-wm1-f47.google.com ([209.85.128.47]:38708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pTXCS-0007A8-Km for 61611@debbugs.gnu.org; Sat, 18 Feb 2023 19:05:05 -0500 Received: by mail-wm1-f47.google.com with SMTP id m22-20020a7bcb96000000b003e21e018039so524572wmi.3 for <61611@debbugs.gnu.org>; Sat, 18 Feb 2023 16:05:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=PphFL5iZeUyxSeabVtTJxHghihaC6SvF3jAIV4R/tVs=; b=FKVVE2vl/A7E6cyuAhZQt9sNWuoETEc97rf2eHhZXb+WFj6JAcU5XchqOHoEqlR5BB rTboJ2koUmzu8Z35q9F3jfMFuOq1jkAIUyyCe/Ov6RWdKRxqmEdg1WIiDWzs+DhOZZvO 6svLGf4ROBW/x4xMT8aqsUOf0UcEhXuHTDxSbHpyrXy+TGBY+IP5UbSI+v13E27WTrAc InFOUBH0eHf8J5tzzePe3CiKP/IypgfeTN5T719HfFIDU7tSdd9XxOqv1HO7b+MlbQHK oDPqq8JEBlVOiylBs0UQPl42PaN/Y9t4yyW4mkgFtaYbFenadDjFxGRdkshPm6+ftvvw a3+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PphFL5iZeUyxSeabVtTJxHghihaC6SvF3jAIV4R/tVs=; b=QwbnL83UbYlJ1TBojZ/cmncAtKA7BA0DP16DGp/XqGVJ6eFm9aY3fcG7uoBDnfgmSf On2MXz58Vx9Ln38juvcKisbt2rbCfX5BCZ3aaJ780yQdJ03+GqS6GAOj/+iBYj6YtZEj wgrXwcpWCwrUwsKof7Z9UZ5ZEwiOvkGBbOiDj5xReshSA3PjCe13QLixC5ExrdOLpWf8 SN1V7kv4c9k8F66Jmv103skxSgDolIsC5MGvYv6pPJIwpt8kn4Wb4H7g3NKcfeFWeZGi L1bIZUa9gNFZEv/DZt7GuOZIG3smMO/Z+ioElVgYUoBJ8OoxB+TLYtIoM2mVRJEGmmkS ihwg== X-Gm-Message-State: AO0yUKWCUwM0eZdCd4HbDmC+SuqE5yjxet87d3DQEFAfiUfOqw/wgvfp IaRUuL4Hj3i2UsWx/bVCvF9kNXj9VkWgbw== X-Google-Smtp-Source: AK7set9f2KUWNhVZytQN4b0aeO9OcqrvRtfRNA2X4C7csMZ+U/jFBXrm6Vz0puNvjAKnWI08AcH7ig== X-Received: by 2002:a05:600c:90f:b0:3df:50eb:7cd9 with SMTP id m15-20020a05600c090f00b003df50eb7cd9mr4125149wmp.14.1676765099132; Sat, 18 Feb 2023 16:04:59 -0800 (PST) Received: from guxtil.incerto.xyz (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id c18-20020a05600c0a5200b003e118684d56sm4752164wmq.45.2023.02.18.16.04.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 18 Feb 2023 16:04:58 -0800 (PST) From: Sharlatan Hellseher Date: Sun, 19 Feb 2023 00:04:49 +0000 Message-Id: <20230219000453.20559-6-sharlatanus@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230219000453.20559-1-sharlatanus@gmail.com> References: <20230219000453.20559-1-sharlatanus@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 59455AB07 X-Spam-Score: -1.63 X-Migadu-Spam-Score: -1.63 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-TUID: HLuunU/YLihp * gnu/packages/julia-xyz.scm (julia-arnoldimethod): New variable. --- gnu/packages/julia-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 4dbb7e6eea..aaaa4afa0e 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -147,6 +147,42 @@ (define-public julia-aqua provides functions to run a few automatable checks for Julia packages.") (license license:expat))) +(define-public julia-arnoldimethod + (package + (name "julia-arnoldimethod") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gs7pikgdg436srxxfywpnp12ay1mf45f7z80wym92rfrjzakwh2")))) + (build-system julia-build-system) + (propagated-inputs + (list julia-genericschur julia-staticarrays)) + (home-page "https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl") + (synopsis "Implicitly Restarted Arnoldi Method, natively in Julia") + (description + "@code{ArnoldiMethod.jl} provides an iterative method to find a few +approximate solutions to the eigenvalue problem in standard form with main +goals: + +@itemize +@item Having a native Julia implementation of the @code{eigs} function that +performs as well as ARPACK. With native we mean that its implementation should +be generic and support any number type. Currently the partialschur function +does not depend on LAPACK, and removing the last remnants of direct calls to +BLAS is in the pipeline. + +@item Removing the dependency of the Julia language on ARPACK. This goal was +already achieved before the package was stable enough, since ARPACK moved to a +separate repository @code{Arpack.jl}. +@end itemize") + (license license:expat))) + (define-public julia-arrayinterface (package (name "julia-arrayinterface") -- 2.39.1