#4185: [with spkg, needs review] Solaris 10: fix spkg-install for jmol to not 
use
GNUisms
----------------------+-----------------------------------------------------
 Reporter:  mabshoff  |        Owner:  mabshoff
     Type:  defect    |       Status:  assigned
 Priority:  critical  |    Milestone:  sage-3.3
Component:  solaris   |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by mabshoff):

  * priority:  major => critical
  * summary:  [with spkg, needs work] remove GNUisms from spkg-install of
              the jmol.spkg => [with spkg, needs review]
              Solaris 10: fix spkg-install for jmol to not
              use GNUisms
  * milestone:  sage-3.4.1 => sage-3.3

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 (but broken) spkg can be found at
>
> http://sage.math.washington.edu/home/mabshoff/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
 }}}
 Cheers,

 Michael

Comment:

 The latest working spkg is at

 http://sage.math.washington.edu/home/mabshoff/release-
 cycles-3.3/alpha0/jmol-11.6.rc8.p0.spkg

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4185#comment:7>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to