Opened 11 years ago
Last modified 10 years ago
#11503 closed task
Make new spkg to install Jmol in SAGE_LOCAL/share — at Version 5
Reported by: | gutow | Owned by: | gutow |
---|---|---|---|
Priority: | major | Milestone: | sage-5.2 |
Component: | notebook | Keywords: | sd31 Jmol flask |
Cc: | rado, fbissey, strogdon | Merged in: | |
Authors: | gutow | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | flask notebook | Stopgaps: |
Description (last modified by )
In an effort to remove Jmol from the notebook in the Flask notebook it is being moved to SAGE_LOCAL/share. This is based on the logic that the notebook can run without Jmol, but Sage cannot run without either the notebook or Jmol even when using just the command line.
To achieve this relocation of Jmol:
- install this .spkg
./sage -f "http://www.uwosh.edu/faculty_staff/gutow/Jmol_for_SageNoteBook-1.1.7.spkg
(which lives at this location)
- Some patches are necessary to notebook paths and the plot3d code
- for flask attachment:trac_11503_path_fix.patch
- for plot3d package attachment:trac_11503_cmd_line_fix.patch
Change History (7)
comment:1 Changed 11 years ago by
- Owner changed from jason, mpatel, was to gutow
Changed 11 years ago by
comment:2 Changed 11 years ago by
- Description modified (diff)
comment:3 Changed 11 years ago by
- Description modified (diff)
comment:4 Changed 11 years ago by
- Cc fbissey added
comment:5 Changed 11 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
path fix for flask