Changeset 96
- Timestamp:
- 09/03/08 14:14:48 (1 year ago)
- Files:
-
- INSTALL (modified) (1 diff)
- MPI/MPIcar/MPIcar.bs (deleted)
- MPI/MPIcar/Makefile.PL (modified) (1 diff)
- MPI/MPIcar/mpi_maker (deleted)
- MPI/MPIcar/pm_to_blib (deleted)
- README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
INSTALL
r89 r96 124 124 125 125 126 127 NOTE:128 129 You will also need to install the following perl modules if not already installed:130 131 *URI:Escape (search.cpan.org)132 *Error (search.cpan.org)133 *threads 1.67 or higher (search.cpan.org)134 *Datastore (http://www.yandell-lab.org/software/cgl.html)135 136 126 See the README for instruction on installing mpi_maker MPI/MPIcar/Makefile.PL
r94 r96 18 18 'DEFINE' => '-DFLOAT_HACK', 19 19 'INC' => "-I$MPIDIR", 20 'EXE_FILES' => [' mpi_maker'],20 'EXE_FILES' => [''], 21 21 'DESTDIR' => "$FindBin::Bin/../../", 22 22 'INSTALLDIRS' => "perl", README
r89 r96 21 21 22 22 23 You will also need to install the following perl modules if not already installed:24 25 *URI:Escape (search.cpan.org)26 *Error (search.cpan.org)27 *threads 1.67 or higher (search.cpan.org)28 *Datastore (http://www.yandell-lab.org/software/cgl.html)29 30 31 32 23 To install mpi_maker, you must have an mpi package installed, try the following: 33 24 … … 92 83 1. Install standard maker and verify that it runs. 93 84 2. Use cd to change to the MPI subdirectory in the maker instalation folder (i.e. maker/MPI/) 94 3. Run Makefile.PL by typing: perl Makefile.PL 95 4. Compile needed binaries by typing: make 96 5. Install mpi_maker and all needed libraries by typing: make install 85 3. Run Install.PL by typing: perl Install.PL 97 86 98 87 A new version of maker called mpi_maker should now be installed under maker/bin.
