Skip to content

Commit

Permalink
ninja{-fortran}: make pkgs nonvirtual (fix spack#11628) (spack#11629)
Browse files Browse the repository at this point in the history
  • Loading branch information
goxberry authored and Chuck Atkins committed Jun 10, 2019
1 parent c98190a commit a52ed34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions etc/spack/defaults/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ packages:
mpe: [mpe2]
mpi: [openmpi, mpich]
mysql-client: [mysql, mariadb-c-client]
ninja: [ninja, ninja-fortran]
ninja-fortran: [ninja-fortran, ninja@kitware]
opencl: [pocl]
openfoam: [openfoam-com, openfoam-org, foam-extend]
pil: [py-pillow]
Expand Down
2 changes: 0 additions & 2 deletions var/spack/repos/builtin/packages/ninja-fortran/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class NinjaFortran(Package):

depends_on('python', type='build')

provides('ninja')

phases = ['configure', 'install']

def url_for_version(self, version):
Expand Down
2 changes: 0 additions & 2 deletions var/spack/repos/builtin/packages/ninja/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class Ninja(Package):

depends_on('python', type='build')

provides('ninja-fortran', when='@kitware')

phases = ['configure', 'install']

def configure(self, spec, prefix):
Expand Down

0 comments on commit a52ed34

Please sign in to comment.