summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20Make VisIt build again (#1762)Erik Schnetter1-1/+4
- add new version 2.10.3 - explicitly require hdf5 variant ~mpi, since we don't know how to build with mpicc - explicitly disable glew since it may not be installed
2016-09-20Work around cmake problems in VTK (#1761)Erik Schnetter2-0/+23
The cmake scripts can't handle the semicolons in gcc's version output. Filter them out before detecting the version.
2016-09-20Tighten HDF5 version requirements for Silo (#1760)Erik Schnetter1-1/+2
2016-09-20Make cmake @2.8 build again (#1759)Erik Schnetter1-5/+7
2016-09-20Update hwloc to 1.11.4 (#1752)Erik Schnetter1-0/+1
2016-09-20Declare py-beautifulsoup4's dependency on py-setuptools (#1748)Erik Schnetter1-0/+2
2016-09-20Update curl to 7.50.3 (#1747)Erik Schnetter1-0/+2
* Update curl to 7.50.2 * Update curl to 7.50.3
2016-09-20Update OpenMPI to 2.0.1 (#1721)Erik Schnetter1-0/+1
2016-09-20Update OpenBLAS to 0.2.19 (#1702)Erik Schnetter1-0/+1
2016-09-20Reorder versions in openssl (#1601)Erik Schnetter1-7/+7
2016-09-20Update mbedtls to 2.3.0 (#1600)Erik Schnetter1-0/+1
2016-09-20Update cereal to 1.2.1 (#1599)Erik Schnetter1-0/+1
2016-09-20Update binutils to 2.27 (#1598)Erik Schnetter1-0/+1
2016-09-15Update mvapich2 to 2.2 (#1775)Michael Kuhn1-7/+6
2016-09-15[RtM] Added py-proj/package.py (RtM = Ready to Merge) (#717)Elizabeth Fischer1-0/+52
* Added py-proj package * Added bug-fix patched version to the package. * Removed dependency of py-proj on proj. * py-proj: Added missing dependency * py-proj: Removed versions from forked repos, now that necessary bug fixes have been merged into the main repo. * Update package.py Added a blank line that Travis wanted. * 1. Added copyright 2. Used setup_py 3. Added type='build' for dependencies.
2016-09-14Put back full-length URL.Elizabeth Fischer1-2/+1
2016-09-14Bug fix capturing which packages work with which binutils.Elizabeth Fischer2-2/+2
2016-09-14Resolved issues of py-pillow, py-scipy and binutils dependencies. Resolves ↵Elizabeth Fischer3-5/+7
#1506 py-pillow: Remove version dependency on binutils@2.25. In tests, it works just fine with binutils@2.26. Fixed flake8 issues.
2016-09-09Update netlib-lapack to 3.6.1 (#1597)Erik Schnetter1-0/+1
2016-09-09Add libiconv dependency for git (#1468)Erik Schnetter1-5/+7
Also remove "--without-pcre" flag that git does not understand any more.
2016-09-09Qthreads: Switch back to using tarball to get released version (#1739)Erik Schnetter2-26/+2
* Qthreads: Switch back to using tarball for download * Don't require autotools any more * Re-enable autotools * Remove autotools again * Use .tar.bz tarball; remove outdated code
2016-09-08New package h5hut (#1737)Erik Schnetter2-0/+71
* New package h5hut -- High-Performance I/O Library for Particle-based Simulations * Set up MPI compilers * Add version 1.8.12 to HDF5 * Correct Sphinx error
2016-09-08Declare fontconfig dependency on pkg-config (#1686)Erik Schnetter1-0/+1
2016-09-08Merge pull request #1553 from adamjstewart/fixes/netcdf-hdf5Todd Gamblin2-5/+11
Fix NetCDF/HDF5 dependency resolution problems
2016-09-08Add latest version of libpng, ncview depends on libpng (#1502)Adam J. Stewart2-1/+4
* Add latest version of libpng * ncview depends on libpng
2016-09-06qt: only pass -qt-xcb on non-OS XBen Boeckel1-2/+8
2016-09-06qt: progress on qt5.5 on osxBen Boeckel1-2/+10
Qt5.5 searches for the SDK itself and just ignores environment variables like CC and CXX, skipping the spack wrappers.
2016-09-06qt: make -no-phonon specific to qt4Ben Boeckel1-1/+3
2016-09-06qt: fix pcre header conflict in javascriptcoreBen Boeckel2-0/+17
2016-09-06qt: force the 10.9 SDK on macosBen Boeckel1-5/+4
The 10.11 SDK fails to configure.
2016-09-06glib: build on macosBen Boeckel2-1/+34
2016-09-06pixman: disable mmxBen Boeckel1-0/+1
2016-09-06qt: setup the sdk and platform argumentsBen Boeckel1-0/+23
2016-09-06qt: support building with 10.10+ SDKsBen Boeckel2-0/+32
2016-09-06qt: disable phonon supportBen Boeckel1-0/+1
2016-09-06qt: depend on icu4cBen Boeckel1-1/+1
2016-09-06qt: depend on OpenSSLBen Boeckel1-1/+1
OS X doesn't come with an OpenSSL supported by Qt4.
2016-09-06qt: make libxcb a conditional dependencyBen Boeckel1-1/+2
OS X doesn't have X (usually).
2016-09-06qt: create a dbus variantBen Boeckel1-3/+10
2016-09-06qt: support detecting newer SDK pathsBen Boeckel2-0/+18
2016-09-06ITS XML Translation Tool (#1728)Robert D. French1-0/+44
2016-09-06fontconfig: add --disable-docs to configure (#1729)Jeffrey Salmond1-1/+3
2016-09-06For OpenMPI v 2+, add a configure option to provide C++ bindings. (#1730)Kelly Thompson2-1/+5
+ Starting with version 2.0, OpenMPI no longer provides C++ bindings by default (libmpi_cxx.so). Add a configure option to instruct the build to also build and install libmpi_cxx.so. + This MPI feature is needed by at least one spack package (moab).
2016-09-06plumed : avoid linking with libgslcblasalalazo1-0/+8
2016-09-03added package : pexsi (#1550)Massimiliano Culpo7-9/+221
* pexsi : added package * cp2k : added pexsi (works for gcc+openmpi with and without plumed)
2016-09-02Merge pull request #1704 from eschnett/eschnett/libiconf-getsbecker332-0/+17
Make libiconv work with C11
2016-09-02Merge pull request #1708 from robertdfrench/globus-toolkitbecker331-0/+40
Globus Toolkit
2016-09-02Merge pull request #1715 from alfredo-gimenez/bugfix/vimbecker331-3/+3
Fix vim package.
2016-09-02Add sbt (scala build tool) packageAlfredo Gimenez1-0/+18
2016-09-02Fix vim packageAlfredo Gimenez1-3/+3