configfile: compilers: &compilers python: name: python: versionmin: 3 distribute: &distribute status: true srctar: h5py-master testparams: &testparams buildtype: Release publish: true testoptions: &testoptions cdashoption: true nameext: H5Py cdashproject: Externals py_opts: &py_opts CDASH_LOCAL: true REPOSITORY_URL: https://github.com//h5py/h5py.git REPOSITORY_BRANCH: master RELctest_btbinary: &RELctest_btbinary 'hdf5110/relbinaries/': 'hdf5-1.10.6-Std-%s' ctest_btbinary: &ctest_btbinary 'hdf5110/binaries/': 'HDF5110StandardRWDICMake-%s' atest_sbinary: &atest_sbinary 'hdf5110/relbinaries/': 'hdf5-1.10.6-%s-x86_64-static' atest_btbinary: &atest_btbinary 'hdf5110/relbinaries/': 'hdf5-1.10.6-%s-x86_64-shared' StdRelease: compilers: *compilers bbparams: distribute: *distribute testparams: <<: *testparams installpath: - HDF5_DIR: HDF_Group/HDF5/1.10.6 testoptions: <<: *testoptions buildoption: static buildsys: python: envparams: ftpbinary: <<: *RELctest_btbinary files: HDF.cmake: H5110Pyconfig.cmake binaryfolder: hdf cdash_model: HDF5110 testparams: py_opts: <<: *py_opts SITE_BUILDNAME_SUFFIX: STATIC CTEST_USE_GIT_SOURCE: true usetoolsets: default: default: default Standard: compilers: *compilers bbparams: distribute: *distribute testparams: <<: *testparams installpath: - HDF5_DIR: HDF_Group/HDF5/1.10.8 testoptions: <<: *testoptions buildoption: Shared buildsys: python: envparams: ftpbinary: <<: *ctest_btbinary files: HDF.cmake: H5110Pyconfig.cmake binaryfolder: hdf cdash_model: HDF5110 testparams: py_opts: <<: *py_opts SITE_BUILDNAME_SUFFIX: SHARED CTEST_USE_GIT_SOURCE: true usetoolsets: default: default: default