variant build: openmp_ref should be openmp (#26006)

This commit is contained in:
eugeneswalker 2021-09-17 05:38:00 -07:00 committed by GitHub
parent 8e486c1e57
commit 730720d50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ class Minife(MakefilePackage):
version('2.1.0', sha256='59f4c56d73d2a758cba86939db2d36e12705282cb4174ce78223d984527f5d15')
variant('build', default='ref', description='Type of Parallelism',
values=('ref', 'openmp_ref', 'qthreads', 'kokkos'))
values=('ref', 'openmp', 'qthreads', 'kokkos'))
depends_on('mpi')
depends_on('qthreads', when='build=qthreads')