#4185: [with spkg, needs work] remove GNUisms from spkg-install of the jmol.spkg
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.1.3
Component: solaris | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Old description:
> It boils down to:
> {{{
> # Insert localize.in after first line of startup script.
> -head -n 1 jmol > "$DIR/jmol"
> +head -1 jmol > "$DIR/jmol"
> cat ../patches/localize.in >> "$DIR/jmol"
> -tail -n +2 jmol >> "$DIR/jmol"
> +tail +2 jmol >> "$DIR/jmol"
> check
> }}}
> The new spkg can be found at
>
> http://sage.math.washington.edu/home/mabshoff/release-
> cycles-3.1.3/alpha1/jmol-11.6.rc8.p0.spkg
>
> Cheers,
>
> Michael
New description:
It boils down to:
{{{
# Insert localize.in after first line of startup script.
-head -n 1 jmol > "$DIR/jmol"
+head -1 jmol > "$DIR/jmol"
cat ../patches/localize.in >> "$DIR/jmol"
-tail -n +2 jmol >> "$DIR/jmol"
+tail +2 jmol >> "$DIR/jmol"
check
}}}
The new (but broken) spkg can be found at
http://sage.math.washington.edu/home/mabshoff/jmol-11.6.rc8.p0.spkg
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4185#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---