diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-02 20:02:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-02 20:02:55 (GMT) |
commit | 0d514907a9f43f3ffdd930f4fddca1dae5010f9e (patch) | |
tree | 6c8f0e49874cfd453d617fbd48cc283a473681cd /hl/fortran/test/Makefile.in | |
parent | bf815e12e701011f87f7140731f80c95d2fd9dde (diff) | |
download | hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.zip hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.tar.gz hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.tar.bz2 |
[svn-r10123] Purpose:
Removed GASS configuration and software packages associated with
it. The following software are no longer configurable.
checking for main in -lcrypto... yes
checking for SSL_get_version in -lssl... yes
checking globus_common.h usability... yes
checking globus_common.h presence... yes
checking for globus_common.h... yes
checking for globus_module_activate in -lglobus_common... yes
checking for main in -lglobus_gass_cache... yes
checking for main in -lglobus_gaa... yes
checking for main in -lglobus_gss... yes
checking for main in -lglobus_gss_assist... yes
checking for main in -lglobus_io... yes
checking for main in -lglobus_gass_transfer_assist... yes
checking for main in -lglobus_gass_transfer... yes
checking for globus_gass_open in -lglobus_gass_file... yes
Platforms tested:
h5committested (but copper was down.) tested in modi4 too.
Diffstat (limited to 'hl/fortran/test/Makefile.in')
-rw-r--r-- | hl/fortran/test/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index af39d73..a23183d 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -105,7 +105,6 @@ FC = @FC@ FFLAGS = @FFLAGS@ FILTERS = @FILTERS@ FSEARCH_DIRS = @FSEARCH_DIRS@ -GASS = @GASS@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ H5_VERSION = @H5_VERSION@ @@ -141,10 +140,8 @@ SEARCH = @SEARCH@ SETX = @SETX@ SIZE_T = @SIZE_T@ SRB = @SRB@ -SSL = @SSL@ STATIC_SHARED = @STATIC_SHARED@ STRIP = @STRIP@ -TESTGASS = @TESTGASS@ TESTPARALLEL = @TESTPARALLEL@ TESTSRB = @TESTSRB@ TRACE_API = @TRACE_API@ |