-
-
Notifications
You must be signed in to change notification settings - Fork 703
Description
The contents of the prereq tarball are currently not under revision control. Fix this. Only non-automatically generated files are put under revision control, these are:
C .hgignore
C .hgtags
C Makefile.am
C configure.ac
C m4/ax_c_check_flag.m4
C m4/ax_gcc_option.m4
C m4/ax_gcc_version.m4
C m4/ax_gxx_option.m4
C m4/ax_gxx_version.m4
C m4/ax_prog_perl_version.m4
Further changes:
-
In
configure.ac, commentAC_CONFIG_HEADERS([config.h])as we don't need this header. -
Remove some unneeded files, in particular the
autom4te.cachedirectory. -
Compress the
prereqtarball using gzip. Note that gzip has always been a dependency of Sage, since thebzip2package is gzip-compressed.
Apply attachment: 12739_prereq_tar_gz.patch to the SAGE_ROOT repository
Delete the old SAGE_ROOT/spkg/base/prereq-0.9.tar
Download http://boxen.math.washington.edu/home/jdemeyer/spkg/prereq-0.9.tar.gz to SAGE_ROOT/spkg/base
CC: @jhpalmieri
Component: packages: standard
Author: Jeroen Demeyer
Reviewer: John Palmieri
Merged: sage-5.0.beta12
Issue created by migration from https://trac.sagemath.org/ticket/12739