Skip to content

Commit

Permalink
[Develop] Disable Spack until the feature is complete
Browse files Browse the repository at this point in the history
Spack was initially added with several optimizations for a range of applications in mind.  This resulted
in several packages.yaml files for different OS families and make opinionated choices about what to
install and how.  This could conflict with some power users' use of the installation.  Because of this
the final released implementation is on hold until consensus can be reached for what to release.
  • Loading branch information
dreambeyondorange committed Nov 9, 2023
1 parent 3937224 commit 39042a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions cookbooks/aws-parallelcluster-environment/recipes/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
include_recipe 'aws-parallelcluster-environment::raid'
include_recipe 'aws-parallelcluster-environment::efs'
include_recipe 'aws-parallelcluster-environment::fsx'
spack 'Configure Spack Packages' do
action :configure
end
# TODO: Disable Spack until the feature is complete
# spack 'Configure Spack Packages' do
# action :configure
# end
3 changes: 2 additions & 1 deletion cookbooks/aws-parallelcluster-environment/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
efs 'Install efs-utils'
stunnel 'Install stunnel'
system_authentication "Install packages required for directory service integration"
spack 'Install Spack'
# TODO: Disable spack until the feature is complete
# spack 'Install Spack'

0 comments on commit 39042a9

Please sign in to comment.