summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2017-03-18Add missing dependencies to gawk (#3481)Adam J. Stewart3-6/+54
* Add missing dependencies to gawk * Fix make check * Add mawk packages and awk virtual dependency * Use mawk instead of gawk to build ncurses * Rearrange order of patches and dependencies
2017-03-18Fix deptype of various dependencies on Python packages (#3486)Adam J. Stewart20-32/+34
2017-03-18Adding new packages: py-argparse and py-importlib (#3488)Javier2-0/+72
2017-03-17setuptools is a runtime dependency of virtualenv (#3485)Adam J. Stewart1-5/+10
2017-03-17julia: Create cacert directory manually to ensure correct permissions (#3482)Erik Schnetter1-1/+3
2017-03-17Adding new package: py-future (#3401)Javier1-0/+39
* Adding new package: py-future * Commenting out deps needed when installing python@2.6
2017-03-17Add package for ESMF (#2831)Adam J. Stewart1-0/+253
* Add package for ESMF * Apparently mvapich2 is supported?
2017-03-17Add version constraints to VTK patch (#3357)Adam J. Stewart1-44/+41
2017-03-17hpx5: Convert to AutotoolsPackage, several updates (#3456)Erik Schnetter1-22/+78
* hpx5: Convert to AutotoolsPackage, several updates - convert to AutotoolsPackage - add several variants - add several dependencies - add new version 4.0.0 - don’t set compiler flags explicitly * hpx5: Don’t import os * hpx5: Clean up configure arguments * hpx5: Correct libffi configure declaration Also add new variant “+instrumentation”. * hpx5: Correct CUDA, MPI, OpenCL configuration * hpx5: Use built-in libffi Spack’s libffi installs its headers in a strange place, and hpx5 can’t pick them up.
2017-03-17libpciaccess: Convert to AutotoolsPackage, remove Darwin work-around (#3459)Erik Schnetter5-16/+8
* libpciaccess: Convert to AutotoolsPackage, remove Darwin work-around Other packages that depend on libpciaccess can do so via a conditional dependency (via a variant); we don’t need a dummy package for Darwin any more. * Disable libpciaccess dependency on non-Darwin platforms * hwloc: Remove direct dependency on libpciaccess
2017-03-16Add packages libbson and libmongoc (#3440)Michael Kuhn2-0/+86
2017-03-16simulationio: New package (#3422)Erik Schnetter1-0/+62
* simulationio: New package * simulationio: Rename development version to “develop” * simulationio: Try to make flake8 happy * simulationio: Correct flake8 error * simulationio: Extend Python * simulationio: Remove unused imports
2017-03-16Add latest version of NCO (#3469)Adam J. Stewart1-1/+2
2017-03-16Py keras extension (#3468)Brian Van Essen3-0/+51
* Added support for building Theano with GPU support. Added a package for the libgpuarry libary needed for Theano. * Added dependency on py-pexpect package which ipython requires.
2017-03-16Fix Qt4 build on Yosemite (10.11) (#3444)Todd Gamblin1-6/+17
2017-03-16gasnet: Convert to AutotoolsPackage, update (#3455)Erik Schnetter1-13/+16
* gasnet: Convert to AutotoolsPackage, update - convert to AutotoolsPackage - add new version 1.28.0 - create variants for IB and MPI support * gasnet: Don’t specify prefix explicitly * gasnet: Add missing variant descriptions * gasnet: Correct syntax error
2017-03-16Add latest version of lmod (#3467)Adam J. Stewart1-1/+2
2017-03-16Add latest version of git, convert to AutotoolsPackage (#3466)Adam J. Stewart1-53/+59
2017-03-16julia: New variant +simd (#3458)Erik Schnetter1-0/+5
2017-03-16hwloc: Add missing dependencies (#3457)Erik Schnetter1-5/+22
* hwloc: Add missing dependencies - add several missing dependencies - add variants for various features - add new version 1.11.6 * hwloc: Add descriptions to variants
2017-03-16qthreads: New version 1.12 (#3464)Erik Schnetter1-0/+1
2017-03-16pocl: Introduce virtual package “opencl” (#3461)Erik Schnetter1-0/+4
OpenCL is a standard like MPI, with several versions and several implementations.
2017-03-16py-numpy: Correct typos in comment (#3462)Erik Schnetter1-2/+2
2017-03-16py-scipy: New version 0.19.0 (#3463)Erik Schnetter1-0/+2
2017-03-16Adding new package: py-jpype (#3402)Javier1-0/+44
* Adding new package: py-jpype * Moving jdk dependency
2017-03-15Add latest version of lua (#3454)Adam J. Stewart1-2/+4
2017-03-15Add latest version of pcre (#3453)Adam J. Stewart1-14/+15
2017-03-15Add latest version of readline (#3452)Adam J. Stewart1-9/+10
2017-03-15Add latest version of libiconv (#3451)Adam J. Stewart1-2/+3
2017-03-15added parallel studio composer edition 2017.2 (#3450)Gregory Lee1-0/+2
2017-03-15Add latest version of libsigsegv (#3449)Adam J. Stewart1-1/+2
2017-03-15Add latest version of cURL (#3447)Adam J. Stewart1-10/+11
2017-03-15Add latest version of Intel Parallel Studio (#3445)Adam J. Stewart1-0/+4
2017-03-15Add version 4.0 for foam-extend. (#3442)健美猫1-0/+1
2017-03-14Consistent docs and usage of env mod methods (#3351)Adam J. Stewart24-63/+63
2017-03-14Fix vim ~gui behavior (#3432)Adam J. Stewart1-7/+15
2017-03-14Add latest version of openpyxl and missing dependencies (#3431)Adam J. Stewart3-7/+50
2017-03-14Fix zlib %pgi build (#3436)Adam J. Stewart1-5/+12
2017-03-14ncurses: Use gawk as awk (#3425)Erik Schnetter1-5/+3
2017-03-12New package pocl (#3413)Erik Schnetter5-0/+431
* New package pocl * pocl: Update dependencies, add self-test * pocl: Don't require LLVM shared libraries LLVM build fails with shared libraries. * Add patch * Update * Update * Make build and install work; install test still fails * Split pocl into pocl proper and pocl-test * Add debug output * pocl: Update to 0.14-rc * pocl: Correct flake8 error * pocl: Heed code review recommendations * pocl: Add newline at end of file * pocl: Correct flake8 error I don’t want to use an even longer line by putting the whole variant declaration onto a single line, nor do I think that having an overlong line and adding `# noqa` at the end is more readable than splitting a string over three lines. * pocl: Correct dependency type for libtool
2017-03-12gnuplot: fixed broken package and add variants (#3185)Denis Davydov4-26/+121
* gnuplot: fix conflict in header via a simple patch; add variants * gtkplus: fix missing dependency * wx: fix build on macOS; switch to AutotoolsPackage * gnuplot: add missing dependencies * wx: put back parallel build
2017-03-11julia: New version 0.5.1 (#3418)Erik Schnetter1-1/+2
* julia: New version 0.5.1 * julia: Define url on a single line
2017-03-11autoconf: Correct m4 dependency declaration (#3415)Erik Schnetter1-1/+3
* autoconf: Correct m4 dependency declaration Closes #3406. * autoconf: Correct m4 dependency type * autoconf: Update comment
2017-03-11hwloc: Disable OpenCL (#2854)Erik Schnetter1-0/+6
* hwloc: Disable OpenCL * hwloc: Convert `install` to `configure_args`
2017-03-11libxsmm: Add header-only variant (#3419)Erik Schnetter1-1/+13
* libxsmm: Add header-only variant * libxsmm: Implement requestes from code review * libxsmm: Correct error in previous simplification * libxsmm: Raise error if `header-only` variant is not supported by version * libxsmm: Correct flake8 errors
2017-03-11bison: Declare m4 dependency correctly (#3424)Erik Schnetter1-1/+1
* bison: Declare m4 dependency correctly * bison: Declare m4 as run-time dependency
2017-03-11funhpc: New package (#3421)Erik Schnetter1-0/+61
* funhpc: New package * funhpc: Rename development version to “develop” * funhpc: Try to make flake8 happy * funhpc: Correct flake8 error
2017-03-11hdf5-blosc: Update compiler selection in self-test (#3417)Erik Schnetter1-2/+2
2017-03-11cuda: Allow using unknown compilers (#3416)Erik Schnetter1-3/+4
* cuda: Allow using unknown compilers * cuda: Correct flake8 error
2017-03-11py-yt: New version 3.3.4 (#3420)Erik Schnetter1-0/+2