package.py : added CMakePackage, changed qhull, ibmisc, openjpeg to work as examples

This commit is contained in:
alalazo
2016-07-13 17:36:06 +02:00
parent ad16830f71
commit 7cedd620f1
4 changed files with 161 additions and 125 deletions

View File

@@ -34,7 +34,7 @@ class Ibmisc(CMakePackage):
depends_on('cmake')
depends_on('doxygen')
def configure_args(self):
def cmake_args(self):
spec = self.spec
return [
'-DUSE_EVERYTRACE=%s' % ('YES' if '+everytrace' in spec else 'NO'),