summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add intel oneapi windows build to CI CMake (#3836)Allen Byrne2023-11-102-36/+138
|
* Update NVHPC version from 23.7 to 23.9. (#3736)H. Joe Lee2023-11-022-18/+18
| | | Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Set NVHPC maximum optimization level to -O1 for now (#3800)jhendersonHDF2023-11-012-11/+11
| | | | | | | | | | | | | | * Set NVHPC maximum optimization level to -O1 for now Compiling HDF5 with NVHPC 23.5 - 23.9 results in test failures in 4 different test files that need to be resolved. Since those tests pass with an optimization level of -O1 (and -O0) and it is currently unclear whether the test failures are due to issues in HDF5 or issues in the 'nvc' compiler, set the maximum optimization level for NVHPC to -O1 until the test failures are resolved. * Disable nvhpc Java testing in CMake and amend known issues * Re-enable testing of Autotools nvhpc
* Add processing of NVHPC flags in linux-gnulibc1 file (#3804)jhendersonHDF2023-11-011-5/+5
| | | * Disable testing as tests are failing the same as in CMake
* Fix h5py CI failure. (#3805)H. Joe Lee2023-10-311-4/+5
|
* Cancel running GitHub workflows on push to same PR (#3772)jhendersonHDF2023-10-265-5/+5
| | | | | * Cancel running GitHub workflows on push to same PR * Remove github.sha from workflow concurrency groups
* Cache installation of OpenMPI for AOCC action (#3774)jhendersonHDF2023-10-251-9/+16
|
* Update fortran action step (#3748)Allen Byrne2023-10-231-2/+6
|
* Add NVidia compiler support and CI (#3686)Allen Byrne2023-10-188-123/+186
|
* Add AOCC GitHub Action (#3504) (#3657)H. Joe Lee2023-10-141-0/+66
|
* Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT (#3624)Allen Byrne2023-10-042-6/+0
|
* Adds link to h5fuse.sh in testpar for autotools (#3557)Scot Breitenfeld2023-09-222-1/+3
| | | | * Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
* Convert main.yml CI into callable workflows (#3529)Allen Byrne2023-09-1822-774/+1380
|
* Add NVHPC 23.7 GitHub Actions (#3509)H. Joe Lee2023-09-142-0/+114
| | | | | * Add NVHPC 27.3 GitHub Actions * Address @derobins review
* Create scorecard.yml (#3508)Dana Robinson2023-09-051-0/+72
| | | Bring in OSSF Scorecard code scanner as a GitHub action
* Disable SZIP for Intel oneAPI Action (#3449)H. Joe Lee2023-08-312-5/+6
| | | | | * Disable SZIP for Intel oneAPI Action * Disable Fortran and parallel
* Add a CVE regression test action (#3445)Dana Robinson2023-08-301-0/+51
| | | *
* Add Intel oneAPI actions (#2949) (#2977)H. Joe Lee2023-08-232-0/+120
| | | | | | | | | * ci: add Intel oneAPI actions (#2949) * ci: fix CMake installation * ci: use absolute paths for libtool installation * ci(oneAPI): update compiler versions and use cron
* restore CI tarball name prefix to match bin/release (#3385)Allen Byrne2023-08-161-2/+2
|
* Correct CI settings (#3384)Allen Byrne2023-08-161-2/+2
| | | | | * Correct CI settings * Correct plugin file name
* Update files to skip list and ignore_words_list (#3321)Larry Knox2023-08-021-2/+2
| | | | | * Update files to skip list and ignore_words_list for codespell to not check files generated by autotools. Autotools generate misspellings that can't be fixed in HDF5 code.
* Remove py-pip from h5py action (#3265)H. Joe Lee2023-07-271-4/+2
|
* Disable h5py until fixed properly without spack (#3243)Allen Byrne2023-07-141-2/+2
|
* Switch CI to use release script (#3242)Allen Byrne2023-07-133-32/+42
|
* merge bbrelease to release (#3232)Allen Byrne2023-07-121-22/+63
| | | | | * merge bbrelease to release * Fix pre-req workflow
* fix gh action if statements (#3213)Allen Byrne2023-06-301-4/+4
|
* Update actions for release option, fix branch for daily build (#3185)Allen Byrne2023-06-295-131/+245
| | | | | | | * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop * Add snapshots location
* Tidy the list of options in main.yml (#3181)Dana Robinson2023-06-271-4/+63
|
* Fix the doxygen to gh pages and artifact creation (#3176)Allen Byrne2023-06-261-7/+2
|
* Update Linux workflows (#3173)develop-readmeDana Robinson2023-06-221-12/+13
| | | | * Consolidate environment setup * Turn on ros3 VFD in CMake (Linux only)
* Add missing space in zip command (#3167)Allen Byrne2023-06-221-1/+1
|
* speed-up building HDF5 (#3087)Scot Breitenfeld2023-06-202-2/+2
| | | Disables building the tests when building the netCDF, etc.
* Correct the zip usage (#3153)Allen Byrne2023-06-191-1/+1
|
* Fix the snapshots workflow (#3148)Allen Byrne2023-06-163-6/+19
| | | | | | * Add upload url as artifact * Change doxygen path and comment log-url upload * zip doxygen files for upload * add workspace var
* Define minimal permissions for new GitHub workflows (#3147)Diogo Teles Sant'Anna2023-06-164-0/+15
|
* Fix gh pages so that the doxygen files are uploaded (#3102)Allen Byrne2023-06-131-20/+16
| | | | | | * Add workspace path * add debug * Make one job so workspace files are available * Put doxygen docs under docs folder in gh-pages
* Add Mark Kittisopikul to CODEOWNERS (#3111)Dana Robinson2023-06-131-1/+1
|
* Build the ros3 VFD in GitHub actions (#3090)Dana Robinson2023-06-101-4/+20
| | | | | * Build the ros3 VFD in GitHub actions * Add curl to list of packages to install * Disable CMake while we figure out the curl path issues
* Remove template title text ([BUG], etc.) (#3093)Dana Robinson2023-06-102-4/+4
| | | We use labels for this now
* ci: add h5py action (#2986) (#3028)H. Joe Lee2023-06-081-0/+36
|
* Fix paths for doxygen and add step to upload to gh-pages (#3061)Allen Byrne2023-06-072-5/+15
|
* ci: add netcdf action (#2934) (#2981)H. Joe Lee2023-06-061-0/+53
|
* Correct path for doxygen files (#3055)Allen Byrne2023-06-061-1/+1
|
* Develop gh doxy (#3041)Allen Byrne2023-06-053-6/+36
| | | | | * Add doxygen generation to daily-build and main * Add doxygen option to matrix
* Cleans up Java JNI warnings and add java to -Werror checks (#2383)Dana Robinson2023-05-271-2/+4
|
* Bump GitHub Autotools actions to gcc-12 (#3015)Dana Robinson2023-05-251-4/+4
|
* Fix assert in Debug Windows Java JNI (#3012)Dana Robinson2023-05-251-2/+1
| | | | | | | | | Use of an uninitialized H5L_info2_t struct caused some JNI tests to raise asserts, causing a dialog box to be emitted, which would hang automated tests. Initializing the struct fixes the problem. This change also re-enables tests in the Windows Debug GitHub actions.
* Develop release workflow (#3002)Allen Byrne2023-05-253-3/+130
| | | Implement (pre)release workflow for daily build
* Only run ttsafe in thread-safe GitHub actions (#2777)Dana Robinson2023-05-251-8/+24
| | | Also fixes broken thread-safety testing (due to a typo in the GitHub action checks)
* Update GitHub macOS actions to v13 (#2999)Dana Robinson2023-05-241-3/+3
| | | | | * Update macOS to 13 * Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail