Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-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 | 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 | 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 | Merge pull request #1350 from adamjstewart/fixes/openssl | Todd Gamblin | 1 | -1/+1 | |
Fix OpenSSL url_for_version | |||||
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 | 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 | |||||
2016-07-25 | Merge pull request #1351 from glennpj/r_htmlwidgets | becker33 | 30 | -0/+1359 | |
New packages - R htmlwidgets | |||||
2016-07-25 | Add py-setuptools as dependency | Glenn Johnson | 4 | -0/+4 | |
With the addition of dependency types and with `py-setuptools` set as type='build' there are more packages that need to have `py-setuptools` added as a dependency. This PR adds that dependency for the following packages: - py-h5py - py-networkx - py-pytables - py-scikit-image | |||||
2016-07-24 | r-curl update and chaged remote archive | Glenn Johnson | 1 | -1/+2 | |
This updates to the 1.0 version of r-curl. The remote archive directory name also changed so change that here as well. | |||||
2016-07-24 | New packages - R htmlwidgets | Glenn Johnson | 30 | -0/+1359 | |
2016-07-24 | New package - r-googlevis | Glenn Johnson | 1 | -0/+47 | |
2016-07-24 | Fix OpenSSL url_for_version | Adam J. Stewart | 1 | -1/+1 | |
2016-07-23 | Add dependency type tp r- packages | Glenn Johnson | 29 | -93/+95 | |
This PR adds the `nolink` dependency type to r- package dependencies. This is needed due to the new dependency types in Spack. A couple of packages were updated with new versions as well. | |||||
2016-07-22 | do not ignore nosetests script in py-nose | Greg Lee | 1 | -1/+1 | |
2016-07-22 | R extension dependencies with compiler wrapper | Glenn Johnson | 1 | -15/+25 | |
This commit introduces a mechanism to insure that R package dependencies are built with the Spack compiler wrapper. A copy of Makeconf is made before `filter_compilers` is called. This is then pointed to by the R_MAKEVARS_SITE environment variable set up in `setup_dependent_environment`. With this the normal compilers are used outside of spack and the spack wrapper compilers are used inside of spack. This commit also standardizes on the `join_path` call. It also sets the commented build command to reflect what is actually used with the newer string formatting. | |||||
2016-07-22 | Add CGNS package | Adam J. Stewart | 1 | -0/+73 | |
2016-07-22 | Merge pull request #950 from xjrc/packages/python | Todd Gamblin | 2 | -38/+43 | |
Enhancement Proposal: Make Python Spack Installs Ignore User Configuration | |||||
2016-07-22 | Adding temporary script that fixes all Python extensions w/ 'setup_py'. | Joseph Ciurej | 1 | -2/+5 | |
2016-07-22 | Improved the build flag construction code in the python install method. | Joseph Ciurej | 1 | -27/+7 | |
2016-07-22 | Fixed a bug that was causing Python installs to be affected by user config. | Joseph Ciurej | 1 | -9/+31 | |
2016-07-22 | Merge pull request #1336 from glennpj/rcase | Todd Gamblin | 9 | -11/+15 | |
Fix alpha case of dependencies for some r-packages | |||||
2016-07-21 | Merge pull request #1230 from hartzell/update-jdk | Todd Gamblin | 1 | -10/+10 | |
Add URL and md5 for jdk-8u92. | |||||
2016-07-21 | Fix alpha case of dependencies. | Glenn Johnson | 9 | -11/+15 | |
A while ago I was asked to convert packages to all lowercase. That was done but some dependencies did not get converted in the specification. This commit fixes that as well as a couple of urls that need to be made explicit and a missing dependency on jdk. | |||||
2016-07-21 | Merge pull request #1333 from LLNL/features/no-openssl-pinging | Todd Gamblin | 1 | -56/+9 | |
Remove remote website pinging from OpenSSL | |||||
2016-07-21 | Merge pull request #1334 from hartzell/add-gcc-5.4.0 | Todd Gamblin | 1 | -0/+1 | |
Update gcc package with info about gcc-5.4.0 |