File: BUGS.diff

package info (click to toggle)
raster3d 3.0-8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,952 kB
  • sloc: fortran: 9,536; ansic: 1,063; makefile: 315; sh: 272; csh: 1
file content (34 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Author: Nelson A. de Oliveira
        Andreas Tille
Last-Update: 2011-03-25 10:19:22
Description: Remove non-relevant parts from documentation

--- a/BUGS
+++ b/BUGS
@@ -4,11 +4,6 @@ All platforms
       ==> gfortran version 4.6.1 has a compiler bug that prevents compiling
           rastep with -O3.  Use -O2 instead, up update your compiler.
 
-      ==> ImageMagick keeps on changing their option syntax and delegates
-	  file format.  You may have to tweak the calls to ImageMagick
-	  utilities in the stereo3d and label3d scripts to match your local
-	  version of ImageMagick.
-
       ==> Stereo pairs can be generated by using either a shear operation or
       	  by using an angular offset.  Both have problems.  The shear distorts
 	  bounding surfaces.  The angular offset displaces specular highlights
@@ -26,14 +21,3 @@ All platforms
 	- Labels with TeX-like escape sequences are always treated as Left-Align.
 	- ribbon coloring scheme 6 doesn't work
 
-AIX 
-===
-	File indirection in render doesn't work, because opening Fortran
-	LUN 6 clobbers C I/O in local.c
-	Work-around : 
-		Patch file render_patch.aix modifies render to use
-		LUNs 5,4,3,2,1 for file indirection rather than 6,7,...
-	dispose='delete' not permitted in open statement
-	Work-around :
-		None; temp files accumulate until deleted
-