summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChris Green <greenc@fnal.gov>2019-03-26 13:19:07 -0500
committerPeter Scheibel <scheibel1@llnl.gov>2019-03-26 13:19:06 -0500
commit763549fe7c75a2cbed4080168383a12352b294c9 (patch)
tree9ef74aa0371b96b4f7838bd788fb2ad57e3988c6 /etc
parent1bd8c0c460709f915c04a68b408558159f08ce8b (diff)
downloadspack-763549fe7c75a2cbed4080168383a12352b294c9.tar.gz
spack-763549fe7c75a2cbed4080168383a12352b294c9.tar.bz2
spack-763549fe7c75a2cbed4080168383a12352b294c9.tar.xz
spack-763549fe7c75a2cbed4080168383a12352b294c9.zip
mysql: Support client-only, cxxstd and more versions (#10911)
* add cxxstd variant * add CMake constraints based on platform/version * add older versions * update boost dependency version constraints (which are closely tied to mysql version) and update boost cxxstd choice to be the same as the cxxstd chosen for mysql * add client-only support (including a patch for 5.5.x) * record the mysql package as a provider of the mysql-client virtual
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/packages.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml
index b72c83ec40..8475abb8a5 100644
--- a/etc/spack/defaults/packages.yaml
+++ b/etc/spack/defaults/packages.yaml
@@ -34,7 +34,7 @@ packages:
mkl: [intel-mkl]
mpe: [mpe2]
mpi: [openmpi, mpich]
- mysql-client: [mariadb-c-client]
+ mysql-client: [mysql, mariadb-c-client]
opencl: [pocl]
openfoam: [openfoam-com, openfoam-org, foam-extend]
pil: [py-pillow]