pkgsrc-WIP-changes archive

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

cblas: remove, imported



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

Modified Files:
	Makefile
Removed Files:
	cblas/DESCR
	cblas/Makefile
	cblas/PLIST
	cblas/TODO
	cblas/buildlink3.mk

Log Message:
cblas: remove, imported

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

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

diffstat:
 Makefile            |  1 -
 cblas/DESCR         |  2 --
 cblas/Makefile      | 15 ---------------
 cblas/PLIST         | 12 ------------
 cblas/TODO          |  4 ----
 cblas/buildlink3.mk | 18 ------------------
 6 files changed, 52 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f14a2bafee..54fb4493e0 100644
--- a/Makefile
+++ b/Makefile
@@ -383,7 +383,6 @@ SUBDIR+=	castget
 SUBDIR+=	catfish
 SUBDIR+=	catpoint-git
 SUBDIR+=	cb2bib
-SUBDIR+=	cblas
 SUBDIR+=	ccnet-server
 SUBDIR+=	ccrypt
 SUBDIR+=	cdbfasta
diff --git a/cblas/DESCR b/cblas/DESCR
deleted file mode 100644
index e3232c7f03..0000000000
--- a/cblas/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is the C wrapper to the Basic Linear Algebra Support library
-(CBLAS), extracted from the Netlib reference implementation of LAPACK.
diff --git a/cblas/Makefile b/cblas/Makefile
deleted file mode 100644
index 99439698e5..0000000000
--- a/cblas/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-COMMENT=		C interface to a BLAS library
-LAPACK_COMPONENT=	cblas
-LAPACK_COMPONENT_CMAKE_ARGS=	\
-	-DUSE_OPTIMIZED_BLAS=ON \
-	-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
-	-DUSE_OPTIMIZED_LAPACK=ON \
-	-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
-	-DCBLAS=ON -DLAPACKE=OFF \
-	-DCMAKE_VERBOSE=ON
-
-.include "../../mk/blas.buildlink3.mk"
-.include "../../math/lapack/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/cblas/PLIST b/cblas/PLIST
deleted file mode 100644
index aaf08d72bb..0000000000
--- a/cblas/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-include/cblas.h
-include/cblas_f77.h
-include/cblas_mangling.h
-include/cblas_test.h
-lib/cmake/cblas-${PKGVERSION}/cblas-config-version.cmake
-lib/cmake/cblas-${PKGVERSION}/cblas-config.cmake
-lib/libcblas.a
-lib/libcblas.so
-lib/libcblas.so.3
-lib/libcblas.so.${PKGVERSION}
-lib/pkgconfig/cblas.pc
diff --git a/cblas/TODO b/cblas/TODO
deleted file mode 100644
index 17d7b3a2ed..0000000000
--- a/cblas/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-At least on NetBSD, it fails check-shlibs checks due:
-
- => Checking for missing run-time search paths in cblas-3.8.0
- ERROR: lib/libcblas.so.3.8.0: missing library: libf95.so.0
diff --git a/cblas/buildlink3.mk b/cblas/buildlink3.mk
deleted file mode 100644
index 70e2e7ecbd..0000000000
--- a/cblas/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	cblas
-
-.if !defined(CBLAS_BUILDLINK3_MK)
-CBLAS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.cblas+=	cblas>=3.9.0
-BUILDLINK_PKGSRCDIR.cblas?=	../../wip/cblas
-
-# Causes problems if cblas/bl3 is included before blas.bl3 in the pkg Makefile.
-# Without this, they can be included in either order.
-# I think pkg Makefiles should include both for clarity rather than have
-# cblas implicitly pull in blas.bl3.
-# .include	"../../mk/blas.buildlink3.mk"
-.endif
-
-BUILDLINK_TREE+=	-cblas


Home | Main Index | Thread Index | Old Index