Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/Stanford/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN yum install -y \
# xz \
unzip \
bzip2 \
gnupg \
&& pip3 install virtualenv

# Set locale to bypass ascii codec decode error
Expand Down
1 change: 1 addition & 0 deletions docker/TotalEnergies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN yum install --disablerepo=intel-mkl-repo -y \
# xz \
unzip \
bzip2 \
gnupg2 \
&& pip3 install virtualenv

# Install clingo for Spack
Expand Down
1 change: 1 addition & 0 deletions docker/TotalEnergies/Pangea3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN dnf clean all && \
gettext-devel \
libtool \
bzip2 \
gnupg2 \
unzip

# All the environment variables defined in this Dockerfile
Expand Down
1 change: 1 addition & 0 deletions docker/TotalEnergies/pecan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN yum install -y \
gcc-c++ \
wget \
bzip2 \
gnupg \
zlib-devel

WORKDIR /tmp/src
Expand Down
43 changes: 5 additions & 38 deletions docker/pangea-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ spack:
# Regular TPLs do not need views
view: false

# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml

compilers::
- compiler:
spec: gcc@=9.4.0
Expand All @@ -38,44 +43,6 @@ spack:
lapack: [openblas]
mpi: [openmpi]


# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"

hypre:
require: "@git.907a2d07b64fe47bdde4540c54665c83ced83a2c"

# v2025.0.3.0
chai:
require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"

# v2025.0.3.0
umpire:
require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"

# v2025.0.3.0
raja:
require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"

# v2025.0.3.0
camp:
require: "@git.ee0a3069a7ae72da8bcea63c06260fad34901d43=main"

# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"

# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"

uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"

superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"

autoconf:
externals:
- spec: autoconf@2.69
Expand Down
43 changes: 5 additions & 38 deletions docker/pecan-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ spack:
# Regular TPLs do not need views
view: false

# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml

compilers::
# Pecan CPU/GPU compiler
- compiler:
Expand All @@ -38,44 +43,6 @@ spack:
lapack: [intel-mkl]
mpi: [openmpi]


# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"

hypre:
require: "@git.907a2d07b64fe47bdde4540c54665c83ced83a2c"

# v2025.0.3.0
chai:
require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"

# v2025.0.3.0
umpire:
require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"

# v2025.0.3.0
raja:
require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"

# v2025.0.3.0
camp:
require: "@git.ee0a3069a7ae72da8bcea63c06260fad34901d43=main"

# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"

# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"

uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"

superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"

autoconf:
version: [2.71]
buildable: false
Expand Down
43 changes: 5 additions & 38 deletions docker/rocky-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ spack:
# Regular TPLs do not need views
view: false

# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml

compilers::
- compiler:
extra_rpaths: []
Expand Down Expand Up @@ -51,44 +56,6 @@ spack:
lapack: [netlib-lapack]
mpi: [openmpi]


# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"

hypre:
require: "@git.907a2d07b64fe47bdde4540c54665c83ced83a2c"

# v2025.0.3.0
chai:
require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"

# v2025.0.3.0
umpire:
require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"

# v2025.0.3.0
raja:
require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"

# v2025.0.3.0
camp:
require: "@git.ee0a3069a7ae72da8bcea63c06260fad34901d43=main"

# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"

# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"

uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"

superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"

autoconf:
version: [2.71]
buildable: false
Expand Down
44 changes: 6 additions & 38 deletions docker/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ spack:
# Regular TPLs do not need views
view: false

# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml


compilers::
- compiler:
extra_rpaths: []
Expand Down Expand Up @@ -117,44 +123,6 @@ spack:
lapack: [netlib-lapack]
mpi: [openmpi]


# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"

hypre:
require: "@git.907a2d07b64fe47bdde4540c54665c83ced83a2c"

# v2025.0.3.0
chai:
require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"

# v2025.0.3.0
umpire:
require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"

# v2025.0.3.0
raja:
require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"

# v2025.0.3.0
camp:
require: "@git.ee0a3069a7ae72da8bcea63c06260fad34901d43=main"

# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"

# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"

uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"

superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"

autoconf:
version: [2.71]
buildable: false
Expand Down
42 changes: 5 additions & 37 deletions docker/stanford-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ spack:
# Regular TPLs do not need views
view: false

# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml

compilers::
# Sherlock CPU/GPU Compiler (centos7 x86_64)
- compiler:
Expand All @@ -39,43 +44,6 @@ spack:
blas: [openblas]
lapack: [openblas]

# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"

hypre:
require: "@git.907a2d07b64fe47bdde4540c54665c83ced83a2c"

# v2025.0.3.0
chai:
require: "@git.4b9060b18b9bec1167026cfb3132bd540c4bd56b=develop"

# v2025.0.3.0
umpire:
require: "@git.1ed0669c57f041baa1f1070693991c3a7a43e7ee=develop"

# v2025.0.3.0
raja:
require: "@git.1d70abf171474d331f1409908bdf1b1c3fe19222=develop"

# v2025.0.3.0
camp:
require: "@git.ee0a3069a7ae72da8bcea63c06260fad34901d43=main"

# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"

# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"

uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"

superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"

autoconf:
buildable: false
externals:
Expand Down
1 change: 1 addition & 0 deletions docker/tpl-centos-gcc-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN yum -y install \
# xz \
unzip \
bzip2 \
gnupg \
&& pip3 install virtualenv

# Install clingo for Spack
Expand Down
1 change: 1 addition & 0 deletions docker/tpl-rockylinux-clang-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN dnf clean all && \
unzip \
mpfr-devel \
bzip2 \
gnupg \
xz \
python3-virtualenv

Expand Down
1 change: 1 addition & 0 deletions docker/tpl-rockylinux-gcc-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN dnf clean all && \
unzip \
mpfr-devel \
bzip2 \
gnupg \
xz \
python3-virtualenv

Expand Down
2 changes: 2 additions & 0 deletions docker/tpl-ubuntu-clang-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime && \
unzip \
libmpfr-dev \
lbzip2 \
bzip2 \
gnupg \
virtualenv

# Install clingo for Spack
Expand Down
2 changes: 2 additions & 0 deletions docker/tpl-ubuntu-clang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
unzip \
libmpfr-dev \
lbzip2 \
bzip2 \
gnupg \
virtualenv

# Install clingo for Spack
Expand Down
2 changes: 2 additions & 0 deletions docker/tpl-ubuntu-gcc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
unzip \
libmpfr-dev \
lbzip2 \
bzip2 \
gnupg \
virtualenv

# Install clingo for Spack
Expand Down
8 changes: 4 additions & 4 deletions scripts/setupLC-TPL-uberenv.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ fi

echo "Building all LC TPLs from $GEOS_BRANCH to be installed at $INSTALL_DIR..."

./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-12 "%gcc@12.1.1 +docs" "salloc -N 1 -n 1 -t 150 -A vortex" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-12noAVX "%gcc@12noAVX +docs" "salloc -N 1 -n 1 -t 150 -A vortex" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-13 "%gcc@13.3.1 +docs" "salloc -N 1 -n 1 -t 150 -A vortex" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane clang-14 "%clang@14.0.6 +docs" "salloc -N 1 -n 1 -t 150 -A vortex" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-12 "%gcc@12.1.1 +docs" "salloc -n 112 --exclusive -p pdebug" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-12noAVX "%gcc@12noAVX +docs" "salloc -n 112 --exclusive -p pdebug" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane gcc-13 "%gcc@13.3.1 +docs" "salloc -n 112 --exclusive -p pdebug" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR dane clang-14 "%clang@14.0.6 +docs" "salloc -n 112 --exclusive -p pdebug" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR lassen gcc-8-cuda-11 "%gcc@8.3.1+cuda~uncrustify cuda_arch=70 ^cuda@11.8.0+allow-unsupported-compilers" "lalloc 1 -W 150" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR lassen gcc-12-cuda-12 "%gcc@12.2.1+cuda~uncrustify cuda_arch=70 ^cuda@12.2.2+allow-unsupported-compilers" "lalloc 1 -W 150" $@ &
./scripts/setupLC-TPL-uberenv-helper.bash $INSTALL_DIR lassen clang-13-cuda-11 "%clang@13.0.1+cuda~uncrustify cuda_arch=70 ^cuda@11.8.0+allow-unsupported-compilers" "lalloc 1 -W 150" $@ &
Expand Down
Loading