summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-24Add dynamic search option for package sources (#2270)scheibelp4-8/+70
Package provides a 'list_url' attribute which may be searched to find download links. #1822 created a slowdown for all tests by always searching this URL. This reenables dynamic search only in cases where all other fetchers fail. This also only enables dynamic search when 'mirror_only' is set to false.
2016-11-24Updated version - r-lattice (#2410)Javier1-2/+2
2016-11-24New package - r-testit (#2409)Javier1-0/+43
2016-11-24New package - r-highr (#2408)Javier1-0/+44
2016-11-24New package - r-knitr (#2407)Javier1-0/+52
2016-11-24New package - r-gistr (#2406)Javier1-0/+55
2016-11-24New package - r-formatr (#2405)Javier1-0/+51
* New package - r-formatr * Block comment should start with '# '
2016-11-24New package - r-evaluate (#2404)Javier1-0/+46
2016-11-23added qt variants for pyqt to build (#2389)Gregory Lee2-2/+3
2016-11-23Updating SuperLU package file with ability to build version 4.3. (#2390)Jon Rood1-3/+74
* Updating SuperLU package file with ability to build version 4.3 (before they added cmake) with external blas or internal blas, and added capability to build the latest version 5.2.1 (with cmake) with internal blas. * Updating SuperLU package file with suggested changes, i.e. reorganizing installation methods based on version, adding cmake dependency when necessary, removing any use of internal blas, and also adding fpic variant. * Fixing flake8 failures.
2016-11-23Adding R library r-bitops (#2382)Javier0-0/+0
2016-11-23Fix indentation for newly created packages (#2391)Adam J. Stewart1-9/+9
2016-11-23New package - r-catools (#2394)Javier1-0/+47
* New package - r-catools * Splitting lines to pass flake8 travis test
2016-11-23New package - r-partykit (#2395)Javier1-0/+52
* New package - r-partykit * Splitting lines to pass flake8 travis test
2016-11-23New package - r-formula (#2396)Javier1-0/+43
2016-11-23New package - r-deoptim (#2397)Javier1-0/+43
2016-11-23New package - r-c50 (#2393)Javier2-0/+86
* Adding R library r-bitops * New package - r-c50
2016-11-23New package yaml-cpp (#2399)Jon Rood1-0/+49
* Adding new package for yaml-cpp. * Removing gcc specific c++11 flag. Adding fpic variant. Fixing formatting.
2016-11-22Update flex package url's and versions (#2384)Matthew Scott Krafczyk1-12/+21
* Update flex package url's and versions The old sourceforge page for flex is now defunct. While version 2.6.0 still downloads fine, later versions are no longer hosted there. Development continues on github. I've adjusted urls to point to this new location. In addition, from 2.6.0 onwards, a new naming scheme for releases seems to have been adopted. I've created a url_for_version function to sort this out. * Change flex to an AutotoolsPackage Also move the url_for_version function to the end of the package definition. * Implement the autoreconf function for flex
2016-11-22Update external distro package to 1.0.1 (#2381)Adam J. Stewart1-60/+92
2016-11-22Forgot http:// in tutorial link.Todd Gamblin1-1/+1
2016-11-22Fix broken doc links.Todd Gamblin6-9/+10
2016-11-21Merge pull request #2291 from ax3l/topic-icetbecker331-0/+47
Packages: Add IceT
2016-11-21Merge pull request #2343 from krafczyk/features/better_diagnosticsbecker332-2/+42
Improve diagnostics to ease debugging
2016-11-21Merge pull request #2376 from aprokop/misprint_fixbecker331-1/+1
llvm-lld: minor misprint fix
2016-11-21llvm-lld: minor misprint fixAndrey Prokopenko1-1/+1
2016-11-17Improve stacktrace printingMatthew Krafczyk1-3/+5
Sometimes files in the stacktrace are not from spack. Remove these files before finding the spack root.
2016-11-16Use better scheme for getting root directoryMatthew Krafczyk1-3/+7
2016-11-16Fix some formatting errors caught by flake8.Matthew Krafczyk1-6/+7
2016-11-16-s now includes the file and line number with infoMatthew Krafczyk2-2/+35
The option -s now causes file and line number information to be printed along with any invocation of msg, info, etc... This will greatly ease debugging.
2016-11-16python: symlink lib64/python2.7/lib-dynload/ to lib/python2.7/lib-dynload/ ↵Denis Davydov1-0/+19
(#2295)
2016-11-15Move tutorial slides to external link and stop using git LFS (#2341)Todd Gamblin3-3/+2
- Seems like older git versions won't be able to clone an LFS repo. - Reverting to an external link for the slides to avoid storing an 8MB file in the repo and to avoid using git LFS.
2016-11-14Add tutorial link to READMETodd Gamblin1-0/+3
2016-11-14Add SC16 tutorial to the Spack docs. (#2334)Todd Gamblin13-17/+64
2016-11-14Add SC16 tutorial to the Spack docs.Todd Gamblin13-17/+64
2016-11-14Merge pull request #1547 from citibeth/efischer/160816-PyPathspecbecker331-0/+41
py-pathspec: New package
2016-11-13Add Package: IceTAxel Huebl1-0/+47
Adds the IceT compositing library from Sandia/Kitware. Most default functionality needed for image compositing is added, OpenGL acceleration for very large displays is disabled. Downstream usage: most VTK based software which supports parallel image compositing, such as VisIt, Paraview and in our use-case [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac).
2016-11-13Edited/fixed basic usage tutorial (#2329)becker331-69/+79
* Colify compiler output * Edited/fixed basic usage tutorial * fix console spacing.
2016-11-13fake install: mock include directory (#2294)Massimiliano Culpo1-0/+1
2016-11-13install: fixed choices for `--only` (removed the default) fixes #2303 (#2308)Massimiliano Culpo1-1/+1
2016-11-12Force the recipe for Lua to use the spack compiler. (#2299)Kelly Thompson1-2/+4
* Force the recipe for Lua to use the spack compiler. I'm not sure how the old recipe worked for anyone. The Lua Makefiles set `CC=gcc` and for my spack environment the first `gcc` found in my `PATH` is `$SPACK_ROOT/lib/spack/env/gcc`, which is a directory. This caused the build to fail. My change drops the `-std=gnu99`, but this option doesn't appear to be required for a sucessful build. * Preserve the '-std=gnu99' compile option.
2016-11-12Simplify the CMake build to make it more robust. (#2325)Elizabeth Fischer1-1/+1
* Simplify the CMake build to make it more robust. * ncurses on by default.
2016-11-12Remove automake dep in libelf. (#2328)Todd Gamblin1-1/+0
2016-11-12Basic usage step-by-step tutorialGregory Becker4-3/+1247
2016-11-12Add packaging tutorial to docs (#2315)Matthew LeGendre8-5/+651
* Add packaging tutorial to docs * packaging tutorial: formatting
2016-11-10Add VizGlow package (#2298)Adam J. Stewart1-0/+58
2016-11-10Packages: Add Jansson (#2287)Axel Huebl1-0/+37
This adds the built recipe for [Jansson](http://www.digip.org/jansson/), *a C library for encoding, decoding and manipulating JSON data.* GitHub Repo: https://github.com/akheron/jansson Downstream Usage: In [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac) which is an *in situ visualization library* based on [alpaka](https://github.com/ComputationalRadiationPhysics/alpaka) and/or CUDA which is used in [PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu).
2016-11-10tree: use Spack's compiler and fix installation on macOS (#2293)Denis Davydov1-5/+22
2016-11-10Packages: Add libwebsockets (#2288)Axel Huebl1-0/+40
This adds the built recipe for [libwebsockets](https://libwebsockets.org/lws-api-doc-master/html/index.html), a *C library for lightweight websocket clients and servers*. GitHub Repo: https://github.com/warmcat/libwebsockets Downstream Usage: In [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac) which is an *in situ visualization library* based on [alpaka](https://github.com/ComputationalRadiationPhysics/alpaka) and/or CUDA which is used in [PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu).
2016-11-10Run HDF 5 tests post-installation (#2297)Adam J. Stewart1-2/+2