summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-06-28 14:42:54 -0500
committerGitHub <noreply@github.com>2021-06-28 13:42:54 -0600
commitcc20dbf645d32a45ce6b7ed848c6f25eaf42e350 (patch)
treedd8d47526b2065d306f5c525254706269f762dcf /etc
parent9a9b5dee2e9dcc293e2a1d67d00b663d7e70e7f4 (diff)
downloadspack-cc20dbf645d32a45ce6b7ed848c6f25eaf42e350.tar.gz
spack-cc20dbf645d32a45ce6b7ed848c6f25eaf42e350.tar.bz2
spack-cc20dbf645d32a45ce6b7ed848c6f25eaf42e350.tar.xz
spack-cc20dbf645d32a45ce6b7ed848c6f25eaf42e350.zip
Hdf5 cmake (#18937)
* Switch hdf5 package from autotools to cmake. * Add variant for building with zlib, default to ON. * Update for format requirements. * Format change. * Fix breakage from last merge from develop. Switch szip to use libaec (unrestricted encryption). Remove 'static' variant: static libs will only be installed when ~shared. * Improve args based on suggestions from pull request. * Update code URL to github.com Add/modify 4 depends_on lines to fix running "spack graph --deptype=link hdf5". * Remove trailing whitespace. * Remove dependencies added solely to make "spack greph --type=link" work. * Add new version HDF5 1.8.22. * Remove unnecessary java_check. * Fix whitespace for style checks. * Reverted zlib version dependency to 1.1.2:. zlib variant removed. api version default renamed "default". * Remove blank line. * Whitespace corrections. * iRemoved unnecessary 'debug' variant. * Fix typo in version number in conflict for '+szip'. * Set default for tools variant to True. Remove patch functions dependent on 'libtool' file that cmake doesn't produce. * Remove line to set ONLY_SHARED_LIBS to true. Add post_install code to install only one version of tools with shared linkage and original tool names. * Remove trailing white space and import of glob package not used. * Leave BUILD_TESTING set to default which is ON. * Remove post_install code to install only one version of tools because some dependent packages running tests in e4s testing are using h5diff-shared. Keep both tools versions for now. * No longer need to import os.
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/packages.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml
index 2d6b3da9be..0a5e00ce08 100644
--- a/etc/spack/defaults/packages.yaml
+++ b/etc/spack/defaults/packages.yaml
@@ -48,7 +48,7 @@ packages:
rpc: [libtirpc]
scalapack: [netlib-scalapack, amdscalapack]
sycl: [hipsycl]
- szip: [libszip, libaec]
+ szip: [libaec, libszip]
tbb: [intel-tbb]
unwind: [libunwind]
uuid: [util-linux-uuid, libuuid]