summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qhull
AgeCommit message (Collapse)AuthorFilesLines
2016-10-23CMakePackage, AutotoolsPackage : added default behavior on checkalalazo1-3/+0
2016-10-22packages : moved decorators into AutotoolsPackage and CMakePackagealalazo1-2/+0
2016-09-04Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo2-51/+3
features/install_with_phases_rebase Conflicts: lib/spack/spack/build_environment.py lib/spack/spack/package.py var/spack/repos/builtin/packages/astyle/package.py var/spack/repos/builtin/packages/lzo/package.py var/spack/repos/builtin/packages/openjpeg/package.py var/spack/repos/builtin/packages/swiftsim/package.py
2016-08-11Fix cycler dependencies, update qhull version namesAdam J. Stewart2-50/+2
2016-08-11Matplotlib overhaulAdam J. Stewart1-1/+1
2016-08-11Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo1-1/+1
features/install_with_phases Conflicts: lib/spack/llnl/util/tty/log.py lib/spack/spack/__init__.py lib/spack/spack/cmd/install.py lib/spack/spack/cmd/setup.py lib/spack/spack/package.py var/spack/repos/builtin/packages/blitz/package.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/qhull/package.py var/spack/repos/builtin/packages/szip/package.py
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-1/+2
2016-07-15Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo1-1/+1
features/install_with_phases Conflicts: lib/spack/spack/__init__.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/openjpeg/package.py
2016-07-14deptypes: mark deptypes in packagesBen Boeckel1-1/+1
2016-07-13package.py : added CMakePackage, changed qhull, ibmisc, openjpeg to work as ↵alalazo1-6/+6
examples
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-02-10fixing qhull: seems that dependency on cmake is essential when it is usedLuigi Calori1-0/+2
2016-02-02Add latest qhull versionAdam J. Stewart1-7/+5
2016-01-19Merge branch 'mplegendre-multi_pkgsrc_roots' into developTodd Gamblin2-0/+75
- This moves var/spack/packages to var/spack/repos/builtin/packages. - Packages that did not exist in the source branch, or were changed in develop, were moved into var/spack/repos/builtin/packages as part of the integration. Conflicts: lib/spack/spack/test/unit_install.py var/spack/repos/builtin/packages/clang/package.py
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+27
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).