Re: [sage-release] Sage 6.3 released

2014-08-28 Thread Volker Braun
This is indeed the issue Andrew mentioned. There are some patches that we 
could use at https://trac.macports.org/changeset/123168

conftest.c:1:0: error: unknown value '10.10' of -mmacosx-version-min
configure:3588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME GNU C Runtime Library
| #define PACKAGE_TARNAME libgcc
| #define PACKAGE_VERSION 1.0
| #define PACKAGE_STRING GNU C Runtime Library 1.0
| #define PACKAGE_BUGREPORT 
| #define PACKAGE_URL http://www.gnu.org/software/libgcc/;
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3602: error: in 
`/Users/s/builds/sage-6.3/local/var/tmp/sage/build/gcc-4.7.3.p1/gcc-build/x86_64-apple-darwin14.0.0/libgcc':
configure:3605: error: cannot compute suffix of object files: cannot compile


On Thursday, August 28, 2014 12:19:19 AM UTC+1, Samuel Lelievre wrote:

 2014-08-28 0:46 GMT+02:00 Volker Braun: 
  Thats not the right config.log, the error was in the libgcc 
 subdirectory. 

 Changed: 
 http://www.math.u-psud.fr/~lelievre/t/config.log.tgz 
 (it's now the config.log file which I found in the directory 
 
 sage-6.3/local/var/tmp/sage/build/gcc-4.7.3.p1/gcc-build/x86_64-apple-darwin14.0.0/libgcc/
  

 I hope that's now the right one.) 



-- 
You received this message because you are subscribed to the Google Groups 
sage-release group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 6.4.beta2 released

2014-08-28 Thread Volker Braun
Git develop branch.

Source 
tarball: http://boxen.math.washington.edu/home/release/sage-6.4.beta2.tar.gz

Mini-changelog:

95c1030 Trac #16890: Wrong argument name in class 
FreeQuadraticModule_submodule_with_basis_field
12080c3 Trac #16886: Add PARI's idealchinese function to Sage
124f9bc Trac #16681: Random doctest failures in 
sage/rings/algebraic_closure_finite_field.py
1d727bd Trac #10716: Adding a weighted_degree function to Singular 
multivariate polynomials
c0b7d19 Trac #16852: Upgrade eclib to version 20140805
07a5a24 Trac #16739: is_weak_popov
d5eff33 Trac #14684: Convert between free group elements considering 
generator names.
cfa109c Trac #16765: Default cumulative timings for %crun
0f3e55e Trac #16877: Misleading help in sage -i
b477ef8 Trac #16875: Move 'import' in orthogonal_array()
fe7ecf4 Trac #16870: Use float(inf) instead of Infinity
fa04b6a Trac #16868: A real difference matrix has k columns
80a9928 Trac #15977: Fix formatting for symbolic summation algorithms
43f2593 Trac #16874: Update cvxopt to 1.1.7
e2c1c82 Trac #16682: Fix random_element of polynomial ring
2d71636 Trac #16867: Merge 520+x OA constructors
297b3a0 Trac #16846: a difference_matrices module
fbdbb17 Trac #16817: OA for n=205,254,469,520,522,524,1262
fccae82 Trac #16864: designs/database.py: auto-generated doc index
92a73af Trac #16780: Brouwer's separable design construction of OA
abacb20 Trac #16606: Bernstein creation operators and other fixes on 
symmetric functions
942f1b9 Trac #16833: Use MacCauley Resultant to compute resultant of 
projective morphisms for dim 1
6c944c6 Trac #16869: faster prime_powers
03e0efb Trac #16863: twin prime difference sets
ea6afcd Trac #16802: difference family database
2693baa Trac #16859: Resolvable incomplete orthogonal arrays
e393cfe Trac #16763: New OA for n=189, plus some others through Vmt vectors
cf02e71 Trac #16834: Change ring fails for affine morphisms.
7654d51 Trac #16757: Organize the V(m,t) vectors into a dictionary
1c9e978 Trac #16722: OA(17,560)
e91f9ac Trac #16655: Resolvable TD/OA and IncidenceStructure.relabel()
f2286b4 Trac #16845: Implementation of the Coxeter-Knuth graph in type A
8e43f71 Trac #16716: OA for n=262,950
7e955c1 Trac #16673: Three factor construction of MOLS
334e8f1 Trac #16165: old pari triggers segfault in 
Expression.roots(rings=CC)
b681c25 Trac #16796: OSX App fails on 10.6
017ceba Trac #15767: Upgrade PARI to 2.7.1

-- 
You received this message because you are subscribed to the Google Groups 
sage-release group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.4.beta2 released

2014-08-28 Thread Vincent Delecroix
Only 46% of ticket on combinatorial designs... we have to work harder!

Vincent

2014-08-28 20:49 UTC+02:00, Volker Braun vbraun.n...@gmail.com:
 Git develop branch.

 Source
 tarball:
 http://boxen.math.washington.edu/home/release/sage-6.4.beta2.tar.gz

 Mini-changelog:

 95c1030 Trac #16890: Wrong argument name in class
 FreeQuadraticModule_submodule_with_basis_field
 12080c3 Trac #16886: Add PARI's idealchinese function to Sage
 124f9bc Trac #16681: Random doctest failures in
 sage/rings/algebraic_closure_finite_field.py
 1d727bd Trac #10716: Adding a weighted_degree function to Singular
 multivariate polynomials
 c0b7d19 Trac #16852: Upgrade eclib to version 20140805
 07a5a24 Trac #16739: is_weak_popov
 d5eff33 Trac #14684: Convert between free group elements considering
 generator names.
 cfa109c Trac #16765: Default cumulative timings for %crun
 0f3e55e Trac #16877: Misleading help in sage -i
 b477ef8 Trac #16875: Move 'import' in orthogonal_array()
 fe7ecf4 Trac #16870: Use float(inf) instead of Infinity
 fa04b6a Trac #16868: A real difference matrix has k columns
 80a9928 Trac #15977: Fix formatting for symbolic summation algorithms
 43f2593 Trac #16874: Update cvxopt to 1.1.7
 e2c1c82 Trac #16682: Fix random_element of polynomial ring
 2d71636 Trac #16867: Merge 520+x OA constructors
 297b3a0 Trac #16846: a difference_matrices module
 fbdbb17 Trac #16817: OA for n=205,254,469,520,522,524,1262
 fccae82 Trac #16864: designs/database.py: auto-generated doc index
 92a73af Trac #16780: Brouwer's separable design construction of OA
 abacb20 Trac #16606: Bernstein creation operators and other fixes on
 symmetric functions
 942f1b9 Trac #16833: Use MacCauley Resultant to compute resultant of
 projective morphisms for dim 1
 6c944c6 Trac #16869: faster prime_powers
 03e0efb Trac #16863: twin prime difference sets
 ea6afcd Trac #16802: difference family database
 2693baa Trac #16859: Resolvable incomplete orthogonal arrays
 e393cfe Trac #16763: New OA for n=189, plus some others through Vmt vectors
 cf02e71 Trac #16834: Change ring fails for affine morphisms.
 7654d51 Trac #16757: Organize the V(m,t) vectors into a dictionary
 1c9e978 Trac #16722: OA(17,560)
 e91f9ac Trac #16655: Resolvable TD/OA and IncidenceStructure.relabel()
 f2286b4 Trac #16845: Implementation of the Coxeter-Knuth graph in type A
 8e43f71 Trac #16716: OA for n=262,950
 7e955c1 Trac #16673: Three factor construction of MOLS
 334e8f1 Trac #16165: old pari triggers segfault in
 Expression.roots(rings=CC)
 b681c25 Trac #16796: OSX App fails on 10.6
 017ceba Trac #15767: Upgrade PARI to 2.7.1

 --
 You received this message because you are subscribed to the Google Groups
 sage-release group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sage-release+unsubscr...@googlegroups.com.
 To post to this group, send email to sage-release@googlegroups.com.
 Visit this group at http://groups.google.com/group/sage-release.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
sage-release group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.