Skip to content

Commit

Permalink
Adds new "Requires" lines for Spack installation
Browse files Browse the repository at this point in the history
Without these additional "Requires", Spack lacks full functionality. 
In particular, gcc and gcc-c++ are needed to correctly build packages installed through Spack. 
Therefore, the installation of Spack should require these.
  • Loading branch information
juleskerley committed Oct 12, 2021
1 parent 5b7178b commit ccefd56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/dev-tools/spack/SPECS/spack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ Requires: subversion
Requires: hg
Requires: patch
Requires: python3-mock
Requires: gcc
Requires: gcc-c++
Requires: make
Requires: tar
Requires: gzip
Requires: unzip
Requires: bzip2
Requires: zstd
Requires: file
Requires: gnupg2
Requires: git


%global install_path %{OHPC_ADMIN}/%{pname}/%version
# Turn off the brp-python-bytecompile script
Expand Down

0 comments on commit ccefd56

Please sign in to comment.