pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: gdt
Date: Fri Jul 4 15:39:57 UTC 2025
Modified Files:
pkgsrc/math/blas64: DESCR
pkgsrc/math/cblas64: DESCR
Log Message:
math/{,c}blas64: Explain what's different
This is a minimal change to DESCR to explain that the 64 refers to the
size of array indices (rather than the linuxy approach of it being a
label for libraries built for the native 64-bit CPU rather than 32-bit
emulation).
Text taken from openblas64.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/blas64/DESCR
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/cblas64/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/blas64/DESCR
diff -u pkgsrc/math/blas64/DESCR:1.1 pkgsrc/math/blas64/DESCR:1.2
--- pkgsrc/math/blas64/DESCR:1.1 Tue Jun 15 04:41:51 2021
+++ pkgsrc/math/blas64/DESCR Fri Jul 4 15:39:57 2025
@@ -7,3 +7,5 @@ available, they're commonly used in the
linear algebra software, LINPACK and LAPACK for example.
This package contains the Fortran 77 reference implementation of BLAS.
+This package builds the library working with indices of 64 bits
+(INTERFACE64=1).
Index: pkgsrc/math/cblas64/DESCR
diff -u pkgsrc/math/cblas64/DESCR:1.1 pkgsrc/math/cblas64/DESCR:1.2
--- pkgsrc/math/cblas64/DESCR:1.1 Tue Jun 15 04:41:52 2021
+++ pkgsrc/math/cblas64/DESCR Fri Jul 4 15:39:57 2025
@@ -1,2 +1,4 @@
This is the C wrapper to the Basic Linear Algebra Support library
(CBLAS), extracted from the Netlib reference implementation of LAPACK.
+
+This version wraps the blas64 package, and thus uses 64-bit indices.
Home |
Main Index |
Thread Index |
Old Index