<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/blis, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-06-26T14:06:03Z</updated>
<entry>
<title>math/blis: upgrade to 2.1</title>
<updated>2026-06-26T14:06:03Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2026-06-26T10:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9ea2d60a4fd1c2ea4bc61493eafb79b22db75111'/>
<id>urn:sha1:9ea2d60a4fd1c2ea4bc61493eafb79b22db75111</id>
<content type='text'>
Release notes at https://github.com/flame/blis/releases/tag/2.1
</content>
</entry>
<entry>
<title>math/blis: fix plist</title>
<updated>2025-07-08T09:31:18Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-07-08T09:31:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c125c2083e78ab3ed1ba332bb4b6fc19fe3bcd0e'/>
<id>urn:sha1:c125c2083e78ab3ed1ba332bb4b6fc19fe3bcd0e</id>
<content type='text'>
make-plist is too much a perfectionnist!

Reported by:	fluffy
</content>
</entry>
<entry>
<title>math/blis: upgrade BLIS to 2.0</title>
<updated>2025-07-03T09:36:48Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-07-03T09:36:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c4471b8bc62ef05b52d3d8d71ace7c417a1414ee'/>
<id>urn:sha1:c4471b8bc62ef05b52d3d8d71ace7c417a1414ee</id>
<content type='text'>
Releases notes at https://github.com/flame/blis/releases/tag/2.0
</content>
</entry>
<entry>
<title>math/blis: fix plist with CBLAS option</title>
<updated>2025-01-24T16:41:59Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-01-24T12:46:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=840f562c777376e11493b344cfbaf29b68ff2f3b'/>
<id>urn:sha1:840f562c777376e11493b344cfbaf29b68ff2f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/blis: adopt and upgrade to 1.1</title>
<updated>2025-01-24T12:12:24Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-01-24T10:58:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e4127b581f766eff7cce7cb8d0cb207aa6858cde'/>
<id>urn:sha1:e4127b581f766eff7cce7cb8d0cb207aa6858cde</id>
<content type='text'>
- Release notes at https://github.com/flame/blis/releases/tag/1.1

- Don’t enable CBLAS compatibility by default, because it conficts with
  openblas.
</content>
</entry>
<entry>
<title>all: return jmd's ports to the pool after safekeeping their commit bit.</title>
<updated>2024-11-28T16:10:52Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2024-11-28T16:10:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b2ece919c9010fff17dccac0462c8d705cadea87'/>
<id>urn:sha1:b2ece919c9010fff17dccac0462c8d705cadea87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/blis: fix build with clang 19</title>
<updated>2024-08-27T07:33:02Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2024-08-12T19:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=885ff9ed357775138732cd058046d4e00b77287d'/>
<id>urn:sha1:885ff9ed357775138732cd058046d4e00b77287d</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>math/blis: enable power9 kernel on powerpc64le</title>
<updated>2023-08-08T15:03:20Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-08-08T15:02:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f67f0c2e43622c525d2e5f1425629792c2085003'/>
<id>urn:sha1:f67f0c2e43622c525d2e5f1425629792c2085003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/blis: Update to 0.9.0</title>
<updated>2023-01-05T02:33:29Z</updated>
<author>
<name>Johannes M Dieterich</name>
<email>jmd@FreeBSD.org</email>
</author>
<published>2023-01-05T02:28:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bf5edbe7fcb4edb18d4123365d4307531a0f828e'/>
<id>urn:sha1:bf5edbe7fcb4edb18d4123365d4307531a0f828e</id>
<content type='text'>
- changelog: github.com/flame/blis/releases/tag/0.9.0
- while here, fix the CBLAS=OFF configure case
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
</entry>
</feed>
