Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-12 | New package - rDBI | Glenn Johnson | 1 | -0/+43 | |
2016-06-12 | New package - mariadb | Glenn Johnson | 1 | -0/+59 | |
2016-06-12 | New package - unixODBC | Glenn Johnson | 1 | -0/+42 | |
2016-06-12 | New package - libaio | Glenn Johnson | 1 | -0/+43 | |
2016-06-12 | Ran through autopep8 and cleaned up. | Glenn Johnson | 1 | -5/+6 | |
2016-06-12 | Add version 9.5.3 and add readline as a dependency. | Glenn Johnson | 1 | -1/+3 | |
2016-06-12 | Run binutils/package.py through autopep8. | Glenn Johnson | 1 | -4/+7 | |
2016-06-12 | Patch binutils | Glenn Johnson | 2 | -0/+105 | |
This commit adds a patch to update symbol versions from linker scripts. This is seen with libmysqlclient.so which has to maintain compatibility across two versions. Only one can be the default. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=544ddf9322b1b83982e5cb84a54d084ee7e718ea | |||||
2016-06-12 | Update formatting to meet code style requirements. | Kelly (KT) Thompson | 1 | -80/+113 | |
2016-06-12 | Make Boost an optional feature of Trilinos. | Kelly (KT) Thompson | 1 | -4/+10 | |
I have been unable to build Boost with some toolset/platform combinations. The users I support don't need the Boost features in Trilinos, so I have been manually hacking trilinos/package.py to disable boost. I would like to propose that these changes be added to the released version. + Add boost as a variant, default to true so there is no change to existing behavior. + Move the CMake configure options related to Boost into a conditional block that is triggered by "if '+boost' in spec". | |||||
2016-06-12 | Merge pull request #1026 from epfl-scitas/packages/lmod | Tom Scogland | 5 | -155/+143 | |
lmod : updated package and dependencies | |||||
2016-06-12 | environment : added more logic to treat append and prepend path | Massimiliano Culpo | 3 | -27/+68 | |
2016-06-12 | qa : fixed flak8 checks | alalazo | 2 | -16/+46 | |
2016-06-12 | environment modules : added function to construct them from source files | alalazo | 4 | -2/+119 | |
2016-06-11 | Make quotations in variables consistent. | Glenn Johnson | 1 | -2/+2 | |
2016-06-11 | Add list_url for old versions. | Glenn Johnson | 13 | -13/+26 | |
2016-06-11 | Do not pass "/usr" or "/usr/local" as path to configure | Erik Schnetter | 1 | -1/+1 | |
2016-06-11 | Add list_url for older versions. | Glenn Johnson | 1 | -1/+2 | |
2016-06-11 | qa : fixed style and a bug reported by flake8 | alalazo | 1 | -45/+3 | |
lib/spack/spack/test/versions.py:313: [F811] redefinition of unused 'test_union_with_containment' from line 306 Flake8 found errors. | |||||
2016-06-11 | versions : added unit tests for the new properties | alalazo | 1 | -0/+8 | |
2016-06-10 | I made a hash of that minor merge | Gregory Becker | 5 | -131/+87 | |
Merge commit '4eeb' into features/newarch | |||||
2016-06-10 | changed compiler yaml format | Gregory Becker | 5 | -131/+87 | |
2016-06-10 | CMake knows how to create PIC | Adam J. Stewart | 1 | -2/+1 | |
2016-06-10 | Merge pull request #1020 from LLNL/bugfix/libdwarf_versions | Todd Gamblin | 1 | -4/+9 | |
put older versions back + version-specific dwarfdump dir | |||||
2016-06-09 | Fix style issues. | Kelly (KT) Thompson | 1 | -3/+5 | |
2016-06-09 | Package serf also depends on zlib. | Kelly (KT) Thompson | 1 | -2/+5 | |
+ Add zlib as a required dependency. + Point scons build system to the spack provided zlib installation. | |||||
2016-06-08 | Add quotes around file name | Erik Schnetter | 1 | -2/+2 | |
$input_log will expand to file names with special characters (e.g. "@"), thus bash requires quotes. | |||||
2016-06-08 | Add additional blank line for flake8 | Orion Poplawski | 1 | -0/+1 | |
2016-06-08 | Add patch to compile pcre with Intel 16.0.3 compiler | Orion Poplawski | 2 | -0/+14 | |
2016-06-08 | Also remove from external from bin/spack | Orion Poplawski | 1 | -1/+1 | |
2016-06-08 | Remove last two remaining from external imports | Orion Poplawski | 2 | -2/+2 | |
2016-06-08 | Add Armadillo and SuperLU packages | Adam J. Stewart | 3 | -16/+146 | |
2016-06-08 | Fixed flake8 formatting problems | James Riley Wynne III | 1 | -35/+39 | |
2016-06-08 | rename URLMirrorFetchStrategy to CacheURLFetchStrategy since it isnt used to ↵ | Peter Scheibel | 1 | -6/+5 | |
manage all mirror URLs - just the cache (the specific behavior that a URL may refer to a stale resource doesn't necessarily apply to mirrors) | |||||
2016-06-08 | Fixes issue #438 | James Riley Wynne III | 1 | -0/+5 | |
2016-06-08 | Missing file to patch mumps | Nicolas Richart | 1 | -0/+119 | |
2016-06-08 | qa : fixed flake8 issues | alalazo | 4 | -111/+68 | |
2016-06-08 | lmod : fixed issues with LUA_PATH during installation | alalazo | 1 | -2/+8 | |
2016-06-08 | lmod : updated package and dependencies | alalazo | 4 | -10/+69 | |
2016-06-08 | bug fix in the +mpi case | Nicolas Richart | 1 | -14/+15 | |
2016-06-08 | Cleaning flake warnings in mumps package | Nicolas Richart | 1 | -31/+44 | |
2016-06-08 | Corrected the shared libraries and tests in mumps package | Nicolas Richart | 1 | -42/+50 | |
2016-06-07 | Fix flake8 error. | Glenn Johnson | 1 | -2/+2 | |
2016-06-07 | Fix flake8 errors | Glenn Johnson | 13 | -26/+26 | |
2016-06-07 | new package: r-devtools | Glenn Johnson | 13 | -0/+601 | |
This PR brings in the R devtools package and it dependencies. | |||||
2016-06-07 | flake8 fixes | Greg Lee | 1 | -1/+1 | |
2016-06-07 | new package: r-packrat | Glenn Johnson | 1 | -0/+41 | |
Manage the R packages your project depends on in an isolated, portable, and reproducible way. https://github.com/rstudio/packrat/ | |||||
2016-06-07 | put older versions back + version-specific dwarfdump dir | Greg Lee | 1 | -3/+8 | |
2016-06-07 | (1) FsCache store now takes a fetcher vs. just a copy command (2) use [1] to ↵ | Peter Scheibel | 2 | -3/+15 | |
conditionally cache resource: only save it if there is a feature which identifies it uniquely (for example do not cache a repository if it pulls the latest state vs. a particular tag/commit) | |||||
2016-06-07 | Added to_dict back into operating system | Mario Melara | 1 | -1/+9 | |