You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spheral supports external developers and many of them are running basic linux systems (so not building the world with spack). I'd like to be able to use the rse containers for testing different compiler versions, however we need a variety of packages from apt that we would often tell debian/ubuntu users to install.
Trying to run apt install on the containers usually fails to find any packages, I tried apt update and apt upgrade but then apt breaks, stating it cant find the proper glibcxx ... at runtime. Is there any way to be able to use apt alongside the Spack environment here?
The text was updated successfully, but these errors were encountered:
@mdavis36 checking in again - would you be interested in us maintaining strictly ubuntu bases? This would be fairly easy to do, and if so, what do you need in them?
Spheral supports external developers and many of them are running basic linux systems (so not building the world with spack). I'd like to be able to use the rse containers for testing different compiler versions, however we need a variety of packages from
apt
that we would often tell debian/ubuntu users to install.Trying to run
apt install
on the containers usually fails to find any packages, I triedapt update
andapt upgrade
but thenapt
breaks, stating it cant find the properglibcxx ...
at runtime. Is there any way to be able to useapt
alongside the Spack environment here?The text was updated successfully, but these errors were encountered: