-
-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Description
- Allow Sage to build on Cygwin without setting
SAGE_PORT. - Don't check for
sqrtl()which is apparently not needed (Cygwin doesn't have it, yet Sage builds). - Remove all checks for the deprecated variable
SAGE_FORTRAN_LIB. - Remove
AC_ARG_VAR(SAGE_FORTRAN)which is a deprecated variable. - Check for
tarbefore actually untarring the prereq tarball (originally Test for a GNU tar on Solaris is broken #14407), only do these checks ifSAGE_PORTis unset.
Copy http://boxen.math.washington.edu/home/jdemeyer/spkg/prereq-1.2.tar.gz to spkg/base (diff)
Apply attachment: trac_14406+reviewer-v3.patch
CC: @jdemeyer @nexttime @jpflori
Component: porting
Author: Jeroen Demeyer, Jean-Pierre Flori
Reviewer: Jean-Pierre Flori, Jeroen Demeyer
Merged: sage-5.9.beta4
Issue created by migration from https://trac.sagemath.org/ticket/14406