parent
c98190a6ec
commit
a52ed34fa4
3 changed files with 0 additions and 6 deletions
|
@ -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]
|
||||
|
|
|
@ -27,8 +27,6 @@ class NinjaFortran(Package):
|
|||
|
||||
depends_on('python', type='build')
|
||||
|
||||
provides('ninja')
|
||||
|
||||
phases = ['configure', 'install']
|
||||
|
||||
def url_for_version(self, version):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue