Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update to latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lucas committed Nov 9, 2015
2 parents f8c2d7a + 94635cc commit fa4dd71
Show file tree
Hide file tree
Showing 438 changed files with 40,551 additions and 10,520 deletions.
1 change: 1 addition & 0 deletions COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ the licenses of the components of Sage are included below as well.

SOFTWARE LICENSE
-----------------------------------------------------------------------
arb GPLv2+
atlas Modified BSD
boehm_gc MIT-like license (see below)
backports_ssl_match_hostname Python License
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: all-build

# If configure was run before, rerun it with the old arguments.
# Otherwise, run configure with argument $PREREQ_OPTIONS.
build/make/Makefile: configure
build/make/Makefile: configure build/pkgs/*/*
rm -f config.log
mkdir -p logs/pkgs
ln -s logs/pkgs/config.log config.log
Expand Down Expand Up @@ -119,8 +119,7 @@ ptestoptional: ptestall # just an alias

ptestoptionallong: ptestalllong # just an alias

configure: configure.ac src/bin/sage-version.sh \
m4/ax_c_check_flag.m4 m4/ax_gcc_option.m4 m4/ax_gcc_version.m4 m4/ax_gxx_option.m4 m4/ax_gxx_version.m4 m4/ax_prog_perl_version.m4
configure: configure.ac src/bin/sage-version.sh m4/*.m4
./bootstrap -d

install:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sage version 6.10.beta0, released 2015-10-15
Sage version 6.10.beta3, released 2015-11-05
7 changes: 5 additions & 2 deletions build/make/deps
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ base: $(INST)/$(BZIP2) $(INST)/$(PATCH) $(INST)/$(PKGCONF)
# Sage library (e.g. CYTHON, JINJA2), and on the other hand all
# dependencies for Cython files (e.g. PARI, NTL, SAGE_MP_LIBRARY).
sagelib: \
$(INST)/$(ARB) \
$(INST)/$(ATLAS) \
$(INST)/$(BRIAL) \
$(INST)/$(CEPHES) \
$(INST)/$(CLIQUER) \
$(INST)/$(CYTHON) \
Expand All @@ -115,6 +117,7 @@ sagelib: \
$(INST)/$(GSL) \
$(INST)/$(IML) \
$(INST)/$(JINJA2) \
$(INST)/$(JUPYTER_CORE) \
$(INST)/$(LCALC) \
$(INST)/$(LRCALC) \
$(INST)/$(LIBGAP) \
Expand All @@ -130,7 +133,6 @@ sagelib: \
$(INST)/$(NUMPY) \
$(INST)/$(PARI) \
$(INST)/$(PLANARITY) \
$(INST)/$(BRIAL) \
$(INST)/$(PPL) \
$(INST)/$(PYNAC) \
$(INST)/$(PYTHON) \
Expand All @@ -140,7 +142,8 @@ sagelib: \
$(INST)/$(SINGULAR) \
$(INST)/$(SIX) \
$(INST)/$(SYMMETRICA) \
$(INST)/$(ZN_POLY)
$(INST)/$(ZN_POLY) \
$(EXTCODE)
if [ -z "$$SAGE_INSTALL_FETCH_ONLY" ]; then \
cd $(SAGE_SRC) && source bin/sage-env && \
sage-logger 'time $(MAKE) sage' '$(SAGE_LOGS)/sage-$(SAGE_VERSION).log'; \
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/arb/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
optional
standard
2 changes: 1 addition & 1 deletion build/pkgs/bliss/SPKG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ forms of graphs.

== License ==

GPL
LGPL

== Upstream Contact ==

Expand Down
8 changes: 4 additions & 4 deletions build/pkgs/bliss/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=bliss-VERSION.tar.bz2
sha1=500796365fdf142dcfb34f979d678ffa456f1431
md5=4e57118f9acad9a80baaefd93f967bdf
cksum=662785944
tarball=bliss-VERSION.tar.gz
sha1=46322da1a03750e199e156d8967d88b89ebad5de
md5=b936d5d54b618a77ed59dfeeced3fa58
cksum=76340303
2 changes: 1 addition & 1 deletion build/pkgs/bliss/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.72.p1
0.73
10 changes: 0 additions & 10 deletions build/pkgs/bliss/patches/digraph_heuristic.patch

This file was deleted.

2 changes: 1 addition & 1 deletion build/pkgs/bliss/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for patch in ../patches/*.patch; do
done


$MAKE && mv libbliss.a "$SAGE_LOCAL/lib" && mv *.hh "$SAGE_LOCAL/include"
$MAKE && cp libbliss.a "$SAGE_LOCAL/lib" && cp *.hh "$SAGE_LOCAL/include"

if [ $? -ne 0 ]; then
echo "An error occurred whilst building bliss"
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/cliquer/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fi

# Flags for building a dynamically linked shared object.
if [ "$UNAME" = "Darwin" ]; then
export MACOSX_DEPLOYMENT_TARGET="10.3"
SAGESOFLAGS="-dynamiclib -single_module -flat_namespace -undefined dynamic_lookup"
elif [ "$UNAME" = "SunOS" ]; then
SAGESOFLAGS="-shared -Wl,-h,libcliquer.so -Wl,-ztext"
Expand Down Expand Up @@ -63,6 +62,7 @@ cp *.h "$SAGE_LOCAL/include/cliquer/"

if [ "$UNAME" = "Darwin" ]; then
cp -f libcliquer.so "$SAGE_LOCAL/lib/libcliquer.dylib"
install_name_tool -id "${SAGE_LOCAL}"/lib/libcliquer.dylib "${SAGE_LOCAL}"/lib/libcliquer.dylib
elif [ "$UNAME" = "CYGWIN" ]; then
cp -f libcliquer.so "$SAGE_LOCAL/lib/libcliquer.dll"
fi
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=3e0d10789b34d6f890e1575c2a06894a90e4807e
md5=020a9b7f31e61b57056969b6816455f1
cksum=2662451870
sha1=ff6a33eb58523267e51397577213b038fe81fe38
md5=b694e1f431bb6f8fe6fbfc63b7640078
cksum=1772005708
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
120
123
2 changes: 1 addition & 1 deletion build/pkgs/conway_polynomials/spkg-install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

import os
from sage.all import save
from sage.structure.sage_object import save
from sage.env import SAGE_SHARE

install_root = os.path.join(SAGE_SHARE, 'conway_polynomials')
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/git/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=git-VERSION.tar.gz
sha1=150efeb9c016cb8d3e768a408f3f407d18d69661
md5=edf994cf34cd3354dadcdfa6b4292335
cksum=995320395
sha1=ff32a94936309ca3f0e3d56e479e7510a3c1c925
md5=da293290da69f45a86a311ad3cd43dc8
cksum=2025246710
2 changes: 1 addition & 1 deletion build/pkgs/git/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.6.2
9 changes: 3 additions & 6 deletions build/pkgs/git/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ done
export NO_FINK=1
export NO_DARWIN_PORTS=1

# Darwin 8 (Tiger) does not support common crypto
if { uname -sr | grep 'Darwin 8' ;} &>/dev/null; then
export NO_APPLE_COMMON_CRYPTO=1
fi

# OSX Git with FSF GCC is broken, disable completely for now. See #17091
export NO_APPLE_COMMON_CRYPTO=1
if [ "$UNAME" = "Darwin" ]; then
export NO_OPENSSL=1
fi

# First make GIT-VERSION-FILE (we patched Makefile such that configure
# no longer depends on this, so it's safer to explicitly build this).
Expand Down
18 changes: 18 additions & 0 deletions build/pkgs/gp2c/SPKG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
= gp2c =

== Description ==

The gp2c compiler is a package for translating GP routines into the C
programming language, so that they can be compiled and used with the PARI
system or the GP calculator.

== License ==

GPL version 2+

== Upstream Contact ==
* http://pari.math.u-bordeaux.fr/

== Dependencies ==
* PARI
* Perl
4 changes: 4 additions & 0 deletions build/pkgs/gp2c/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=gp2c-VERSION.tar.gz
sha1=5acb1a13e1ed8ee877ffb34baa3b817e720f3e50
md5=cb263990e399153aca6a2540930b4600
cksum=1931194041
5 changes: 5 additions & 0 deletions build/pkgs/gp2c/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(INST)/$(PARI)

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/install into SAGE_ROOT/build/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/gp2c/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.9pl3
Loading

0 comments on commit fa4dd71

Please sign in to comment.