Overlay doc updaated

This commit is contained in:
2022-08-22 10:33:23 +02:00
parent 3787193116
commit 2df2e6e652
+38 -20
View File
@@ -119,12 +119,12 @@ compilers:: (optional) override the default
==== ====
.... ....
name: hdf5 name: hdf5
group: Compiler group: MPI
overlay: base overlay: base
relstage: stable relstage: stable
url: https://support.hdfgroup.org/ftp/HDF5/releases/$P-${V_MAJOR}.${V_MINOR}/$P-${V_PKG}/src/$P-${V_PKG}.tar.gz url: https://support.hdfgroup.org/ftp/HDF5/releases/$P-${V_MAJOR}.${V_MINOR}/$P-${V_PKG}/src/$P-${V_PKG}.tar.gz
systems: [rhel6 rhel7 rhel8] systems: [rhel6,rhel7,rhel8]
compilers: [gcc intel pgi] compilers: [gcc,intel,pgi]
compile_in_sourcetree: no compile_in_sourcetree: no
configure_with: auto configure_with: auto
@@ -132,10 +132,23 @@ versions:
1.12.2: 1.12.2:
shasum: 3016ea56a175d2ca7f2568c8016420f7a2aad8f95e214fe7fa5485f4b80fbe51 shasum: 3016ea56a175d2ca7f2568c8016420f7a2aad8f95e214fe7fa5485f4b80fbe51
variants: variants:
- with: - group_deps:
- gcc [5.5.0,6.5.0,7.5.0,10.2.0,10.3.0] compiler:
gcc: [5.5.0,6.5.0,7.5.0,10.2.0,10.3.0]
intel: ....
mpi:
openmpi: [...]
#hdf5:
runtime_deps:
cuda:10.0
...
build_deps:
name:version
- with: - with:
- gcc [8.5.0,9.5.0,11.3.0,12.1.0] - gcc: [8.5.0,9.5.0,11.3.0,12.1.0]
relstage: unstable relstage: unstable
overlay: devel overlay: devel
.... ....
@@ -173,18 +186,23 @@ versions:
==== ====
.... ....
name: git name: git
group: Tools defaults:
overlay: base group: Tools
relstage: stable overlay: base
url: https://mirrors.edge.kernel.org/pub/software/scm/$P/$P-${V_PKG}.tar.xz relstage: stable
systems: [rhel6 rhel7 rhel8] url: https://mirrors.edge.kernel.org/pub/software/scm/$P/$P-${V_PKG}.tar.xz
compilers: [gcc] systems: [rhel6 rhel7 rhel8]
compile_in_sourcetree: yes compilers: [gcc]
configure_with: auto compile_in_sourcetree: yes
addon_sources: configure_with: auto
- name: git-lfs/3.2.0 script: build
url: https://github.com/git-lfs/git-lfs/archive/refs/tags/v3.2.0.tar.gz
shasum: f8e6bbe043b97db8a5c16da7289e149a3fed9f4d4f11cffcc6e517c7870cd9e5 addons:
git-lfs/3.2.0:
- url: https://github.com/git-lfs/git-lfs/archive/refs/tags/v3.2.0.tar.gz
shasum: f8e6bbe043b97db8a5c16da7289e149a3fed9f4d4f11cffcc6e517c7870cd9e5
build_requires: [go/1.19]
build_script: build-git-lfs
versions: versions:
2.37.2: 2.37.2:
@@ -195,8 +213,8 @@ versions:
relstage: unstable relstage: unstable
overlay: devel overlay: devel
addons: addons:
- git-lfs/3.2.0 git-lfs: 3.2.0
build_requires: go/1.19
.... ....
==== ====