-
Daniel Filipe Jana authoredDaniel Filipe Jana authored
packages_stack.yaml 11.09 KiB
packages:
all:
target: ["{target}"]
prefer: ['target={target}']
require:
- spec: '+ipo'
when: '%gcc'
# ----------------------------------------------------------------------------
# Requirements
# ----------------------------------------------------------------------------
adios2:
require: ['+kokkos', '+mgard', '~zfp']
amber:
prefer: ['^netcdf-c ~mpi']
apr:
# https://issues.apache.org/jira/browse/SVN-4813
require: ['@1.6.2']
arpack-ng:
prefer: ['+mpi']
boost:
prefer: ['~mpi']
require:
- 'cxxstd=14'
- '+icu'
- '+atomic'
- '+chrono'
- '+container'
- '+date_time'
- '+filesystem'
- '+graph'
- '+iostreams'
- '~json'
- '+locale'
- '+log'
- '+math'
- '~pic'
- '+program_options'
- '+random'
- '+regex'
- '+serialization'
- '+shared'
- '+signals'
- '~singlethreaded'
- '~stacktrace'
- '+system'
- '~taggedlayout'
- '+test'
- '+thread'
- '+timer'
- '~type_erasure'
- '~versionedlayout'
- '+wave'
- '+exception'
- spec: '+python +numpy'
when: '%gcc'
- spec: '+python +numpy'
when: '%oneapi'
- spec: '+python ~numpy'
when: '%nvhpc'
cairo: