diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-09-22 02:59:57 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-09-22 02:59:57 +0800 |
commit | 16cc1a10dfd8ff4d6a5046cd211ad1aca46d83d5 (patch) | |
tree | c918f80b114a5ae99d35f8779ce3f8641e284c25 /math/blazeiterative | |
parent | 853399dd7d4f5009f05a2939e0f30790c56ac561 (diff) | |
download | freebsd-ports-gnome-16cc1a10dfd8ff4d6a5046cd211ad1aca46d83d5.tar.gz freebsd-ports-gnome-16cc1a10dfd8ff4d6a5046cd211ad1aca46d83d5.tar.zst freebsd-ports-gnome-16cc1a10dfd8ff4d6a5046cd211ad1aca46d83d5.zip |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
Diffstat (limited to 'math/blazeiterative')
-rw-r--r-- | math/blazeiterative/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blazeiterative/Makefile b/math/blazeiterative/Makefile index d9be0678ac1f..b6ceea0cb560 100644 --- a/math/blazeiterative/Makefile +++ b/math/blazeiterative/Makefile @@ -2,7 +2,7 @@ PORTNAME= blazeiterative PORTVERSION= g20180409 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org |