| 13 | |
| 14 | And with openmp not installed, it also breaks at CHOLMOD, although the output is differently ordered, somehow. |
| 15 | {{{ |
| 16 | ... |
| 17 | [suitesparse-5.3.0] a - cholmod_l_nesdis.o |
| 18 | [suitesparse-5.3.0] a - cholmod_l_camd.o |
| 19 | [suitesparse-5.3.0] ranlib libcholmod.a |
| 20 | [suitesparse-5.3.0] /usr/bin/ld: error: unable to find library -lomp |
| 21 | [suitesparse-5.3.0] cc: error: linker command failed with exit code 1 (use -v to see invocation) |
| 22 | [suitesparse-5.3.0] gmake[4]: *** [Makefile:544: /usr/home/dimpase/Sage/sagemath/local/lib/libcholmod.so.3.0.12] Error 1 |
| 23 | [suitesparse-5.3.0] gmake[4]: Leaving directory '/usr/home/dimpase/Sage/sagemath/local/var/tmp/sage/build/suitesparse-5.3.0/src/CHOLMOD/Lib' |
| 24 | }}} |