This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'trac/develop' into 28457
- Loading branch information
Showing
193 changed files
with
7,872 additions
and
1,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 8.9.beta7, Release Date: 2019-08-18 | ||
SageMath version 8.9.beta9, Release Date: 2019-09-02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=e1f5fb67f8895c261043e4203c654772c15011e9 | ||
md5=cb0bcc975697113d75adad861af22570 | ||
cksum=593852789 | ||
sha1=63584e4da0b7b7c7a649da76c95dd60fec676adc | ||
md5=539bc61c8fc49db4e2d9b5555a87203a | ||
cksum=4072434824 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8c985712aebdb887c2e66308af1d29907a6fc242 | ||
c631202c123403af404116953fdb6b6a453dd69d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=Cython-VERSION.tar.gz | ||
sha1=71ebfe5caafb44d0c37e5abbcf4c353cea120781 | ||
md5=08939b99869f59007387aea0d1a86341 | ||
cksum=2871245920 | ||
sha1=1c0c6cb9ebb875e8769863e1720683b24a755a7c | ||
md5=f212574687a52706ff53738a64f91398 | ||
cksum=1612385007 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.29.10.p0 | ||
0.29.12.p0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
SAGE_SPKG_CONFIGURE([givaro], [ | ||
m4_pushdef([SAGE_GIVARO_MINVER],["40101"]) | ||
SAGE_SPKG_DEPCHECK([gmp mpir], [ | ||
AC_PATH_PROG([GIVAROCONFIG], [givaro-config]) | ||
AS_IF([test x$GIVAROCONFIG = x], [ | ||
AC_MSG_NOTICE([givaro-config not found. Installing givaro]) | ||
sage_spkg_install_givaro=yes], [ | ||
AC_MSG_CHECKING([is givaro's version good enough? ]) | ||
givaro_ver=`$GIVAROCONFIG --decimal-version 2>> config.log` | ||
AX_COMPARE_VERSION([$givaro_ver], [ge], [$SAGE_GIVARO_MINVER], [ | ||
AC_MSG_RESULT([yes. Use system's givaro])], [ | ||
AC_MSG_RESULT([no. Install givaro]) | ||
sage_spkg_install_givaro=yes]) | ||
]) | ||
]) | ||
m4_popdef([SAGE_GIVARO_MINVER]) | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(PYTHON) polymake | pip | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SAGE_SPKG_CONFIGURE([m4ri], [ | ||
SAGE_SPKG_DEPCHECK([libpng], [ | ||
PKG_CHECK_MODULES([M4RI], [m4ri >= 20140914], [], [ | ||
sage_spkg_install_m4ri=yes]) | ||
]) | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SAGE_SPKG_CONFIGURE([m4rie], [ | ||
SAGE_SPKG_DEPCHECK([m4ri], [ | ||
AC_CHECK_HEADER([m4rie/m4rie.h], [ | ||
AC_SEARCH_LIBS([gf2e_init], [m4rie], [ | ||
], [sage_spkg_install_m4rie=yes]) | ||
], [sage_spkg_install_m4rie=yes]) | ||
]) | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cd src/ | ||
sdh_make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=pynac-VERSION.tar.bz2 | ||
sha1=fc7c792fc4646cccea5ef0e24dd5a269f2589e5c | ||
md5=edd4e2cf1f3f6c3269d57fd89790b52a | ||
cksum=2239304387 | ||
sha1=895950af30f818d4bbd55d6695c33ec63515fd5f | ||
md5=44f1f0a2c5feff7b3e30fa763ff7e2c0 | ||
cksum=3238748787 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.24.p0 | ||
0.7.26 |
52 changes: 0 additions & 52 deletions
52
build/pkgs/pynac/patches/0001-Fix-compliation-error-with-GMP-long-long-limbs.patch
This file was deleted.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
build/pkgs/scipy/patches/4a8a35f2c27be9f209cfc6f347e7a57a4a62e693.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
From 4a8a35f2c27be9f209cfc6f347e7a57a4a62e693 Mon Sep 17 00:00:00 2001 | ||
From: Eric Larson <larson.eric.d@gmail.com> | ||
Date: Wed, 19 Dec 2018 10:50:47 -0500 | ||
Subject: [PATCH] FIX: Fix encoding lines | ||
|
||
--- | ||
scipy/io/__init__.py | 2 +- | ||
scipy/stats/_continuous_distns.py | 1 + | ||
scipy/stats/_stats_mstats_common.py | 3 +++ | ||
3 files changed, 5 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/scipy/io/__init__.py b/scipy/io/__init__.py | ||
index 64a7aa55d39..056c742687b 100644 | ||
--- a/scipy/io/__init__.py | ||
+++ b/scipy/io/__init__.py | ||
@@ -1,4 +1,4 @@ | ||
-# -*- encoding:utf-8 -*- | ||
+# -*- coding: utf-8 -*- | ||
""" | ||
================================== | ||
Input and output (:mod:`scipy.io`) | ||
diff --git a/scipy/stats/_continuous_distns.py b/scipy/stats/_continuous_distns.py | ||
index 44c05bb7d67..b48d7e7af32 100644 | ||
--- a/scipy/stats/_continuous_distns.py | ||
+++ b/scipy/stats/_continuous_distns.py | ||
@@ -1,3 +1,4 @@ | ||
+# -*- coding: utf-8 -*- | ||
# | ||
# Author: Travis Oliphant 2002-2011 with contributions from | ||
# SciPy Developers 2004-2011 | ||
diff --git a/scipy/stats/_stats_mstats_common.py b/scipy/stats/_stats_mstats_common.py | ||
index e86c8287b48..be478da1f2a 100644 | ||
--- a/scipy/stats/_stats_mstats_common.py | ||
+++ b/scipy/stats/_stats_mstats_common.py | ||
@@ -1,3 +1,5 @@ | ||
+# -*- coding: utf-8 -*- | ||
+ | ||
from collections import namedtuple | ||
|
||
import numpy as np | ||
@@ -11,6 +13,7 @@ | ||
'rvalue', 'pvalue', | ||
'stderr')) | ||
|
||
+ | ||
def linregress(x, y=None): | ||
""" | ||
Calculate a linear least-squares regression for two sets of measurements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Sage version information for shell scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
SAGE_VERSION='8.9.beta7' | ||
SAGE_RELEASE_DATE='2019-08-18' | ||
SAGE_VERSION_BANNER='SageMath version 8.9.beta7, Release Date: 2019-08-18' | ||
SAGE_VERSION='8.9.beta9' | ||
SAGE_RELEASE_DATE='2019-09-02' | ||
SAGE_VERSION_BANNER='SageMath version 8.9.beta9, Release Date: 2019-09-02' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.