summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-06-14Correct Blosc install on DarwinErik Schnetter2-28/+153
2016-06-14Add packages c-blosc and hdf5-bloscErik Schnetter2-0/+124
c-blosc provides the Blosc compression filter, and hdf5-blosc provides a plugin for HDF5 to use that filter.
2016-06-13Fix flake8 error.Glenn Johnson1-1/+1
2016-06-13New package - r-foreignGlenn Johnson1-0/+43
2016-06-13Add list_url for older versions.Glenn Johnson1-0/+1
2016-06-13New package - r-xlsxjarsGlenn Johnson1-0/+44
2016-06-13New package - r-xlsxGlenn Johnson1-0/+45
2016-06-13New package - r-XLConnectGlenn Johnson1-0/+45
2016-06-13New package - r-XLConnectJarsGlenn Johnson1-0/+42
2016-06-13Do not need to depend on jdk here because R itself does.Glenn Johnson1-2/+0
2016-06-13New package - rJavaGlenn Johnson1-0/+44
2016-06-13Use https for githubDavid Boehme1-1/+1
2016-06-12New package - r-RSQLiteGlenn Johnson1-0/+45
2016-06-12New package - r-RPostgreSQLGlenn Johnson1-0/+52
2016-06-12New package - r-RODBCGlenn Johnson1-0/+43
2016-06-12New package - r-RMySQLGlenn Johnson1-0/+44
2016-06-12New package - rDBIGlenn Johnson1-0/+43
2016-06-12New package - mariadbGlenn Johnson1-0/+59
2016-06-12New package - unixODBCGlenn Johnson1-0/+42
2016-06-12New package - libaioGlenn Johnson1-0/+43
2016-06-12Ran through autopep8 and cleaned up.Glenn Johnson1-5/+6
2016-06-12Add version 9.5.3 and add readline as a dependency.Glenn Johnson1-1/+3
2016-06-12Run binutils/package.py through autopep8.Glenn Johnson1-4/+7
2016-06-12Patch binutilsGlenn Johnson2-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-12Update formatting to meet code style requirements.Kelly (KT) Thompson1-80/+113
2016-06-12Make Boost an optional feature of Trilinos.Kelly (KT) Thompson1-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-12Merge pull request #1026 from epfl-scitas/packages/lmodTom Scogland3-12/+74
lmod : updated package and dependencies
2016-06-11Make quotations in variables consistent.Glenn Johnson1-2/+2
2016-06-11Add list_url for old versions.Glenn Johnson13-13/+26
2016-06-11Do not pass "/usr" or "/usr/local" as path to configureErik Schnetter1-1/+1
2016-06-11Add list_url for older versions.Glenn Johnson1-1/+2
2016-06-10CMake knows how to create PICAdam J. Stewart1-2/+1
2016-06-09Fix style issues.Kelly (KT) Thompson1-3/+5
2016-06-09Package serf also depends on zlib.Kelly (KT) Thompson1-2/+5
+ Add zlib as a required dependency. + Point scons build system to the spack provided zlib installation.
2016-06-08Add additional blank line for flake8Orion Poplawski1-0/+1
2016-06-08Add patch to compile pcre with Intel 16.0.3 compilerOrion Poplawski2-0/+14
2016-06-08Add Armadillo and SuperLU packagesAdam J. Stewart3-16/+146
2016-06-08Fixed flake8 formatting problemsJames Riley Wynne III1-35/+39
2016-06-08Fixes issue #438James Riley Wynne III1-0/+5
2016-06-08Missing file to patch mumpsNicolas Richart1-0/+119
2016-06-08qa : fixed flake8 issuesalalazo3-12/+20
2016-06-08lmod : fixed issues with LUA_PATH during installationalalazo1-2/+8
2016-06-08lmod : updated package and dependenciesalalazo3-10/+58
2016-06-08bug fix in the +mpi caseNicolas Richart1-14/+15
2016-06-08Cleaning flake warnings in mumps packageNicolas Richart1-31/+44
2016-06-08Corrected the shared libraries and tests in mumps packageNicolas Richart1-42/+50
2016-06-07Fix flake8 error.Glenn Johnson1-2/+2
2016-06-07Fix flake8 errorsGlenn Johnson13-26/+26
2016-06-07new package: r-devtoolsGlenn Johnson13-0/+601
This PR brings in the R devtools package and it dependencies.
2016-06-07flake8 fixesGreg Lee1-1/+1