| 2 | |
| 3 | On cicero (Fedora 16 i686), the build fails: [http://build.sagemath.org/sage/builders/Skynet%20cicero%20%28Fedora%2016%20i686%29%20bin/builds/90/steps/shell_5/logs/atlas] |
| 4 | |
| 5 | Note lots of "Illegal instruction" messages, proving that this likely is not a generic binary, unlike what it should be. |
| 6 | |
| 7 | On arando (), the build works but there is doctest failure: |
| 8 | {{{ |
| 9 | sage -t devel/sage/sage/matrix/matrix_double_dense.pyx |
| 10 | ********************************************************************** |
| 11 | File "devel/sage/sage/matrix/matrix_double_dense.pyx", line 3823, in sage.matrix.matrix_double_dense.Matrix_double_dense.is_positive_definite |
| 12 | Failed example: |
| 13 | H.is_positive_definite() |
| 14 | Expected: |
| 15 | True |
| 16 | Got: |
| 17 | False |
| 18 | ********************************************************************** |
| 19 | }}} |