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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/blis/distinfo

Number of commits found: 12

Thursday, 5 Jan 2023
02:33 Johannes M Dieterich (jmd) search for other commits by this committer
math/blis: Update to 0.9.0

- changelog: github.com/flame/blis/releases/tag/0.9.0
- while here, fix the CBLAS=OFF configure case
commit hash: bf5edbe7fcb4edb18d4123365d4307531a0f828e commit hash: bf5edbe7fcb4edb18d4123365d4307531a0f828e commit hash: bf5edbe7fcb4edb18d4123365d4307531a0f828e commit hash: bf5edbe7fcb4edb18d4123365d4307531a0f828e bf5edbe
Saturday, 27 Nov 2021
17:38 Johannes M Dieterich (jmd) search for other commits by this committer
math/blis: update to 0.8.1

Changelog:
https://github.com/flame/blis/blob/master/docs/ReleaseNotes.md#changes-in-081
commit hash: 2592255aaad3746eb4a7bdc5145d006b7a301c1d commit hash: 2592255aaad3746eb4a7bdc5145d006b7a301c1d commit hash: 2592255aaad3746eb4a7bdc5145d006b7a301c1d commit hash: 2592255aaad3746eb4a7bdc5145d006b7a301c1d 2592255
Monday, 30 Nov 2020
03:31 jmd search for other commits by this committer
math/blis: update to 0.8.0

Major changes in hardware support and optimization. See:
https://github.com/flame/blis/blob/master/docs/ReleaseNotes.md#changes-in-080

While there, bump LLVM dependency to LLVM10.
Original commitRevision:556614 
Monday, 27 Apr 2020
21:39 jmd search for other commits by this committer
math/blis: update to release 0.7.0

Biggest change is multithreading support in the sup framework for small/skinny/
unpacked matrices.

Full release notes:
https://github.com/flame/blis/blob/master/docs/ReleaseNotes.md#changes-in-070
Original commitRevision:533205 
Wednesday, 15 Jan 2020
18:20 jmd search for other commits by this committer
math/blis: update to 0.6.1

Bugfix release.

While there, update LLVM requirement to llvm90.
Original commitRevision:523153 
Saturday, 27 Jul 2019
20:26 jmd search for other commits by this committer
math/blis: update to release 0.6.0

Major improvements include faster dgemms with small matrix configurations.
Original commitRevision:507472 
Saturday, 22 Dec 2018
01:25 jmd search for other commits by this committer
math/blis: Upgrade to 0.5.1

No changelog upstream.
Original commitRevision:488041 
Monday, 5 Nov 2018
01:09 jmd search for other commits by this committer
math/blis: update to release 0.5.0.

Most important addition to this release are mixed precision interfaces. This
allows one to, e.g., put in single precision data but carry the computation
out in double precision accuracy.

Note that flame/blis is the upstream for the BLIS library. AMD has forked
BLIS and releases independently from the FLAME project but is strightly
downstream.
Original commitRevision:484161 
Tuesday, 31 Jul 2018
13:12 jmd search for other commits by this committer
math/blis: update to 0.4.0

This release incorporates the changes needed for us which were previously only
available through a snapshot. It also allows us to drop some install hacks and
brings general improvements to blis itself.

Switch to llvm6 as the compiler.

Reviewed by:	zeising (mentor)
Approved by:	zeising (mentor)
Differential Revision:	https://reviews.freebsd.org/D16522
Original commitRevision:476000 
Sunday, 20 May 2018
21:31 jmd search for other commits by this committer
math/blis: update to post 0.3.2 snapshot.

Among other changes, this improves performance on recent AMD architectures and
contains the official runtime kernel selection we asked them for.

Reviewed by:	zeising (mentor)
Approved by:	zeising (mentor)
Differential Revision:	https://reviews.freebsd.org/D15334
Original commitRevision:470486 
Tuesday, 12 Dec 2017
02:49 jmd search for other commits by this committer
math/blis: update to the first snapshot working on FreeBSD to support runtime
kernel selection. For amd64, this will now select, if available, an assembly
optimized kernel for the CPU architecture blis is running on. The other
architectures continue to only use what is now called the generic kernel but in
theory arm and power7 assembly optimizations are available.

Due to this, remove the old explicit kernel selection. Also switch to use
devel/llvm50 as a compiler to actually support all the architectures (and
upstream compile flags) properly. This hopefully will also help with getting
blis to work on other architectures out of the box.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D13264
Original commitRevision:456082 
Saturday, 20 May 2017
23:09 jmd search for other commits by this committer
new port: math/blis

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. BLIS is written in ISO C99 and available under a
BSD3CLAUSE. While BLIS exports a new BLAS-like API, it also includes a BLAS
compatibility layer which gives application developers access to BLIS
implementations via traditional BLAS routine calls. (from their github)

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10811
Original commitRevision:441353 

Number of commits found: 12