Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-31 | New package - r-datatable | Glenn Johnson | 2 | -0/+87 | |
Extension of Data.frame | |||||
2016-07-30 | Merge pull request #1384 from epfl-scitas/qa/drop_flake8_python26 | Todd Gamblin | 2 | -11/+34 | |
qa : no flake8 on python 2.6, coveralls only on python 2.7 | |||||
2016-07-30 | Merge pull request #1396 from glennpj/r-quantmod | Todd Gamblin | 2 | -0/+90 | |
New package - r-quantmod | |||||
2016-07-30 | Merge pull request #1395 from glennpj/r-ggmap | Todd Gamblin | 8 | -0/+375 | |
New package - r-ggmap and dependencies | |||||
2016-07-30 | Merge pull request #1394 from glennpj/r-maps | Todd Gamblin | 1 | -0/+42 | |
New package - r-maps | |||||
2016-07-30 | Merge pull request #1393 from glennpj/r-maptools | Todd Gamblin | 1 | -0/+49 | |
New package - r-maptools | |||||
2016-07-30 | Merge pull request #1391 from glennpj/r-caret | Todd Gamblin | 1 | -0/+50 | |
New package - r-caret | |||||
2016-07-30 | Merge pull request #1390 from glennpj/r-glmnet | Todd Gamblin | 1 | -0/+49 | |
New package - r-glmnet | |||||
2016-07-30 | Merge pull request #1389 from glennpj/r-vcd | Todd Gamblin | 2 | -0/+95 | |
New package - r-vcd | |||||
2016-07-30 | Merge pull request #1388 from glennpj/r-multcomp | Todd Gamblin | 5 | -0/+226 | |
New package - r-multcomp | |||||
2016-07-30 | Merge pull request #1387 from glennpj/r-randomforest | Todd Gamblin | 1 | -0/+42 | |
New package r-randomforest | |||||
2016-07-30 | Merge pull request #1386 from glennpj/r-car | Todd Gamblin | 11 | -0/+510 | |
New package r-car | |||||
2016-07-30 | New package - r-quantmod | Glenn Johnson | 2 | -0/+90 | |
Qualitative Financial modelling framework. | |||||
2016-07-30 | New package - r-ggmap and dependencies | Glenn Johnson | 8 | -0/+375 | |
Spatial visualization with ggplot2 | |||||
2016-07-30 | New package - r-maps | Glenn Johnson | 1 | -0/+42 | |
Draw geographical maps. | |||||
2016-07-30 | New package - r-maptools | Glenn Johnson | 1 | -0/+49 | |
Tools for reading and handling spatial objects. | |||||
2016-07-30 | New package - r-caret | Glenn Johnson | 1 | -0/+50 | |
Classification and Regression Training | |||||
2016-07-30 | New package - r-glmnet | Glenn Johnson | 1 | -0/+49 | |
Lasso and Elastic-Net Regularized Generalized Linear Models | |||||
2016-07-30 | New package - r-vcd | Glenn Johnson | 2 | -0/+95 | |
Visualizing Categorical Data | |||||
2016-07-30 | New package - r-multcomp | Glenn Johnson | 5 | -0/+226 | |
Simultaneous Inference in General Parametric Models. | |||||
2016-07-30 | New package r-randomforest | Glenn Johnson | 1 | -0/+42 | |
Breiman and Cutler's Random Forests for Classification and Regression. | |||||
2016-07-30 | Have R extensions build in parallel. | Glenn Johnson | 1 | -0/+4 | |
Set `MAKEFLAGS` so R extensions can be built in parallel if that is set in spack. | |||||
2016-07-30 | New package r-car | Glenn Johnson | 11 | -0/+510 | |
Companion to Applied Regression. | |||||
2016-07-30 | qa : fixes #1370 (no flake8 on python 2.6, coveralls only python 2.7) | alalazo | 2 | -11/+34 | |
2016-07-30 | Invokes subshell without user init scripts. | Matt Belhorn | 1 | -1/+2 | |
2016-07-29 | Replaces technique for obtaining default back_end target. | Matt Belhorn | 1 | -8/+29 | |
New technique parses output of `module list` in clean login environment in order to let convoluted initialization scripts to work for us rather than against us as when trying to parse them directly. | |||||
2016-07-29 | Obtains default modules from a clean subshell. | Matt Belhorn | 1 | -8/+29 | |
The list of default environment modules is obtained by calling `module list -lt` from a subshell with a wiped environment. This allows `/etc/profile` and other init scripts to be fully sourced which should generally include loading the default modules. The list of default modules is then parsed for the first acceptable CPU target, assumed to be the back_end target. | |||||
2016-07-29 | GTK+3: Provide updates to package dependencies. | Kelly (KT) Thompson | 5 | -5/+49 | |
WIP: I started trying to build gtkplus@3.20, but this package has many more dependencies than v2 and it requires newer versions of existing packages. This commit provides updates for 5 packages that are required by GTK+3. This is not the complete set of changes required for GTK+3. atk - move default version from 2.14 -> 2.20. glib - move default version from 2.42 -> 2.49 - v2.49 requires pcre+utf as a new dependency. pcre - if variant +utf is selected, add '--enable-unicode-properties' to the configure options. libepoxy - new package to spack - manages OpenGL function pointers. pango - move default version from 1.36 -> 1.40 | |||||
2016-07-29 | mkl: flake8 fixes; minor docu update | Denis Davydov | 1 | -5/+5 | |
2016-07-29 | Use space characters to separate preferred variants from package name and ↵ | Paul Hopkins | 1 | -2/+2 | |
each other | |||||
2016-07-29 | trilinos: make sure hdf5 is picked up from Spack | Denis Davydov | 1 | -3/+10 | |
2016-07-29 | trilinos: fix lapack lib dir | Denis Davydov | 1 | -1/+1 | |
2016-07-29 | hypre: minor cleanup related to blas/lapack | Denis Davydov | 1 | -2/+2 | |
2016-07-29 | mkl: symlink libs to prefix.lib | Denis Davydov | 1 | -0/+8 | |
2016-07-28 | Merge pull request #1344 from LLNL/bugfix/py-nose-nosetests | Todd Gamblin | 1 | -1/+1 | |
do not ignore nosetests script in py-nose | |||||
2016-07-28 | Merge pull request #1331 from adamjstewart/fixes/mvapich2 | becker33 | 1 | -0/+1 | |
MVAPICH2 depends on libpciaccess | |||||
2016-07-27 | Merge pull request #1235 from davydden/pkg/p4est_run_tests | becker33 | 1 | -22/+18 | |
p4est: use run_tests instead of a variant | |||||
2016-07-27 | Merge pull request #1 from robertdfrench/olcf/unified_cray_platform | Matt Belhorn | 2 | -16/+18 | |
PEP8 Goodness | |||||
2016-07-27 | PEP8 Goodness | robertdfrench | 2 | -16/+18 | |
2016-07-27 | Front-end unification for Cray systems. | Matt Belhorn | 1 | -0/+87 | |
A platform to generically cover all Cray systems is introduced to avoid having specific platforms for each of XK (XE, XT), XC, and future systems using CrayPE and CNL. The platform searches for 'front_end' and 'back_end' targets, in order, from: * Environment variables 'SPACK_FRONT_END' and 'SPACK_BACK_END' * A spack configuration file 'targets.yaml' * Parsing `/etc/bash.bashrc.local` for first loaded CrayPE CPU target. If a back_end target is not found through one of these methods, an exception is raised. Otherwise, the back_end is set as the default target. The shell init script search is based on recommendations in Crayports case #144359. No automagic way of determining front_end targets has been found (to date) so if a front_end is not specified through configuration, it is ignored which should leave a spack instance in a consistant state. | |||||
2016-07-27 | Add package for tree | George Hartzell | 1 | -0/+46 | |
Add a package for [tree](http://mama.indstate.edu/users/ice/tree/). It has a Makefile that hardcodes a prefix and some CFLAGS. Used filter_file to: - set the make variable *prefix* to `prefix`; and - comment out their CFLAGS, just use ours.... It installs, runs on CentOS7, and uninstalls cleanly. | |||||
2016-07-27 | Adds __str__ method to CNL operating system class. | Matt Belhorn | 1 | -0/+2 | |
2016-07-27 | Adds targets config file | Matt Belhorn | 1 | -0/+13 | |
2016-07-27 | Merge pull request #1350 from adamjstewart/fixes/openssl | Todd Gamblin | 1 | -1/+1 | |
Fix OpenSSL url_for_version | |||||
2016-07-26 | modules : handle dashes in environment variables | alalazo | 1 | -1/+1 | |
2016-07-25 | intel parallel studio itac fixes | Greg Lee | 1 | -1/+7 | |
2016-07-25 | intel parallel studio setup mkl environment | Greg Lee | 1 | -0/+25 | |
2016-07-25 | Merge pull request #1353 from epfl-scitas/qa/minor_cleanup | becker33 | 2 | -53/+39 | |
qa : minor cleanup | |||||
2016-07-25 | Added libhio package | Samuel Knight | 1 | -0/+45 | |
2016-07-25 | Merge pull request #1352 from glennpj/r_googlevis | becker33 | 1 | -0/+47 | |
New package - r-googlevis |