summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03py-yamlreader: new package (#7997)Elizabeth Fischer1-0/+39
2018-05-03gmp: update (#7999)Elizabeth Fischer1-0/+2
2018-05-03py-scipy: update (#8000)Elizabeth Fischer1-4/+1
2018-05-03py-pyside: update (#8002)Elizabeth Fischer1-0/+14
2018-05-03py-cython: update (#8005)Elizabeth Fischer1-0/+5
2018-05-03genomefinisher: Create new package (#7989)Eric2-0/+65
2018-05-03 py-crispresso: Create new package (#7990)Eric1-0/+46
* py-crispresso: Create new package * py-crispresso: Create new package
2018-05-03New Package: ruby-svn2git (#7979)Kelly (KT) Thompson1-0/+48
* New Package: svn2git https://github.com/nirvdrum/svn2git svn2git is a tiny utility for migrating projects from Subversion to Git while keeping the trunk, branches and tags where they should be. It uses git-svn to clone an svn repository and does some clean-up to make sure branches and tags are imported in a meaningful way, and that the code checked into master ends up being what's currently in your svn trunk rather than whichever svn branch your last commit was in. * Actually requires +perl variant of subversion. * fix style issue.
2018-05-03A new package: nanopb. (#7981)健美猫1-0/+38
* A new package: nanopb. * flake8. * Remove py-pytorch.
2018-05-03Bump pgi to 18.4. (#7980)健美猫1-0/+1
* Bump pgi to 18.4. * Remove the empty line. * Update.
2018-05-03Bump gatk version to 4.0.4.0. (#7985)健美猫1-5/+13
* Bump gatk version to 4.0.4.0. * Update. * Fixed. * Fixed.
2018-05-03A new package: py-openslide-python. (#7907)健美猫1-0/+41
* A new package: py-openslide-python. * Update. * Remove py-pytorch package. * Remove nektar package. * Remove install_time_test_callbacks
2018-05-03go: Update to 1.10.2 (#7982)Michael Kuhn1-0/+1
2018-05-02make symlinking python3->python optional (#7960)Elizabeth Fischer1-1/+5
* Make symlinking python3->python optional * Added reference to PEP 394
2018-05-02mvapich2: add 2.3rc2 (#7976)Adam Moody1-0/+1
2018-05-02sphinx: Updated to v1.7.4 (#7977)Elizabeth Fischer1-0/+6
* sphinx: Updated to v1.7.4 * Update package.py
2018-05-02Added BookLeaf_Cpp and Typhon packages. (#7969)Tim Law2-0/+105
2018-05-02Add libcint version 3.0.12 (#7972)Michael F. Herbst1-0/+1
2018-05-02bedops: Create new package (#7956)Eric1-0/+42
* bedops: Create new package * fix install method
2018-05-02Fix Spectrum MPI package spec file for PGI compilers (#7964)David Wootton1-0/+10
* Added magma package * Incorporated Serban's change * Remove deleted files * argparse.py * Sync forked Spack repo in github * Use reported version of IBM XL Fortran compiler for compiler versions >= 16.0. Starting with the April 2018 release, the IBM XL C and Fortran compilers report the same version, 16.0. Consequently, there is no need to downgrade the Fortran compiler version to match that of the C compiler. * Eliminate blank lines. * Update the Spectrum MPI package.py file to specify the correct compilation scripts for the PGI compilers.
2018-05-02openmc is not a proxy (#7968)Christoph Junghans1-2/+0
https://github.com/spack/spack/issues/7965#issuecomment-385953224
2018-05-01Fix initialization of defaults in yaml schema validation (#7959)scheibelp2-2/+47
Fixes #7924 Spack's yaml schema validator was initializing all instances of unspecified properties with the same object, so that updating the property for one entry was updating it for others (e.g. updating versions for one package would update it for other packages). This updates the schema validator to instantiate defaults with separate object instances and adds a test to confirm this behavior (and also confirms #7924 without this change).
2018-04-30mvapich2: add registration cache and file systems variants (#7948)Adam Moody1-2/+36
* mvapich2: add registration cache and file systems variants, avoid empty --with-pm= if no process manager is specified, add missing leading dash in --disable-silent-rules
2018-04-30mpifileutils: roll back to dtcmp v1.0.3, add option to build master branch ↵Adam Moody1-1/+6
(#7949) * mpifileutils: roll back to dtcmp v1.0.3 due to API change, add option to build master branch * add comment to explain why certain dtcmp is required, rename version for git branch * dtcmp v1.0.2 is missing github tarball
2018-04-30vt: Create new package (#7947)Eric1-0/+38
2018-04-30Build shared libs for tinyxml. (#7914)健美猫2-9/+20
2018-04-29Patch eospac package to allow compilation with %clang. (#7928)Kelly (KT) Thompson2-0/+65
When building eospac with %clang, spack's Fortran compiler wrapper is called 'flang', which is rejected by the eospac build system..Allow compilation with %clang by patching the eospac build system. My testing only covers %clang where flang is actually gfortran. However, this patch only registers 'flang' as a known Fortran compiler and does not set any flags or options that are compiler specific. .
2018-04-28Document how to run unit tests with print statements (#7860)Adam J. Stewart1-0/+7
2018-04-28mfem: fix concretization (#7923)Christoph Junghans1-2/+2
* mfem: fix concretization * Fix hypre deps again * Update package.py
2018-04-27Update with recent versions through 4.8.3 and add variants. (#7933)Chris Green2-1/+68
Add configurable HTTP, Python and readline support. Add previously missing dependencies. Minor patch to improve Python support (see https://github.com/xrootd/xrootd/pull/695).
2018-04-26bcftools: new version (#7930)Levi Baber1-0/+2
2018-04-26add versions 3.4.3. and 3.5.0 (#7929)Sinan1-0/+2
2018-04-26Allow len(Version) to return number of split components. (#7918)Chris Green2-0/+11
2018-04-26samtools: new version (#7921)Levi Baber1-0/+4
2018-04-26XL Fortran compiler >= 16.0 is synced with C compiler version (#7887)serbanmaerean2-0/+12
* Use reported version of IBM XL Fortran compiler for compiler versions >= 16.0. Starting with the April 2018 release, the IBM XL C and Fortran compilers report the same version, 16.0. Consequently, there is no need to downgrade the Fortran compiler version to match that of the C compiler.
2018-04-26Use GitLab's API endpoint for fetching a git snapshot. (#7881)Sergey Kosukhin11-19/+44
* Use GitLab's API endpoint for fetching a git snapshot. * More GitLab packages use the API. * find_list_url for GitLab's API URLs. * Flake8 * Url for 'hacckernels'. * Check GitLab API regexps before the non-API ones.
2018-04-26add patch to get aspell to build on OSX (#7919)healther2-0/+22
2018-04-26config_args does NOT apply to CMakePackage. (#7917)健美猫1-1/+1
2018-04-26Add Trinity package (#7828)Simon Flood1-0/+74
* Add Trinity package New package to install Trinity - another odd installer (assumes installation to /usr/local/bin and doesn't copy dot files hence deleting them) * Update package.py added dependencies from https://github.com/trinityrnaseq/trinityrnaseq/wiki/Installing-Trinity * Update package.py Copy tree to prefix.bin so that PATH can correctly be set for the Trinity command - can't split it off as it seems everything needs to stay together. * Update package.py Fixed over-length lines and space before comma
2018-04-26Package 'gdbm': do not set CC. (#7912)Sergey Kosukhin1-8/+1
2018-04-26mfem: add valid range of hypre version numbers (#7903)Geoffrey Oxberry1-0/+2
This commit fixes #7900. In short: in the absence of constraints to the contrary, spack will download the preferred version of a package, which is usually the most recent non-develop version. On a clean spack installation without hypre installed, `spack install mfem` will download hypre 2.14.0, which is API-incompatible with mfem 3.3.2 (and earlier versions of mfem), so spack will throw compiler errors re: the API mismatch. This commit fixes that error by restricting mfem release versions 3.3.2 and earlier to hypre version 2.10.b to 2.13.999 (only 2.13.0 currently exists, but if it has a non-2.14.x maintenance release, these versions of hypre should also be permitted).
2018-04-26adol-c: add boost optional dependency (#7905)Denis Davydov1-10/+32
2018-04-26A new package: loki. (#7908)健美猫1-0/+50
* A new package: loki. * Flake8.
2018-04-26Added the latest versions of a few packages (#7910)Massimiliano Culpo10-2/+21
* automake: added version 1.16.1 * lmod: added version 7.7.29 * git: added version 2.17.0 * tmux: added version 2.7 * scala: added version 2.12.5, fixed typo in version 2.10.6 * Added spark@2.3.0, hadoop@3.1.0, jdk@8u172-b11 * picard: added version 2.18.3 * tar: added version 1.30
2018-04-26A new package: openslide. (#7906)健美猫1-0/+40
2018-04-25Add boost 1.67.0 (#7889)Bruno Turcksin2-18/+3
* Add boost 1.67.0 * Remove boost 1.67.0 release candidate and the associated patch
2018-04-25Additional r packages (#7892)mcneish113-3/+509
* Add r-bbmisc * Add r-dicekriging * Add r-lhs * Add r-mco * Add r-misc3d * Add r-mlr * Remove boilerplate from r-mlr package * Add r-mlrMBO * Add r-parallelmap * Add r-paramhelpers * Add r-plot3d * Add r-rgenoud * Add r-smoof * Add r-rinside 0.2.14 * Fix flake8 issues * Add specific required versions * Add more up-to-date versions of r-{mco, mlr, mlrMBO, smoof}
2018-04-25Added OpenMP Variant for Kokkos (#7902)Robert Pavel1-2/+14
Added OpenMP variant for kokkos that can be disabled to build and test on platforms where OpenMP is not available or desired. Also updated version list
2018-04-25openmpi: libfabric support, ucx cleanup (#7842)Levi Baber1-11/+13
* openmpi: libfabric support, ucx cleanup * openmpi: remove unnecessary parentheses
2018-04-25Libfabric: updating fabrics & adding deps (#7838)Levi Baber1-2/+7
* libfabric: mxm deprecated, adding mlx aka ucx * libfabric: adding dependencies that we have in spack