diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:13:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:13:34 +0000 |
commit | bf43557044604cb6487fc1aa24ce2c210ae789da (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /math | |
parent | e3b0bf80d1a7a3579b4284ef20edfdcdcefac2a7 (diff) | |
download | ports-bf43557044604cb6487fc1aa24ce2c210ae789da.tar.gz ports-bf43557044604cb6487fc1aa24ce2c210ae789da.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 1 | ||||
-rw-r--r-- | math/coq/Makefile | 1 | ||||
-rw-r--r-- | math/gambit/Makefile | 1 | ||||
-rw-r--r-- | math/gotoblas/Makefile | 1 | ||||
-rw-r--r-- | math/jakarta-commons-math3/Makefile | 1 | ||||
-rw-r--r-- | math/openlibm/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 894e9e75a3a7..69b10172bae9 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= does not build: checking for proper floating point exception handling... no BROKEN_armv6= does not build: checking for proper floating point exception handling... no +BROKEN_armv7= does not build: checking for proper floating point exception handling... no BROKEN_powerpc64= does not build: configure: error: Cannot handle floating point exceptions GNU_CONFIGURE= yes diff --git a/math/coq/Makefile b/math/coq/Makefile index 06cc1f061877..1ae05356c74b 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 BROKEN_armv6= fails to compile: Fatal error: exception Invalid_argument("index out of bounds") +BROKEN_armv7= fails to compile: Fatal error: exception Invalid_argument("index out of bounds") BROKEN_powerpc= fails to link USES= gmake gettext-runtime diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 9b77f46d5cc3..f40729f9dbfa 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' +BROKEN_armv7= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' USES= compiler:c++11-lib USE_GNOME= gtk20 diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 55694f2f831b..7b38dfc88752 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE= ${WRKSRC}/00License.txt BROKEN_aarch64= does not build: undefined reference to get_libname BROKEN_armv6= does not build: undefined reference to get_libname +BROKEN_armv7= does not build: undefined reference to get_libname BROKEN_powerpc64= does not build: error: macro names must be identifiers BROKEN_i386= does not build (terminates with SIGBUS) diff --git a/math/jakarta-commons-math3/Makefile b/math/jakarta-commons-math3/Makefile index 49d4819e9611..4aef76ea229f 100644 --- a/math/jakarta-commons-math3/Makefile +++ b/math/jakarta-commons-math3/Makefile @@ -18,6 +18,7 @@ COMMENT= Java library of self-contained mathematics and statistics components LICENSE= APACHE20 BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details +BROKEN_armv7= fails to compile: PowellOptimizer.java:301: error: Illegal static declaration in inner class PowellOptimizer.LineSearch USE_ANT= yes USE_JAVA= yes diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 907105a237a5..6e5b71754a93 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_aarch64= fails to compile: the clang compiler does not support -march=aarch64 BROKEN_armv6= fails to compile: a parameter list without types is only allowed in a function definition +BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition BROKEN_mips= fails to compile: No rule to make target mips/Make.files BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files BROKEN_powerpc64= fails to build: gmake: clang: Command not found |