ninja{-fortran}: make pkgs nonvirtual (fix #11628) (#11629)

This commit is contained in:
Geoffrey Oxberry 2019-06-10 09:53:30 -07:00 committed by Chuck Atkins
parent c98190a6ec
commit a52ed34fa4
3 changed files with 0 additions and 6 deletions

View file

@ -36,8 +36,6 @@ packages:
mpe: [mpe2] mpe: [mpe2]
mpi: [openmpi, mpich] mpi: [openmpi, mpich]
mysql-client: [mysql, mariadb-c-client] mysql-client: [mysql, mariadb-c-client]
ninja: [ninja, ninja-fortran]
ninja-fortran: [ninja-fortran, ninja@kitware]
opencl: [pocl] opencl: [pocl]
openfoam: [openfoam-com, openfoam-org, foam-extend] openfoam: [openfoam-com, openfoam-org, foam-extend]
pil: [py-pillow] pil: [py-pillow]

View file

@ -27,8 +27,6 @@ class NinjaFortran(Package):
depends_on('python', type='build') depends_on('python', type='build')
provides('ninja')
phases = ['configure', 'install'] phases = ['configure', 'install']
def url_for_version(self, version): def url_for_version(self, version):

View file

@ -24,8 +24,6 @@ class Ninja(Package):
depends_on('python', type='build') depends_on('python', type='build')
provides('ninja-fortran', when='@kitware')
phases = ['configure', 'install'] phases = ['configure', 'install']
def configure(self, spec, prefix): def configure(self, spec, prefix):