Skip to content

Commit

Permalink
improve spack env for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed May 19, 2024
1 parent 7dd8372 commit f1ed288
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,38 @@
# It describes a set of packages to be installed, along with
# configuration settings.
spack:
# definitions:
definitions:
# - vtk: [ vtk@9.2.6 ]
# when: '"ubuntu" not in os'
## has a compilation error in llvm when enabled
# - vtk: [ vtk@9.2.6 ^mesa~llvm ]
# when: '"ubuntu" in os'
- tbb: [intel-tbb]
when: '"darwin" in platform'
- tbb: [ intel-oneapi-tbb ]
when: '"linux" in platform'
specs:
- "boost@1.85.0: +system+filesystem+date_time+thread+regex+iostreams+program_options+mpi+serialization"
- cgal +header_only
- hdf5 +cxx
- netcdf-cxx4
- "gdal@3.8: +hdf5 +netcdf"
- "proj@9.2.1+curl+tiff"
- "netcdf-cxx4@4.3:"
- "gdal@3.8 +hdf5 +netcdf"
- "proj@9: +curl+tiff"
- sparsehash
- gperftools
- "gperftools build_system=autotools"
- gsl +external-cblas
- armadillo
- intel-oneapi-tbb
- [$tbb]
# - intel-tbb
- eigen
- meteoio
- func
- "trilinos@15.0.0 +mpi"
- jemalloc
- "vtk@9:"
- "vtk@9.2:"
- spdlog
- openblas
- "cmake@3.2:"
view: true
concretizer:
unify: true

0 comments on commit f1ed288

Please sign in to comment.