Skip to content

Commit

Permalink
sci-mathematics/sage: refresh patch for trac #25474
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
kiwifb committed Jun 8, 2018
1 parent 5e5cf2c commit 4f4ed07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sci-mathematics/sage/files/sage-8.3-neutering.patch
Expand Up @@ -192,7 +192,7 @@ index ca7345a..fc9492a 100644
- Check some things requiring an internet connection::
-
- sage: (out, err, ret) = test_executable(["sage", "--standard"]) # optional - internet
- sage: out.find("atlas") >= 0 # optional - internet
- sage: out.find("cython") >= 0 # optional - internet
- True
- sage: err # optional - internet
- ''
Expand All @@ -208,7 +208,7 @@ index ca7345a..fc9492a 100644
- 0
-
- sage: (out, err, ret) = test_executable(["sage", "--experimental"]) # optional - internet
- sage: out.find("macaulay2") >= 0 # optional - internet
- sage: out.find("valgrind") >= 0 # optional - internet
- True
- sage: err # optional - internet
- ''
Expand Down

0 comments on commit 4f4ed07

Please sign in to comment.