diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-17 10:54:22 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-17 10:55:02 +0800 |
commit | eee05fe1894482fb0eb71fd3e5d6b08b6de1f4a2 (patch) | |
tree | 5ca800dbe2032a94599b7bbfc6fbc7c7c0b714e9 /math/openturns/Makefile | |
parent | 567d279dca9b3fc81dc7d67d7ad45c7a33444905 (diff) | |
download | freebsd-ports-gnome-eee05fe1894482fb0eb71fd3e5d6b08b6de1f4a2.tar.gz freebsd-ports-gnome-eee05fe1894482fb0eb71fd3e5d6b08b6de1f4a2.tar.zst freebsd-ports-gnome-eee05fe1894482fb0eb71fd3e5d6b08b6de1f4a2.zip |
math/openturns: Broken on 11
Reported by: fallout
Diffstat (limited to 'math/openturns/Makefile')
-rw-r--r-- | math/openturns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 199e6c161227..0a03e88623f3 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -10,6 +10,8 @@ COMMENT= Uncertainty treatment library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BROKEN_FreeBSD_11= SymbolicParserExprTk.cxx.o: file not recognized: File format not recognized + BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ flex:textproc/flex \ spectra>0:math/spectra |