Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions in numerical_sage tutorial are obsolete #19198

Closed
jdemeyer opened this issue Sep 13, 2015 · 3 comments · Fixed by #37313
Closed

Installation instructions in numerical_sage tutorial are obsolete #19198

jdemeyer opened this issue Sep 13, 2015 · 3 comments · Fixed by #37313

Comments

@jdemeyer
Copy link

The following files

contain instructions to install a laundry list of packages.

However, those instructions don't actually work, for 2 reasons:

  1. they use install_package() which no longer works (stopgap for #16759 #16760 and install_package() is obsolete #16759)
  2. the packages are no longer installable anyway (Do not search old-style spkgs #19004)

CC: @jhpalmieri

Component: documentation

Issue created by migration from https://trac.sagemath.org/ticket/19198

@jdemeyer jdemeyer added this to the sage-6.9 milestone Sep 13, 2015
@jdemeyer

This comment has been minimized.

@jdemeyer jdemeyer changed the title Installation instructions in numerical_sage tutorial is obsolete Installation instructions in numerical_sage tutorial are obsolete Sep 13, 2015
@jhpalmieri
Copy link
Member

However, those instructions don't actually work, for 2 reasons:

  1. they use install_package() which no longer works (stopgap for #16759 #16760 and install_package() is obsolete #16759)
  2. the packages are no longer installable anyway (Do not search old-style spkgs #19004)
  1. Some of the packages have been archived, and automatic downloading of archived packages was broken independently (?) of Do not search old-style spkgs #19004. With Sage 6.8, for example:
ERROR [download|run:133]: [Errno 404] Not Found: '//mirrors.xmission.com/sage//spkg/archive/list'
sed: /Users/palmieri/.sage//archive.list: No such file or directory
Error: could not find a package matching python-2.5.1-framework on http://mirrors.xmission.com/sage//spkg
  1. On my OS X machine, python-2.5.1-framework.spkg does not install.

@jdemeyer
Copy link
Author

comment:4

For the instructions in mpi4py.rst, I can make it work using #19158 (for openmpi) and #19187 (for mpi4py).

@mkoeppe mkoeppe removed this from the sage-6.9 milestone Dec 29, 2022
vbraun pushed a commit to vbraun/sage that referenced this issue Feb 18, 2024
…" tutorial

    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes sagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->

<!-- Why is this change required? What problem does it solve? -->
Fixes sagemath#19198
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#37313
Reported by: Matthias Köppe
Reviewer(s): grhkm21
vbraun pushed a commit to vbraun/sage that referenced this issue Feb 19, 2024
…" tutorial

    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes sagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->

<!-- Why is this change required? What problem does it solve? -->
Fixes sagemath#19198
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#37313
Reported by: Matthias Köppe
Reviewer(s): grhkm21
vbraun pushed a commit to vbraun/sage that referenced this issue Feb 22, 2024
…" tutorial

    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes sagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->

<!-- Why is this change required? What problem does it solve? -->
Fixes sagemath#19198
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#37313
Reported by: Matthias Köppe
Reviewer(s): grhkm21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants