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

Commit

Permalink
mpmath: upgrade to version 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanar committed Feb 11, 2014
1 parent bc33ff0 commit bb7be96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 deletions.
21 changes: 0 additions & 21 deletions build/pkgs/mpmath/SPKG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,3 @@ Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It
== Dependencies ==

* Python

== Changelog ==

=== mpmath-0.17 (Fredrik Johansson, Feb 1, 2011) ===
* Updated to mpmath-0.17.

=== mpmath-0.16 (Fredrik Johansson, Oct 30, 2010) ===
* Updated to mpmath-0.16.

=== mpmath-0.15 (Fredrik Johansson, Jun 6th, 2010) ===
* Updated to mpmath-0.15.

=== mpmath-0.14 (Harald Schilly, Feb 20th, 2010) ===
* #8159: updated to mpmath-0.14.

=== mpmath-0.13 (Fredrik Johansson, August 14th, 2009) ===
* Updated to mpmath-0.13.

=== mpmath-0.12 (Mike Hansen, June 19th, 2009) ===
* Initial spkg.

8 changes: 4 additions & 4 deletions build/pkgs/mpmath/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=mpmath-VERSION.tar.bz2
sha1=46254d3a2acf56c1512b7806db5357061e4939e7
md5=2159cd9eded153a5a4e4bd2b7318b63b
cksum=2551903054
tarball=mpmath-VERSION.tar.gz
sha1=b103be6ab76aa2747f5b5d46b9a097b97a191dee
md5=e2e7a7932969f52f25b7e19d8f0438bd
cksum=1143910860
2 changes: 1 addition & 1 deletion build/pkgs/mpmath/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17
0.18
8 changes: 2 additions & 6 deletions build/pkgs/mpmath/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ fi
# We need to delete the old path, so that there are no leftovers from the
# previous installation, otherwise mpmath could get broken (for example by
# importing some local files instead of the standard library ones...)
if [ "$SAGE_ROOT" = "" ]; then
echo "Please set the SAGE_ROOT variable"
exit 1
fi
echo "Deleting $SAGE_ROOT/local/lib/python/site-packages/mpmath*"
rm -rf $SAGE_ROOT/local/lib/python/site-packages/mpmath*
echo "Deleting $SAGE_LOCAL/lib/python/site-packages/mpmath*"
rm -rf "$SAGE_LOCAL"/lib/python/site-packages/mpmath*

cd src/

Expand Down

0 comments on commit bb7be96

Please sign in to comment.