Port details on branch 2024Q3 |
- blis Software framework for high-performance BLAS-like libraries
- 0.9.0_2 math
=0 0.9.0_2Version of this port present on the latest quarterly branch. - Maintainer: jmd@FreeBSD.org
 - Port Added: 2024-08-27 07:42:06
- Last Update: 2024-08-27 07:39:04
- Commit Hash: 37d0117
- License: BSD3CLAUSE
- WWW:
- https://github.com/flame/blis
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/blis/ && make install clean
- To add the package, run one of these commands:
- pkg install math/blis
- pkg install blis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672884949
SHA256 (flame-blis-0.9.0_GH0.tar.gz) = 1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308
SIZE (flame-blis-0.9.0_GH0.tar.gz) = 15078619
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- gcc13 : lang/gcc13
- as : devel/binutils
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- gcc13 : lang/gcc13
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for blis-0.9.0_2:
CBLAS=on: build the CBLAS compatibility layer
PARA=on: use pthread parallelization
===> Use 'make config' to modify these settings
- Options name:
- math_blis
- USES:
- compiler gmake perl5 python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_2 27 Aug 2024 07:39:04
    |
Dimitry Andric (dim)  |
math/blis: fix build with clang 19
Clang 19 has removed support for the -mavx512pf and -mavx512er flags,
for the Intel Xeon Phi (aka "Knights Landing"/knl or "Knights
Mill"/knm) [1] [2].
This causes fatal errors during configuration of math/blis:
Compiling obj/x86_64/kernels/knl/1m/bli_dpackm_knl_asm_24x8.o ('knl' CFLAGS
for kernels)
cc: fatal error: unknown argument '-mavx512pf'; did you mean '-mavx512f'?
gmake: *** [Makefile:653:
obj/x86_64/kernels/knl/1m/bli_dpackm_knl_asm_24x8.o] Error 1
Add an EXTRA_PATCHES entry to deal with this situation.
Note that in the future, this may also have to be done for gcc 15 and
later. In that case, the patch might be done unconditionally.
[1] https://github.com/llvm/llvm-project/pull/75580
[2] https://github.com/llvm/llvm-project/pull/92883
PR: 280783
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3
(cherry picked from commit 885ff9ed357775138732cd058046d4e00b77287d) |
Number of commits found: 1
|