pkgsrc-WIP-changes archive

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

blas: remove here, imported



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Tue Apr 20 23:58:54 2021 +0200
Changeset:	9e65f68286395a61ef9f6f8ac6ce583221362dc0

Modified Files:
	Makefile
Removed Files:
	blas/DESCR
	blas/Makefile
	blas/PLIST
	blas/buildlink3.mk

Log Message:
blas: remove here, imported

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e65f68286395a61ef9f6f8ac6ce583221362dc0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 blas/DESCR         |  9 ---------
 blas/Makefile      | 12 ------------
 blas/PLIST         |  6 ------
 blas/buildlink3.mk | 13 -------------
 5 files changed, 41 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ea76c8bc4d..80d1fc0a78 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,6 @@ SUBDIR+=	bitkeeper
 SUBDIR+=	bitlbee-purple
 SUBDIR+=	bkchem
 SUBDIR+=	blad
-SUBDIR+=	blas
 SUBDIR+=	blasr
 SUBDIR+=	blasr_libcpp
 SUBDIR+=	bleachbit
diff --git a/blas/DESCR b/blas/DESCR
deleted file mode 100644
index c74df4a651..0000000000
--- a/blas/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-The BLAS (Basic Linear Algebra Subprograms) are high quality "building
-block" routines for performing basic vector and matrix
-operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do
-matrix-vector operations, and Level 3 BLAS do matrix-matrix
-operations. Because the BLAS are efficient, portable, and widely
-available, they're commonly used in the development of high quality
-linear algebra software, LINPACK and LAPACK for example.
-
-This package contains the Fortran 77 reference implementation of BLAS.
diff --git a/blas/Makefile b/blas/Makefile
deleted file mode 100644
index 36df4b46ae..0000000000
--- a/blas/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-.include "../../wip/lapack/Makefile.common"
-
-COMMENT=	Basic Linear Algebra System (Netlib reference implementation)
-
-LAPACK_COMPONENT=	blas
-LAPACK_COMPONENT_CMAKE_ARGS=	\
-	-DUSE_OPTIMIZED_BLAS=OFF \
-	-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=OFF
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/blas/PLIST b/blas/PLIST
deleted file mode 100644
index 56361a4a8c..0000000000
--- a/blas/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-lib/libblas.a
-lib/libblas.so
-lib/libblas.so.3
-lib/libblas.so.${PKGVERSION}
-lib/pkgconfig/blas.pc
diff --git a/blas/buildlink3.mk b/blas/buildlink3.mk
deleted file mode 100644
index 1cbcab433f..0000000000
--- a/blas/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	blas
-
-.if !defined(BLAS_BUILDLINK3_MK)
-BLAS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.blas+=	blas>=3.9.0
-BUILDLINK_ABI_DEPENDS.blas+=	blas>=3.9.0
-BUILDLINK_PKGSRCDIR.blas?=	../../wip/blas
-.endif # BLAS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-blas


Home | Main Index | Thread Index | Old Index