summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-26Compiler find docs (#831)Ben Boeckel1-5/+12
* docs: mention `spack compiler find` * docs: fix some weird wording.
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-26test-install : wip to add other informationalalazo1-51/+63
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-25Added nccmp packageElizabeth Fischer1-0/+30
2016-04-25output with new linesDenis Davydov3-8/+22
2016-04-25executable: quote argumentsBen Boeckel1-1/+1
This allows command line arguments with spaces to be shown. The quoting madness is because a single quote cannot appear within a single quoted argument on the command line. To do so, you have to stop the single quote argument, double quote the single quote, then open the single quote again: $ echo 'before'"'"'after' before'after Fixes #174
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 description text.Glenn Johnson4-3/+19
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-23compiler: add "find" subcommand (#818)Ben Boeckel1-6/+7
And make "add" an alias to it. Fixes #713.
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-23This commit explicitly sets `libdir`. This is necessary because differentGlenn Johnson1-2/+5
systems use different defaults.
2016-04-22Don't use subprocess moduleErik Schnetter1-2/+2
2016-04-22Add IOR benchmark packageAdam J. Stewart1-0/+38
2016-04-22tcl : extended conflict to be an array of stringsalalazo3-13/+37
2016-04-21Regression test for not adding RPATHs with `ld -r` (#809, #821)Todd Gamblin1-0/+24
- ld -r is only broken with rpaths on OSX; this tests that specific case. - test should still work cross-platform.
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-21minor cleanup of environment-modules documentation (#814)Denis Davydov1-6/+11
* minor cleanup of environment-modules documentation * environment modules: update usage instructions
2016-04-21dealii: set DEAL_II_DIR when loading a module (#816)Denis Davydov1-0/+3
2016-04-21remove use of unknown environment variable in lib/spack/env/cc (#821)Patrick Gartung1-1/+1
2016-04-20Remove outdated commentErik Schnetter1-3/+1
2016-04-20Check the installed HDF5 library for consistencyErik Schnetter1-3/+60
2016-04-19Handle c++11 and c++14 correctlyAdam Lyon2-2/+12
2016-04-19Add some qthreads patchesErik Schnetter4-1/+40
2016-04-19modules : added a few unit testsalalazo3-4/+129
2016-04-18Update the main Krell Institute and Argo Navis Tech. packages for MPI ↵Jim Galarowicz5-174/+631
variant support, get source from github not sourceforge, tested external package usage, and general package clean-up
2016-04-18fix : missing autoload, failing validationalalazo2-2/+2
2016-04-18modules : tcl modules handle 'conflict' directive. This should completely ↵alalazo1-0/+16
cover the functionality in #498
2016-04-18modules : added hook for module specific extensionsalalazo2-58/+49
2016-04-18naming work correctlyalalazo2-7/+10
2016-04-18modules : started working on naming schemes and conflictalalazo2-23/+42
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