From 490ebed1a221e5133ef43bc504c9f7d05a9f5536 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Wed, 4 Sep 2024 16:24:47 +0200 Subject: [PATCH] math/blis: not needed anymore --- math/blis/Makefile | 74 --------------------------------------------- math/blis/distinfo | 3 -- math/blis/pkg-descr | 7 ----- math/blis/pkg-plist | 10 ------ 4 files changed, 94 deletions(-) delete mode 100644 math/blis/Makefile delete mode 100644 math/blis/distinfo delete mode 100644 math/blis/pkg-descr delete mode 100644 math/blis/pkg-plist diff --git a/math/blis/Makefile b/math/blis/Makefile deleted file mode 100644 index 7e96202..0000000 --- a/math/blis/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -PORTNAME= blis -PORTVERSION= 0.9.0 -PORTREVISION= 3 -CATEGORIES= math -PKGNAMEPREFIX= ${PYHON_PKGNAMEPREFIX} - -MAINTAINER= jmd@FreeBSD.org -COMMENT= Software framework for high-performance BLAS-like libraries -WWW= https://github.com/flame/blis - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= bash:shells/bash - -USES= compiler gmake perl5 python shebangfix -USE_PYTHON= flavors - -USE_GITHUB= yes -GH_ACCOUNT= flame -USE_LDCONFIG= yes -USE_PERL5= build -SHEBANG_FILES= build/flatten-headers.py - -OPTIONS_DEFINE= PARA CBLAS -PARA_DESC= use pthread parallelization -CBLAS_DESC= build the CBLAS compatibility layer -OPTIONS_DEFAULT= PARA CBLAS -OPTIONS_SUB= yes - -CFLAGS_riscv64= -mno-relax -HAS_CONFIGURE= yes - -TEST_TARGET= test - -.include - -# enable BLAS and static/shared libs by default -CONFIGURE_ARGS+= --enable-blas \ - --prefix=${PREFIX} \ - --enable-shared \ - --enable-static -#--prefix=PREFIX - -.if ${PORT_OPTIONS:MPARA} -CONFIGURE_ARGS+= -t pthreads -.endif - -.if ${PORT_OPTIONS:MCBLAS} -CONFIGURE_ARGS+= --enable-cblas -.endif - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= x86_64 -PLIST_SUB+= ARCH="x86_64" -.elif ${ARCH:Mpowerpc64*} -CONFIGURE_ARGS+= power9 -PLIST_SUB+= ARCH="power9" -USE_GCC= yes -.else -CONFIGURE_ARGS+= generic -PLIST_SUB+= ARCH="generic" -.endif - -.include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -USE_GCC= yes -.endif - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.4.0.0 - -.include diff --git a/math/blis/distinfo b/math/blis/distinfo deleted file mode 100644 index 4ca433b..0000000 --- a/math/blis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1672884949 -SHA256 (flame-blis-0.9.0_GH0.tar.gz) = 1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308 -SIZE (flame-blis-0.9.0_GH0.tar.gz) = 15078619 diff --git a/math/blis/pkg-descr b/math/blis/pkg-descr deleted file mode 100644 index c58e5c1..0000000 --- a/math/blis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -software framework for high-performance BLAS-like libraries - -BLIS is a portable software framework for instantiating high-performance -BLAS-like dense linear algebra libraries. The framework was designed -to isolate essential kernels of computation that, when optimized, -immediately enable optimized implementations of most of its commonly -used and computationally intensive operations. diff --git a/math/blis/pkg-plist b/math/blis/pkg-plist deleted file mode 100644 index 80727e9..0000000 --- a/math/blis/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/blis/blis.h -%%CBLAS%%include/blis/cblas.h -lib/libblis.a -lib/libblis.so -lib/libblis.so.4 -lib/libblis.so.4.0.0 -share/pkgconfig/blis.pc -%%DATADIR%%/common.mk -%%DATADIR%%/config.mk -%%DATADIR%%/config/%%ARCH%%/make_defs.mk