summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28add missing zeromq dependency to r-rzmq (#2425)hegner1-0/+2
2016-11-28New package - r-pryr (#2424)Javier1-0/+46
2016-11-28New package - r-uuid (#2423)Javier1-0/+43
2016-11-28New package - r-rmarkdown (#2422)Javier1-0/+50
2016-11-28New package - r-repr (#2421)Javier1-0/+43
2016-11-28hdf5: fix for lib64 installation (#2349)Denis Davydov1-1/+3
2016-11-26scotch: fix compilation on macOS (#2326)Denis Davydov1-9/+26
2016-11-26New package - r-rinside (#2416)Javier1-0/+57
* New package - r-rinside * Changes to pass flake8 test
2016-11-26New package - r-rsnns (#2415)Javier1-0/+50
2016-11-26New package - r-rzmq (#2414)Javier1-0/+42
* New package - r-rzmq * Adding homepage
2016-11-26New package - r-irdisplay (#2413)Javier1-0/+45
2016-11-26New package - r-hexbin (#2412)Javier1-0/+45
2016-11-24netcdf: multiple improvements (#2377)Andrey Prokopenko1-15/+43
- Added 'dap' and 'cdmremote' variants This is based on work in #2324 with the following motivation: Turn off DAP support by deafult. DAP requires curl, which has issues with circular dependencies. For 95% of NetCDF users that do not need DAP, turning it off avoides this rats nest of problems. - Added 'parallel-netcdf' variant To support work with parallel-netcdf - Added 'shared' and 'static' build separation
2016-11-24Bugfix/update go packages (#2369)George Hartzell4-8/+49
* Update go-bootstrap package The last C based Go src tree was the 1.4 series. For a while they were cutting new releases so that people could bootstrap from a C only system. Now they're recommending that you either use the release-1.4 branch or that you use a date-stamped tarball that they'll produce on an as-needed basis. There are several issues that keep 1.4.2 from building on a CentOS 7 system. I've switched to the date based tarball. The cgo bits were also mis-behaving, but they're not needed for the bootstrapping task so I've set an environment variable that disables them. Details [on the install-from-source page](https://golang.org/doc/install/source#go14) and these issues: - https://github.com/golang/go/issues/17545 - https://github.com/golang/go/issues/16352. * Update go package Switched from pulling from the git repository to using the source tarballs and added digest values. Added support for 1.7.3, continued supporting 1.6.2, including patches for a couple of problems (details in [17545](https://github.com/golang/go/issues/17545) and [17986](https://github.com/golang/go/issues/17986). Dropped support for 1.5.4 and 1.4.2 because they no longer pass their tests and the patches above to not apply.
2016-11-24Adding pic_flag property to compilers (#2375)Andrey Prokopenko6-0/+24
Different compilers have different flags for PIC (position-independent code). This patch provides a common ground to accessing it inside specs. See discussions in #508 and #2373. This patch does not address the issue of mixed compilers as mentioned in #508.
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-18intel-parallel-studio: fix location of MKL libsGlenn Johnson1-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