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

Commit db09dbc

Browse files
author
Michael Jung
committed
Trac #28973: Merge branch 'develop' into automorphism_inverse_notation
2 parents dce291f + b8f53f7 commit db09dbc

File tree

176 files changed

+9967
-8813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+9967
-8813
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.0, Release Date: 2020-01-01
1+
SageMath version 9.1.beta0, Release Date: 2020-01-10

build/pkgs/atlas/spkg-configure.m4

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SAGE_SPKG_CONFIGURE([atlas], [dnl use old test/installation procedure with env. variables
2+
sage_spkg_install_atlas=yes
3+
], [
4+
AC_REQUIRE([SAGE_SPKG_CONFIGURE_OPENBLAS])
5+
AS_IF([test x"$with_blas" = xatlas], [
6+
sage_require_openblas=no
7+
sage_require_atlas=yes])
8+
])

build/pkgs/buckygen/checksums.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tarball=buckygen-VERSION.tar.bz2
2-
sha1=db4fe52211e25b8964308f8bea19db32242c1f1d
3-
md5=d33ea8f76b95a69842a291f88ed501fb
4-
cksum=1430056194
1+
tarball=buckygen-VERSION.zip
2+
sha1=a106afecbd55ece18cd75b2e3be6720f5c599d79
3+
md5=ce46e081eaa23c1cb1004eafe24de831
4+
cksum=1392809973
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
1.1

build/pkgs/buckygen/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=284d626415148c6636dde0a5909552f3a16e9f6b
3-
md5=b15e3bbfbfe0fa9a682c2ec501da0e1e
4-
cksum=3567364664
2+
sha1=fef64fcd9915ea4f881bc5cfeecb8b3864bc555f
3+
md5=0b23947f22228ef6d5d1143a906cd4a6
4+
cksum=844195685
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a86de04f598154b70466bc85b61473eaea26f3cb
1+
7140d0e7bb897e008d315fdcd371c11528aa70d3

build/pkgs/gsl/spkg-configure.m4

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
SAGE_SPKG_CONFIGURE([gsl], [
2+
m4_pushdef([SAGE_GSL_MINVER],["2.4"])
3+
SAGE_SPKG_DEPCHECK([atlas openblas], [
4+
PKG_CHECK_MODULES([GSL], [gsl >= $SAGE_GSL_MINVER], [
5+
PKG_CHECK_VAR([GSLPCDIR], [gsl], [pcfiledir], [
6+
AC_CONFIG_COMMANDS([GSLPCPROCESS], [
7+
$SED -e 's/\${GSL_CBLAS_LIB}\ //' \
8+
-e 's/GSL_CBLAS_LIB.*/Requires: cblas/' $GSL_PC \
9+
> "$SAGE_LOCAL"/lib/pkgconfig/gsl.pc
10+
], [
11+
SED=$ac_cv_path_SED
12+
GSL_PC="$GSLPCDIR"/gsl.pc
13+
])
14+
], [
15+
AC_MSG_WARN([Unable to locate the directory of gsl.pc. This should not happen!])
16+
sage_spkg_install_gsl=yes
17+
])
18+
], [sage_spkg_install_gsl=yes])
19+
])
20+
m4_popdef([SAGE_GSL_MINVER])
21+
])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
1.0.p0
Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
cd src
2-
3-
./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib"
4-
if [ $? -ne 0 ]; then
5-
echo >&2 "Error configuring libbraiding."
6-
exit 1
7-
fi
8-
9-
$MAKE
10-
if [ $? -ne 0 ]; then
11-
echo >&2 "Error building libbraiding."
12-
exit 1
13-
fi
14-
15-
$MAKE -j1 install
16-
if [ $? -ne 0 ]; then
17-
echo >&2 "Error installing libbraiding."
18-
exit 1
19-
fi
2+
sdh_configure $LIBBRAIDING_CONFIGURE
3+
sdh_make
4+
sdh_make_install -j1

0 commit comments

Comments
 (0)