diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-05-09 00:05:53 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-05-09 00:05:53 +0800 |
commit | 1a20a542d3278974d034038695b89a1831e6cf73 (patch) | |
tree | 38b3bcc97455c726c46897591091479c0a91c515 /math/libxsmm | |
parent | ded92f57dce1d92b8b55c62ecc485771b5a8d2fc (diff) | |
download | freebsd-ports-gnome-1a20a542d3278974d034038695b89a1831e6cf73.tar.gz freebsd-ports-gnome-1a20a542d3278974d034038695b89a1831e6cf73.tar.zst freebsd-ports-gnome-1a20a542d3278974d034038695b89a1831e6cf73.zip |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
Diffstat (limited to 'math/libxsmm')
-rw-r--r-- | math/libxsmm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index 53be341c5fd5..a0a1d8ca4e89 100644 --- a/math/libxsmm/Makefile +++ b/math/libxsmm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxsmm DISTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org |