summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-04-28Merge pull request #703 from epfl-scitas/fixes/openssl_externalTodd Gamblin1-17/+28
fix : no warning when installing 'openssl@external'
2016-04-28Merge pull request #855 from citibeth/efischer/160427-OpenblasFixTodd Gamblin1-1/+4
openblas: Added +fpic variant to package.
2016-04-27Add '+fpic' variant.Elizabeth F1-0/+3
2016-04-27hdf5: Set preferred version, so as to not break NetCDF (for now).Elizabeth F1-1/+1
2016-04-27Added missing -lpthread to OpenBLAS check.Elizabeth F1-1/+1
See: https://github.com/xianyi/OpenBLAS/wiki/faq#static_link
2016-04-26Merge pull request #804 from jppelteret/features/paradiseoTodd Gamblin5-0/+112
Added package for Paradiseo.
2016-04-26Merge pull request #824 from adamjstewart/features/iorTodd Gamblin1-0/+42
Add IOR benchmark package
2016-04-26Merge pull request #829 from davydden/openblas_unit_testTodd Gamblin3-0/+84
openblas: a small unit test to make sure Lapack symbols are compiled
2016-04-26Merge pull request #838 from davydden/dealii_dependenciesTodd Gamblin1-2/+2
dealii: add missing dependencies
2016-04-26Merge pull request #837 from davydden/p4est_dependenciesTodd Gamblin1-5/+8
p4est: add missing dependencies
2016-04-26Merge pull request #836 from davydden/astyle_fixTodd Gamblin1-0/+1
astyle: fix installation of the binary
2016-04-26Merge pull request #828 from glennpj/csvkitTodd Gamblin6-0/+97
Add py-csvkit package
2016-04-26Put f2py of py-numpy in python ignore list. (#827)Glenn Johnson6-5/+7
There are many python packages that depend on py-numpy. Each one of those will have a copy of f2py that will need to be put in the ignore list for activation. Thise PR adds f2py to the ignore list in the python package.py file so that it does not have to be done for each package that depends on py-numpy. This follows the model of what is done for py-setuptools. This PR also removes the f2py ignore expression for python packages that were using it as it is no longer needed in the individual packages.
2016-04-26Add the turbomole package. (#826)Glenn Johnson1-0/+124
* Add the turbomole package. This package has three modes of operation that need to be selected independently. This is handled with spack vaiants. Turbomole has a builtin MPI implementation so it does not need to depend on an mpi provider when using the +mpi variant. * Whitespace cleanup.
2016-04-26Update Package : Zoltan (#833)Joseph Ciurej1-4/+31
* Added preliminary implementations for the debug and shared variants. * Fixed a few problems with the '+shared' variant of the Zoltan package. Added support for a few more important Zoltan package versions. * Fixed a minor compiler incompatibility issue with the '+shared+mpi' variants.
2016-04-26Fix: Add missing dependencies for gmp and eigen (#830)jppelteret2-0/+3
See https://groups.google.com/forum/#!topic/spack/9JMDwafjBUs
2016-04-26MFEM version 3.1 (#749)Geoffrey Oxberry1-0/+125
MFEM is a free, lightweight, scalable C++ library for finite element methods. Includes lapack, hypre, metis, suite-sparse, mpi variants & tests for serial and parallel versions.
2016-04-26dealii: add missing dependenciesDenis Davydov1-2/+2
2016-04-26p4est: add missing dependenciesDenis Davydov1-5/+8
2016-04-26astyle: fix installation of the binaryDenis Davydov1-0/+1
2016-04-26Added package for Paradiseo.Jean-Paul Pelteret5-0/+112
2016-04-25output with new linesDenis Davydov3-8/+22
2016-04-25add a test/output pairDenis Davydov2-0/+15
2016-04-25openblas: a small unit test to make sure Lapack symbols are compiledDenis Davydov1-0/+55
2016-04-24Reformat the description.Glenn Johnson6-21/+14
2016-04-24Add py-csvkit packageGlenn Johnson6-0/+104
This adds the py-csvkit package and needed dependencies for working with csv files.
2016-04-24Change homepage, explicitly disableAdam J. Stewart1-1/+5
2016-04-23Add OSU Micro-Benchmarks package (#822)Adam J. Stewart1-0/+38
* Add OSU Micro-Benchmarks package * Add workaround for GCC bug
2016-04-23Update git (#819)Ben Boeckel1-25/+7
* git: update to 2.8.0 final and add 2.8.1 * git: hard-depend on curl and expat HTTP-based cloning is very prevalent now.
2016-04-23Added package: NCView (#791)Elizabeth Fischer1-0/+20
* ncview: Added package * Removed FIXMEs
2016-04-23Refine wget's OpenSSL configuration options (#786)Erik Schnetter1-1/+3
2016-04-23Updated the Swig package file to include versions for all of the popular ↵Joseph Ciurej1-3/+9
Swig releases. (#790)
2016-04-22Add IOR benchmark packageAdam J. Stewart1-0/+38
2016-04-21xerces-c: update to 3.1.3 (#811)Ben Boeckel1-2/+2
The 3.1.2 tarball seems to have gone missing. Also switch to using bz2 rather than gz to reduce the download size.
2016-04-21dealii: set DEAL_II_DIR when loading a module (#816)Denis Davydov1-0/+3
2016-04-17+ On some systems, Dia also requires intltool. (#768)Kelly Thompson2-0/+20
2016-04-17metis: fix OS X install (#764)Ben Boeckel1-4/+1
Without this, the binaries use relative paths for loading which causes them to not be found when running binaries. Not sure why the existing hack wasn't working, but this fixes it the proper way.
2016-04-17Make PAPI build on Darwin (#772)Erik Schnetter1-9/+22
* Make PAPI build on Darwin - don't use <malloc.h> - run install_name_tool * Use fix_darwin_install_name
2016-04-17Update to version 4.1.0 (#785)Erik Schnetter1-0/+4
2016-04-17+ Add CMake version 3.5.2. (#787)Kelly Thompson1-0/+1
2016-04-17Create lib directoryErik Schnetter1-0/+4
2016-04-14Merge pull request #783 from adamjstewart/features/elkTodd Gamblin3-0/+146
Add Elk package
2016-04-14Also install species directoryAdam J. Stewart1-0/+1
2016-04-14Merge branch 'osx-fixes' of git://github.com/mathstuf/spack into ↵Todd Gamblin3-7/+13
mathstuf-osx-fixes
2016-04-14Merge pull request #779 from LLNL/bugfix/binutils-depsTodd Gamblin1-0/+4
binutils depends on flex and bison.
2016-04-14binutils depends on flex, bison, and m4Todd Gamblin1-0/+4
2016-04-14Merge pull request #767 from mathstuf/paraview-fixesTodd Gamblin1-10/+11
Paraview fixes
2016-04-14Merge pull request #780 from adamjstewart/fixes/hdf5Todd Gamblin1-4/+4
fortran2003 option has been removed from HDF5
2016-04-14Merge pull request #781 from jgalarowicz/qt3-fixesTodd Gamblin2-1/+7
Fix compile issues with new libpng versions and qt3 builds by using a…
2016-04-14Merge pull request #782 from jgalarowicz/update-mrnetTodd Gamblin2-3/+163
Update mrnet with new version source recognition and add krell related patch controlled by a variant.