pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math math/Makefile: add 64 bit index BLAS packages to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f546708fda7c
branches:  trunk
changeset: 454694:f546708fda7c
user:      thor <thor%pkgsrc.org@localhost>
date:      Tue Jun 15 06:55:40 2021 +0000

description:
math/Makefile: add 64 bit index BLAS packages to section

diffstat:

 math/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r b49302da64c5 -r f546708fda7c math/Makefile
--- a/math/Makefile     Tue Jun 15 06:51:42 2021 +0000
+++ b/math/Makefile     Tue Jun 15 06:55:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.506 2021/06/07 14:11:55 wiz Exp $
+# $NetBSD: Makefile,v 1.507 2021/06/15 06:55:40 thor Exp $
 
 COMMENT=       Mathematics
 
@@ -140,6 +140,7 @@
 SUBDIR+=       cantor
 SUBDIR+=       capc-calc
 SUBDIR+=       cblas
+SUBDIR+=       cblas64
 SUBDIR+=       cgal
 SUBDIR+=       classias
 SUBDIR+=       clisp-pari
@@ -223,7 +224,9 @@
 SUBDIR+=       kcalc
 SUBDIR+=       kissfft
 SUBDIR+=       lapack
+SUBDIR+=       lapack64
 SUBDIR+=       lapacke
+SUBDIR+=       lapacke64
 SUBDIR+=       libffm
 SUBDIR+=       libint
 SUBDIR+=       libixion
@@ -263,6 +266,9 @@
 SUBDIR+=       odepack
 SUBDIR+=       openaxiom
 SUBDIR+=       openblas
+SUBDIR+=       openblas64
+SUBDIR+=       openblas64_openmp
+SUBDIR+=       openblas64_pthread
 SUBDIR+=       openblas_openmp
 SUBDIR+=       openblas_pthread
 SUBDIR+=       openfst



Home | Main Index | Thread Index | Old Index