summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_frameworks.yml
AgeCommit message (Collapse)Author
2020-11-11CI: combine macos and ci_frameworks actionsDylan Baker
We're already covering most of the actions through the generic macos actions, but we should keep the qt4 action.
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker
Instead of a mega dependency that does everything, use a dependency factory for config-tool and pkg-config
2020-09-06ci: update to use latest recommendationsMichael Hirsch
2020-01-18Make the 'framework/4 qt' test more flexibleJon Turney
Make the 'framework/4 qt' test more flexible about what version of Qt is expected to be present in the CI environment. Currently, this is hard-coded as Qt5. We add an option to specify it so we can run this test under CI with just Qt4 present.
2020-01-18Add macOS Qt4 framework test to ci-actionsJon Turney
2019-11-30CI-actions: combine extra frameworks tests into one .yml fileMichael Hirsch, Ph.D
2019-11-30scalapack: add to DockerfileMichael Hirsch, Ph.D
scalapack: actions Macos
2019-11-30deps: add scalapackMichael Hirsch, Ph.D
Scalapack uses a library stack that can be challenging to manage. Not least of all since many Scalapacks ship with broken / incomplete pkg-config files and CMake FindScalapack.cmake This resolves those issues for typical Scalapack setups including: * Linux: Intel MKL or OpenMPI + Netlib * MacOS: Intel MKL or OpenMPI + Netlib * Windows: Intel MKL (OpenMPI not available on Windows)