From 5c0d598d9b7736b034ce92f9c4dca606c833bdc3 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 9 Nov 2009 09:40:46 -0500 Subject: [svn-r17850] Added converted fortran project files for windows. Updated install text file to remove the extraction instructions. --- release_docs/INSTALL_Windows.txt | 50 ++++++--------------------------------- windows/all.zip | Bin 485155 -> 532314 bytes 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 2ce90ba..f1165c4 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -1119,43 +1119,7 @@ Section VII: Building with Intel Fortran 9.1 Fortran 9.1 Compiler. - 1.1 Extract Compaq Fortran Project Files - - a. Select project "flush1_fortran" in the Solution Explorer - window. In the Project menu, select - "Extract Compaq Visual Fortran Project". - - Do the same thing for the following project files, but for now, skip - the projects labelled "**SKIP**": - - flush1_fortrandll - flush2_fortran - flush2_fortrandll - hdf5_fortran - hdf5_fortrandll - **SKIP** libtest_fortran - libtest_fortrandll - testhdf5_fortran - testhdf5_fortrandll - - - b. Select project "libtest_fortran" in the Solution - Explorer window. In the Project menu, select - "Extract Compaq Visual Fortran Project". Since Project - file "libtest_fortran" contain both C and Fortran code, - you will be asked to specify which project, either - Fortran or C/C++, will serve as the main project for - this mixed language projects. Choose - "The Intel Fortran project" as the the main project and - click "OK". - - Note: In Visual Studio 2005, you may receive a message that - says "The attempt to convert the Fortran project file failed. - The project file (.vcproj) has not been converted." This message - can safely be ignored. - - - 1.3: Fix Project Output + 1.1 Fix Project Output 1) Change libtest_fortran_lib Release Output @@ -1190,7 +1154,7 @@ Section VII: Building with Intel Fortran 9.1 Then click "OK". - 1.4: Change project dependencies + 1.2: Change project dependencies To check the project dependencies, @@ -1208,7 +1172,7 @@ Section VII: Building with Intel Fortran 9.1 testhdf5_fortran - 1.5 Building HDF5 C/C++/Fortran Libraries and Tools + 1.3 Building HDF5 C/C++/Fortran Libraries and Tools Select "Build", then Select "Configuration Manager". @@ -1216,7 +1180,7 @@ Section VII: Building with Intel Fortran 9.1 Select "Ok". Select "Build" -> "Build" or "Rebuild All" to build Debug or Release version of HDF5 C, C++, fortran - Library using Intel fortran 9.1 Compiler with .Net 2003 or .Net 2005. + Library using Intel fortran 9.1 Compiler with .Net 2003 or VS 2005. 2. Test HDF5 Static and High Level Fortran Library @@ -1294,10 +1258,10 @@ Section VII: Building with Intel Fortran 9.1 1. Invoke Intel Fortran Compiler 9.1 or above under Microsoft Visual Studio development environment, go to "File" and select - the "Open Workspace" option. + the "Open Solution" option. - Then open the workspace - c:\MyHDFstuff\hdf5\fortran\examples\allf90examples\allf90examples.dsw. + Then open the solution + c:\MyHDFstuff\hdf5\fortran\examples\allf90examples\allf90examples.sln. 2. Select "Build", then Select "Set Active Configuration". diff --git a/windows/all.zip b/windows/all.zip index 958b0cf..00280bd 100755 Binary files a/windows/all.zip and b/windows/all.zip differ -- cgit v0.12 From 0c8fcc5373a6dcdd4aaf588eab315249f220aa83 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 9 Nov 2009 11:09:03 -0500 Subject: [svn-r17852] Maintenance before tagging the release: Since Allen modified some windows files, I had to rerun bin/release script to recreate released tar ball; since script changes some other files, I am checking them in and will create a new tagged version shortly after that. --- README.txt | 2 +- c++/configure | 2 +- configure | 2 +- doc/html/ADGuide/RELEASE.txt | 2 +- fortran/configure | 2 +- release_docs/RELEASE.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 5b8cce1..0a902d1 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.10 released on Thu Nov 5 16:36:46 CST 2009 +HDF5 version 1.6.10 released on Mon Nov 9 11:00:32 CST 2009 Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/c++/configure b/c++/configure index c6bf0a6..0c3ecb1 100755 --- a/c++/configure +++ b/c++/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From c++/configure.in Id: configure.in 17783 2009-10-28 22:43:33Z epourmal . +# From c++/configure.in Id: configure.in 17844 2009-11-05 22:39:48Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.10. # diff --git a/configure b/configure index d0dc60b..b9b476d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 17783 2009-10-28 22:43:33Z epourmal . +# From configure.in Id: configure.in 17844 2009-11-05 22:39:48Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.6.10. # diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index b16f73e..a8607cb 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.10 released on Thu Nov 5 16:36:46 CST 2009 +HDF5 version 1.6.10 released on Mon Nov 9 11:00:32 CST 2009 ================================================================================ INTRODUCTION diff --git a/fortran/configure b/fortran/configure index 3fe71f7..8ec44df 100755 --- a/fortran/configure +++ b/fortran/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From fortran/configure.in Id: configure.in 17783 2009-10-28 22:43:33Z epourmal . +# From fortran/configure.in Id: configure.in 17844 2009-11-05 22:39:48Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 Fortran 1.6.10. # diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b16f73e..a8607cb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.10 released on Thu Nov 5 16:36:46 CST 2009 +HDF5 version 1.6.10 released on Mon Nov 9 11:00:32 CST 2009 ================================================================================ INTRODUCTION -- cgit v0.12