diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-01 11:30:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-01 11:30:49 +0000 |
commit | f2aea6bcb5e33f3312681450946471970022a977 (patch) | |
tree | bf080dc65a90927685bd07def875a022596eccfb /science/chrono/Makefile | |
parent | 9dd9c07a764924b9f26e56bc5051376925e3fda2 (diff) | |
download | ports-f2aea6bcb5e33f3312681450946471970022a977.tar.gz ports-f2aea6bcb5e33f3312681450946471970022a977.zip |
Notes
Diffstat (limited to 'science/chrono/Makefile')
-rw-r--r-- | science/chrono/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/science/chrono/Makefile b/science/chrono/Makefile index 143d85e00a37..85ff10fc9aaa 100644 --- a/science/chrono/Makefile +++ b/science/chrono/Makefile @@ -12,9 +12,6 @@ COMMENT= C++ library for multi-physics simulation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expiring devel/openmp -EXPIRATION_DATE=2020-02-01 - BROKEN_i386= use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158 BUILD_DEPENDS= openmpi>0:net/openmpi |