Commit bb4b122f authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 3.0-4

parent 0f54ef5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
21-Jan-2019	Package 3.0-4
21-Jan-2019	suppress compiler warnings for unused variables
29-Mar-2014	Package (somewhat belatedly) 3.0-3
01-May-2012	local.c: only #include <in.h> if NETWORK_BYTEORDER
		Makefile: but don't define NETWORK_BYTEORDER for linux
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ shared by all platforms.
User configurable options are contained in two files:
   	Makefile.template	select or deselect TIFF support, etc

1) Make sure the development version of any necessaary support libraries are
1) Make sure the development version of any necessary support libraries are
   installed.  This primarily means libgd, which is used to produce png and jpeg
   files. If you want to build in support for direct tiff output then you also
   need libtiff.
+8 −2
Original line number Diff line number Diff line
Most recent change:	  26-Mar-2011
Most recent change:	  21-Jan-2019

The file Raster3D_3.0-2.tar.gz contains the full source distribution for
The file Raster3D_3.0-4.tar.gz contains the full source distribution for
version 3.0 of Raster3D.

  See CHANGELOG for a history of changes to the package.
  Basically nothing has changed since verison 3.0-3 (2014) except that I 
  tried to suppress some harmless compiler warnings.

  Note: The programs from Raster3D version 3.0-3 are included in the
  CCP4 crystallography suite.  You might find it easier to use that
  pre-built version.

- In a nutshell, the installation procedure is:

+1 −1
Original line number Diff line number Diff line
VERSION = "3.0-3"
VERSION = "3.0-4"
+1 −1
Original line number Diff line number Diff line
	CHARACTER*8 VERSION
	PARAMETER  (VERSION='V3.0.3  ')
	PARAMETER  (VERSION='V3.0.4  ')
Loading