notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q3
blis Software framework for high-performance BLAS-like libraries
0.9.0_2 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.0_2Version of this port present on the latest quarterly branch.
Maintainer: jmd@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/blis-0.9.0_2/catalog.mk
  3. /usr/local/share/licenses/blis-0.9.0_2/LICENSE
  4. /usr/local/share/licenses/blis-0.9.0_2/BSD3CLAUSE
  5. include/blis/blis.h
  6. include/blis/cblas.h
  7. lib/libblis.a
  8. lib/libblis.so
  9. lib/libblis.so.4
  10. lib/libblis.so.4.0.0
  11. share/pkgconfig/blis.pc
  12. share/blis/common.mk
  13. share/blis/config.mk
  14. share/blis/config/x86_64/make_defs.mk
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • blis>0:math/blis
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gmake>=4.4.1 : devel/gmake
  3. python3.11 : lang/python311
  4. gcc13 : lang/gcc13
  5. as : devel/binutils
  6. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/flame/blis/tar.gz/0.9.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.0_2
27 Aug 2024 07:39:04
commit hash: 37d0117bb4ca5b6e25c9575688b56258362bfdb4commit hash: 37d0117bb4ca5b6e25c9575688b56258362bfdb4commit hash: 37d0117bb4ca5b6e25c9575688b56258362bfdb4commit hash: 37d0117bb4ca5b6e25c9575688b56258362bfdb4 files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
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