summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSeth R. Johnson <johnsonsr@ornl.gov>2021-07-27 12:37:00 -0400
committerGitHub <noreply@github.com>2021-07-27 16:37:00 +0000
commit0a41d4ebb831ec11de83ba6a9e6eb7c65b4eb9b5 (patch)
tree057aafcac9a469c39bb4ccc01083deac33064c4a /etc
parentca260a3d632eb3b3f50ea7ebd6c4a81a2237c34a (diff)
downloadspack-0a41d4ebb831ec11de83ba6a9e6eb7c65b4eb9b5.tar.gz
spack-0a41d4ebb831ec11de83ba6a9e6eb7c65b4eb9b5.tar.bz2
spack-0a41d4ebb831ec11de83ba6a9e6eb7c65b4eb9b5.tar.xz
spack-0a41d4ebb831ec11de83ba6a9e6eb7c65b4eb9b5.zip
pbs: new virtual package (#24568)
* pbs: new virtual package Some of our clusters have an older installation of libtorque and tm.h that are *not* from OpenPBS. Using the current openpbs dependency for openmpi causes concretization errors due to restrictions on older python and hwloc requirements that don't apply, even with an external non-buildable installation. The new 'torque' bundle package allows users to point to that external installation without problems. Detailed description of torque by Sergey Kosukhin <skosukhin@gmail.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/packages.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml
index 0a5e00ce08..aeed54fd08 100644
--- a/etc/spack/defaults/packages.yaml
+++ b/etc/spack/defaults/packages.yaml
@@ -43,6 +43,7 @@ packages:
opencl: [pocl]
onedal: [intel-oneapi-dal]
osmesa: [mesa+osmesa, mesa18+osmesa]
+ pbs: [openpbs, torque]
pil: [py-pillow]
pkgconfig: [pkgconf, pkg-config]
rpc: [libtirpc]