Changes between Version 99 and Version 100 of CygwinPort
- Timestamp:
- 06/29/11 16:03:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v99 v100 9 9 These Cygwin packages need to be installed in order for the Sage build to complete. Eventually, these should be added to prereq, but that would be for when Cygwin is actually supported. 10 10 11 * file, liblapack, liblapack0, liblapack-devel 12 * probably libiconv 13 * probably openssl 11 * file, liblapack, liblapack0, liblapack-devel, patch 12 * probably libiconv and openssl 14 13 * Windows 7 additional requirements 15 * patch (at least on Windows 7 building Sage's spkg patch fails, see #11232)16 14 * libncurses-devel (to build Singular) 17 15 * Reminders for compilers … … 32 30 === Win 7 only === 33 31 * #11245: on Win7 tar does not unpack cddlib and networkx spkg's right. See the ticket for a workaround. 34 * #11232: patch spkg should not be installed, use Cygwin's (needs review)35 32 * #11550: Singular does not build (see also the older #10235, which may or may not still be valid) 36 33 * Issue with Python 2.6.4 building. Relevant comments: … … 44 41 45 42 === Win XP only or both === 46 * #11246: flint-1.5.0.p5 extraneous #includes break typedef ulong (needs review) 47 * #11119: ECL 11.1.1 fails on Cygwin (patches fixing the issues given on the ticket) 43 * #11232: patch spkg should not be installed, use Cygwin's 44 * #11246: flint-1.5.0.p5 extraneous #includes break typedef ulong 45 * #11119: ECL 11.1.1 fails on Cygwin 48 46 * #10240: pari-2.4.3.svn-12577.p9 incorrectly checks for the shared library on Cygwin (should be fixed by #11130) 49 47 * #11494: libblas.dll.a is not copied to $SAGE_LOCAL/lib when ATLAS is "installed" (breaks linbox) (should be fixed by #10226) … … 55 53 * #11502: Maxima fails to build on Cygwin on XP 56 54 * Though Maxima did build (precisely) once out of a number of tries on XP lately 57 * #11260: ECL-11.1.1 fails to compile maxima on WIndows 7 / Cygwin 1.7.9 (really stuck here :-( )55 * #11260: ECL-11.1.1 fails to compile maxima on WIndows 7 / Cygwin 1.7.9 58 56 * Though Maxima did build once on one Windows 7 machine recently 59 57 * #8269: Maxima doesn't build on XP (but apparently this should be closed?) 60 58 61 59 == Getting Sage to start == 62 * #11551: Pari segfault on startup (use Windows 7 to recreate if possible, because the traceback is nice and you don't need sage - gdb to see it)60 * #11551: Pari segfault on startup (use Windows 7 and/or newest Cygwin to recreate if possible, because the traceback is nice and you don't need sage - gdb to see it) 63 61 * This seems to be related to defining Pynac's I, but the final trace is moving an mpfr number to pari 64 62