gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10163: update lapack to 3.12.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10163: update lapack to 3.12.0
Date: Tue, 23 Apr 2024 13:02:46 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10163
revision-id: carlhansen@gnu.org-20240423170241-n2xpvn8c9j3fho86
parent: carlhansen@gnu.org-20240423073702-j262k984v83j14uh
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2024-04-23 17:02:41 +0000
message:
  update lapack to 3.12.0
added:
  pkg/other/lapack/              lapack-20240423170234-s3mwhvo9ieq184wx-1
  pkg/other/lapack/Makefile      makefile-20240423170234-s3mwhvo9ieq184wx-3
  pkg/other/lapack/config.mk     config.mk-20240423170234-s3mwhvo9ieq184wx-2
  pkg/other/lapack/sha256sums    sha256sums-20240423170234-s3mwhvo9ieq184wx-4
=== added directory 'pkg/other/lapack'
=== added file 'pkg/other/lapack/Makefile'
--- a/pkg/other/lapack/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/lapack/Makefile 2024-04-23 17:02:41 +0000
@@ -0,0 +1,49 @@
+# Copyright ©2024 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+ 
+NAME =    lapack 
+GARNAME = lapack
+GARVERSION = 3.12.0
+HOME_URL = https://netlib.com/lapack
+DESCRIPTION =  linear algebra matrix calculations
+define BLURB
+endef
+
+######################################################################
+# https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = Reference-LAPACK/lapack/archive/refs/tags/
+
+DISTFILES = v$(GARVERSION).tar.gz
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+
+post-fetch:
+       cd $(DOWNLOADDIR) && cp $(DISTFILES) $(DISTNAME).tar.gz
+
+# FIX name of download, and includes
+#
+

=== added file 'pkg/other/lapack/config.mk'
--- a/pkg/other/lapack/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/lapack/config.mk        2024-04-23 17:02:41 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/lapack/sha256sums'
--- a/pkg/other/lapack/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/lapack/sha256sums       2024-04-23 17:02:41 +0000
@@ -0,0 +1,1 @@
+eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b  
download/v3.12.0.tar.gz


reply via email to

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