diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 15:19:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 15:19:44 (GMT) |
commit | 007affb6dfc894e2e81a90ae7790473ff6dc26b0 (patch) | |
tree | 78f04d074ac17cfc4e3777586aa33ddfe804c140 /config/commence.in | |
parent | e51dc29e89aaea2a35d8ab4ab431013ddd0306d1 (diff) | |
download | hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.zip hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.gz hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.bz2 |
[svn-r7121]
Purpose:
Bug Fix
Description:
Changes needed to make "pmake" work on Modi4.
Solution:
Needed to add some null macro defines in the commence.in files.
Needed to remove a dependence on LIBH5TEST in the fortran make
since LIBH5TEST isn't used in the fortran stuff.
Platforms tested:
Modi4 (small change)
Misc. update:
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in index 0cdfce1..af1275c 100644 --- a/config/commence.in +++ b/config/commence.in @@ -72,6 +72,10 @@ TEST_PROGS= TEST_PROGS_PARA= TEST_FLAGS= TEST_SCRIPTS= +AUX_LIB= +EXAMPLE_PROGS= +SUBDIRS= +LIBHDF5= ## The default is to build the library and/or programs. We must build ## them sequentially. |