summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomoki, Karatsu <49965247+t-karatsu@users.noreply.github.com>2020-03-17 19:31:31 +0900
committerGitHub <noreply@github.com>2020-03-17 10:31:31 +0000
commitc2e0ee63830c17493c9d025fa46251b806b0323f (patch)
tree04c057d18887013b823350aeab650b3e64b005ba
parent05d0c7b4776ceb3afa5cebdab31dd42b494764bd (diff)
downloadspack-c2e0ee63830c17493c9d025fa46251b806b0323f.tar.gz
spack-c2e0ee63830c17493c9d025fa46251b806b0323f.tar.bz2
spack-c2e0ee63830c17493c9d025fa46251b806b0323f.tar.xz
spack-c2e0ee63830c17493c9d025fa46251b806b0323f.zip
geant4: Removed unnecessary definition of xerces-c. (#15513)
-rw-r--r--var/spack/repos/builtin/packages/geant4/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/geant4/package.py b/var/spack/repos/builtin/packages/geant4/package.py
index 3c87ccdff6..f3bcb121f6 100644
--- a/var/spack/repos/builtin/packages/geant4/package.py
+++ b/var/spack/repos/builtin/packages/geant4/package.py
@@ -58,7 +58,6 @@ class Geant4(CMakePackage):
depends_on("expat")
depends_on("zlib")
- depends_on("xerces-c")
depends_on("gl", when='+opengl')
depends_on("glx", when='+opengl+x11')
depends_on("libx11", when='+x11')