summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09petsc : added variants and logic to build various flavorsalalazo1-23/+69
2016-03-08Avoid race in pango's `make install`, set parallel=FalseTodd Gamblin1-1/+1
2016-03-07Merge pull request #486 from RemoteConnectionManager/paraview_fixTodd Gamblin1-3/+10
Paraview new version
2016-03-07Merge pull request #491 from citibeth/efischer/160229-NewPackages-2Todd Gamblin6-12/+84
(2) New packages added: blitz, netcdf-cxx4, netcdf-fortran, proj, udunits2
2016-03-06Update OpenSSL to 1.0.2gErik Schnetter1-0/+1
2016-03-05Fixed URLscitibeth3-5/+2
Removed vestigal mpi variant in netcdf-fortran
2016-03-05Merge branch 'adamjstewart-features/libsigsegv' into developTodd Gamblin2-1/+26
2016-03-05Minor tweaks to m4 -- be sure to add sigsegv args explicitly.Todd Gamblin1-1/+7
2016-03-05Merge branch 'features/libsigsegv' of https://github.com/adamjstewart/spack ↵Todd Gamblin2-0/+19
into adamjstewart-features/libsigsegv
2016-03-05Make libsigsegv an optional dependencyAdam J. Stewart1-1/+3
2016-03-05Merge pull request #343 from adamjstewart/features/mpcTodd Gamblin1-0/+6
Add different URL for older source code
2016-03-05Make openssl a variant in libevent.Todd Gamblin1-4/+8
2016-03-05Merge branch 'eschnett/libevent' of https://github.com/eschnett/spack into ↵Todd Gamblin1-0/+3
eschnett-eschnett/libevent
2016-03-05Merge pull request #487 from spakin/llvm-3.7.1Todd Gamblin1-2/+17
Added LLVM 3.7.1 support
2016-03-05Merge pull request #495 from alfredo-gimenez/developTodd Gamblin1-2/+2
Fixed unmatched function signature for do_fetch in jdk package
2016-03-04Adding zfp package.Mark Miller1-0/+26
2016-03-04Fixed unmatched function signature for do_fetch in jdk packageAlfredo Gimenez1-2/+2
2016-03-04GNU m4 depends on libsigsegvAdam J. Stewart2-0/+17
2016-03-04Update package.pyElizabeth Fischer1-1/+1
Updated homepage URL to general NetCDF homepage.
2016-03-04Update package.pyElizabeth Fischer1-153/+0
Removed comments on configure options.
2016-03-041. Removed fake MPI dependency from netcdf-cxx4 and netcdf-fortran.Elizabeth F3-20/+154
2. Removed Fortran bootstrap variant from netcdf. Users who need NetCDF Fortran interface should install netcdf-fortran. 3. Added result of ./configure --help on the netcdf-fortran. Verified the package has no additional options that should be exposed through Spack.
2016-03-03Added LLVM 3.7.1 supportScott Pakin1-2/+17
2016-03-03Merge branch 'develop' of https://github.com/RemoteConnectionManager/spack ↵Luigi Calori6-26/+18
into paraview_fix merge upstream develop
2016-03-02Removed FIXMEs.citibeth4-65/+4
2016-03-02Merge pull request #452 from epfl-scitas/llvm/cleanupTodd Gamblin1-19/+0
Cleaned package : llvm
2016-03-02Merge pull request #462 from xjrc/packages/siloTodd Gamblin1-5/+14
Update Package : Silo
2016-02-29Undid accidental change on this branch.citibeth1-3/+3
2016-02-29New packages added: blitz, netcdf-cxx4, netcdf-fortran, proj, udunits2Elizabeth F5-0/+155
2016-02-29Added missing cmake dependenciesElizabeth F3-3/+5
2016-02-28Updated links to use new llnl.gov addressIan Lee2-2/+2
2016-02-27adding new version to praview, compiled with spack -d install -j 8 ↵Luigi Calori1-3/+10
--keep-stage paraview@5.0.0+qt+python+tcl+opengl2%gcc@4.8.2 ^netcdf -mpi
2016-02-26Updated the silo package and added the '+fortran' variant.Joseph Ciurej1-5/+14
2016-02-24Libevent depends on OpenSSLErik Schnetter1-0/+3
2016-02-24llvm : removed duplicate versionalalazo1-19/+0
2016-02-24Merge pull request #446 from LLNL/bugfix/python_config_compilerTodd Gamblin1-0/+14
modify compiler commands in python config files, fix for #431
2016-02-24Merge pull request #448 from epfl-scitas/packages/gromacsTodd Gamblin2-0/+58
Added package : gromacs
2016-02-20llvm trunk versionTom Scogland1-9/+34
Adding a trunk version to the llvm package. This has all the features and requirements of the others, with the additional caveat that the llvm project makes no guarantee that trunk on all repositories together will necessarily make a working compiler. It has been tested, and worked with a version today, but not yesterday, so if you test keep that in mind.
2016-02-19Merge pull request #422 from epfl-scitas/packages/openssl_urlTodd Gamblin1-0/+39
openssl : url computation
2016-02-19gromacs : added packagealalazo2-0/+58
2016-02-18Merge pull request #298 from epfl-scitas/refactoring/resource_directiveTodd Gamblin1-0/+19
refactoring proposal : composite for Stage and FetchStrategy
2016-02-18modify compiler commands in python config files, fix for #431Gregory L. Lee1-0/+14
2016-02-17Fixed the "+shared" variant in the "hdf5" package.Joseph Ciurej2-4/+5
2016-02-16Changed the hdf5 "+static" variant to become the "+shared" variant.Joseph Ciurej2-2/+2
2016-02-16Moved "Triangle" to "triangle" to be more in line with Spack package naming ↵Joseph Ciurej1-0/+0
conventions.
2016-02-16Added the installation files for the "ExodusII" package.Joseph Ciurej3-0/+65
Added the "+static" variant to "hdf5" to enable "ExodusII" support.
2016-02-16Added the installation files for the "TetGen" package.Joseph Ciurej1-0/+28
2016-02-16Added the installation files for the "Triangle" package.Joseph Ciurej1-0/+20
2016-02-16Added the installation files for the "ndiff" package.Joseph Ciurej1-0/+21
2016-02-16Adding the "Crypto++" package installation files.Joseph Ciurej1-0/+31
2016-02-16Merge pull request #340 from adamjstewart/features/xzTodd Gamblin1-5/+3
Remove unnecessary URLs