Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-24 | Last minute Qt bugfix. | Todd Gamblin | 1 | -4/+3 | |
2015-02-23 | Update packaging documentataion. | Todd Gamblin | 1 | -2/+0 | |
2015-02-18 | Added netcdf package support. | Saravan Pantham | 1 | -0/+28 | |
2015-02-18 | Fix for SPACK-46: cleanup spack clean, spack restage. | Todd Gamblin | 2 | -11/+0 | |
2015-02-18 | Resurrect combined qt4/5 package from b7dacb | Todd Gamblin | 1 | -36/+41 | |
2015-02-18 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 3 | -16/+27 | |
2015-02-18 | fixed deps for python packages | Gregory L. Lee | 2 | -0/+2 | |
2015-02-18 | llvm/clang version bump | Todd Gamblin | 2 | -11/+8 | |
2015-02-18 | Downgrade standard version of ImageMagick to a non-changing URL. | Todd Gamblin | 1 | -5/+19 | |
- bleeding edge still available but commented by default. | |||||
2015-02-17 | fixed install steps for version 4 | Gregory L. Lee | 1 | -19/+36 | |
2015-02-17 | Merge branch 'features/memaxes' into develop | Todd Gamblin | 20 | -6/+366 | |
Conflicts: var/spack/packages/libpng/package.py | |||||
2015-02-17 | take out dyninst 8.2 for now. | Todd Gamblin | 1 | -3/+4 | |
- doesn't build correctly with boost 1.55 | |||||
2015-02-17 | Merge branch 'features/python-modules' into develop | Todd Gamblin | 46 | -4/+947 | |
2015-02-17 | Ignore conflicting nose tests in py-nose and py-matplotlib. | Todd Gamblin | 2 | -2/+3 | |
2015-02-17 | Factor ignore logic into a predicate builder. | Todd Gamblin | 1 | -14/+11 | |
2015-02-16 | More py-setuptools dependencies added. | Todd Gamblin | 5 | -2/+6 | |
2015-02-16 | Add package-specific rpath back to shiboken and pyside. | Todd Gamblin | 2 | -4/+16 | |
2015-02-16 | Allow forced deactivation -- best effort unlinking | Todd Gamblin | 1 | -2/+3 | |
spack deactivate -f will unlink even if Spack thinks the package isn't enabled. Made deactivate routines idempotent. | |||||
2015-02-15 | Python package cleanup. | Todd Gamblin | 6 | -3/+32 | |
- Added a number of dependencies to python packages. - Python packages may still not build without some OS support. - Example: Numpy needs ATLAS, and will use a system ATLAS install. - Atlas requires turning off CPU throttling to build. - can't do this as a regular user -- how to build ATLAS with Spack - currnetly relying on a system ATLAS install. | |||||
2015-02-15 | Add libxslt, cleanup libxml2. | Todd Gamblin | 2 | -0/+27 | |
2015-02-15 | libgcrypt and libgpg-error packages. | Todd Gamblin | 2 | -0/+36 | |
2015-02-15 | qhull package. | Todd Gamblin | 1 | -0/+27 | |
2015-02-15 | Add Tcl/Tk packages. | Todd Gamblin | 2 | -0/+44 | |
2015-02-15 | Add R package. | Todd Gamblin | 1 | -0/+33 | |
2015-02-15 | Rename py-pyqt4 to py-pyqt. | Todd Gamblin | 2 | -4/+7 | |
2015-02-15 | Better time output on build completion. | Todd Gamblin | 1 | -5/+8 | |
2015-02-15 | py-sip installs properly into a prefix | Todd Gamblin | 2 | -3/+14 | |
2015-02-15 | Better extension activation/deactivation | Todd Gamblin | 1 | -8/+8 | |
2015-02-12 | Merge branch 'features/python-modules' into features/memaxes | Todd Gamblin | 10 | -19/+108 | |
Conflicts: var/spack/packages/qt/package.py | |||||
2015-02-09 | typo: Self -> self | Gregory L. Lee | 1 | -1/+1 | |
2015-02-09 | Python package improvements. | Todd Gamblin | 9 | -13/+90 | |
2015-02-09 | qt with hardware accelerated opengl working | Alfredo Gimenez | 3 | -2/+51 | |
2015-02-08 | setup_extension_environment is now setup_dependent_environment. | Todd Gamblin | 2 | -1/+7 | |
- other packages, like Qt, can now use this to set up relevant build variables and env vars for their dependencies. - not just extensions anymore. | |||||
2015-02-08 | Cleaned up python to remove redundant line. | Todd Gamblin | 1 | -5/+5 | |
2015-02-08 | mesa 8.0.5 working | Alfredo Gimenez | 3 | -10/+24 | |
2015-02-08 | older mesa for 2.6 kernel (not workin yet) | Alfredo Gimenez | 2 | -42/+4 | |
2015-02-07 | mesa and systemd (systemd not working yet) | Alfredo Gimenez | 2 | -0/+64 | |
2015-02-07 | util-linux added | Alfredo Gimenez | 2 | -5/+20 | |
2015-02-06 | more mesa dependencies | Alfredo Gimenez | 5 | -0/+88 | |
2015-02-06 | flex and bison | Alfredo Gimenez | 2 | -0/+32 | |
2015-02-06 | py-mako and fix for setup-env.sh | Alfredo Gimenez | 1 | -0/+16 | |
2015-02-06 | add dependent packages to PYTHONPATH for build | Gregory L. Lee | 1 | -0/+5 | |
2015-02-06 | merge with python-modules | Alfredo Gimenez | 40 | -48/+735 | |
2015-02-06 | Fix libpng to use a better URL | Todd Gamblin | 1 | -2/+3 | |
Sourceforge URLs like this eventually die when the libpng version is bumped: http://sourceforge.net/projects/libpng/files/libpng16/1.6.14/libpng-1.6.14.tar.gz/download But ones like this give you a "permanently moved", which curl -L will follow: http://download.sourceforge.net/libpng/libpng-1.6.16.tar.gz | |||||
2015-02-02 | Add extensions command. | Todd Gamblin | 2 | -5/+73 | |
2015-02-02 | added more Python modules | Gregory L. Lee | 7 | -2/+64 | |
2015-02-02 | added more Python modules | Gregory L. Lee | 15 | -2/+212 | |
2015-02-02 | Ability to ignore files in activate/deactivate for extensions. | Todd Gamblin | 2 | -8/+13 | |
2015-02-02 | Add arguements to extends() and activate/deactivate. | Todd Gamblin | 1 | -2/+30 | |
2015-02-02 | added several modules | Gregory L. Lee | 14 | -0/+204 | |