parent
c98190a6ec
commit
a52ed34fa4
3 changed files with 0 additions and 6 deletions
|
@ -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]
|
||||||
|
|
|
@ -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):
|
||||||
|
|
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue