Skip to content

Commit

Permalink
Removed pyamg from installing on python3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerothi committed Jan 31, 2014
1 parent 7868fa0 commit fe04175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python-install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ build_set --default-build python$IpV
source python/distribute.bash
source python/pyparsing.bash
source python/tornado.bash
source python/six.bash
source python/dateutil.bash
source python/fastimport.bash
source python/pytz.bash
source python/pexpect.bash
source python/pygments.bash
source python/ipython.bash
source python/pycparser.bash
source python/six.bash

# Done with packages only installed in python-home! ^

Expand Down
2 changes: 2 additions & 0 deletions python/pyamg.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[ "x${pV:0:1}" == "x3" ] && return 0

v=2.1.0
add_package \
--package pyamg --version $v \
Expand Down

0 comments on commit fe04175

Please sign in to comment.