# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/blis/blis.desc # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- [I] BLAS-like Library Instantiation Software Framework [T] BLIS is an award-winning portable software framework for instantiating [T] high-performance BLAS-like dense linear algebra libraries. The framework was [T] designed to isolate essential kernels of computation that, when optimized, [T] immediately enable optimized implementations of most of its commonly used [T] and computationally intensive operations. [T] [T] BLIS is written in ISO C99 and available under a new/modified/3-clause BSD [T] license. While BLIS exports a new BLAS-like API, it also includes a BLAS [T] compatibility layer which gives application developers access to BLIS [T] implementations via traditional BLAS routine calls. An object-based API [T] unique to BLIS is also available. [U] https://github.com/flame/blis [A] Field G. Van Zee [M] Tomas Glozar [C] extra/tool [L] BSD [V] 2.0 [D] 0bc9e5862df0c7c750912d5e3ee824cf6d62445a59823eec8ff7f23d blis-2.0.tar.gz https://github.com/flame/blis/archive/refs/tags/2.0/ cleanconfopt=0 var_remove_regex confopt ' ' '--((.*bin|info|sysconf|man|data|localstate)dir|build|host)=.*' pkginstalled openblas || var_append confopt ' ' --enable-cblas var_append confopt ' ' '-t openmp,pthreads' var_append confopt ' ' auto # TODO translate T2 target to blis target