diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-27 07:45:18 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-27 07:45:18 +0800 |
commit | a8622a5ba1928980c426194079607a1c9644fb0f (patch) | |
tree | 873f6ea043cdf483fdd1e77bf6b0d3db80ea8090 /math | |
parent | 812aa6505a88eab14375b9013dfb0aab38cffbba (diff) | |
download | freebsd-ports-graphics-a8622a5ba1928980c426194079607a1c9644fb0f.tar.gz freebsd-ports-graphics-a8622a5ba1928980c426194079607a1c9644fb0f.tar.zst freebsd-ports-graphics-a8622a5ba1928980c426194079607a1c9644fb0f.zip |
math/adept: Marked broken on 10 amd64
Reported by: fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/adept/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/adept/Makefile b/math/adept/Makefile index 88632ffe3e9..5c08351aa40 100644 --- a/math/adept/Makefile +++ b/math/adept/Makefile @@ -12,6 +12,8 @@ COMMENT= Combined array and automatic differentiation library in C++ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_10_amd64= error: use of undeclared identifier '_mm_undefined_ps' + USES= autoreconf gmake fortran blaslapack:openblas libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static |