summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07trilinos: minor cleanup (#7987)Andrey Prokopenko1-96/+115
2018-05-07py-dlcpar: Add package description (#8032)Eric1-1/+2
2018-05-07Specs add a space before dependencies (#7942)Massimiliano Culpo3-26/+45
fixes #7941 Modified string representation of Specs to add a space before deps Unit-tests have been modified accordingly Added a test for regression on #7941
2018-05-06add opencv 3.4.1 (#8031)Stephen McDowell1-0/+1
2018-05-06metabat: Create new package (#7991)Eric1-0/+54
* metabat: Create new package * fix Perl script shebangs and BOOST_ROOT environment * add perl script fix function * add perl dependency and fix positional argument for Python 2.6
2018-05-06Support *.TAR.gz extension. (#7973)健美猫1-1/+1
2018-05-06Add package wireshark and dependencies (#8024)healther3-0/+210
* add wireshark Change-Id: I1ef674ff286db2e06baaf9fca65982d1145cfa79 * fix qt4 build Change-Id: Ieb9989b9fec1a0e02388197f971ee66b591d45c5 * remove commented lines Change-Id: Ia67bfaf1beba06dd710cee56aec06bc36b293d34 * flake8 fix Change-Id: Ica1b2cce2be2faca82a4177c3cdc3a0bb005c031 * remove clutter Change-Id: I6061fe56a88f8c7b7e03fdce5e3eae04036ad2d8 * fix dependencies Change-Id: I8160c70c9333c9f5e82ed5fc73633455df568972 * use dot syntax instead of join_path Change-Id: Id1f737299b603fa4093b58571d46a64b0dd84895
2018-05-06macOS-specific patch no longer applies to GCC 8 (#8029)Adam J. Stewart1-1/+1
2018-05-05py-udunits: New package (#7998)Elizabeth Fischer1-0/+69
* py-udunits: update * Use standard py-netcdf4 * Remove unnecssary import? * Suggested simplifications * flake8
2018-05-05Fix coloring of URLs containing @ symbol (#7799)Adam J. Stewart1-3/+3
* Fix coloring of URLs containing @ symbol * Fix coloring of descriptions containing @ symbol
2018-05-05Change default elf provider on macOS (#7939)Adam J. Stewart1-0/+2
2018-05-05Set default provider for every virtual package (#7784)Adam J. Stewart2-1/+12
* Set default provider for every virtual package * Add unit test to ensure that every virtual package has a default provider explicitly set
2018-05-05A new library: libshm. (#8028)健美猫1-0/+38
2018-05-04Bump pysam to 0.14.1. (#7988)健美猫1-1/+7
* py-pysam requires curl. * py-pysam conflicts with htslib@1.7. * Bump py-pysam versions. * Add more dependencies.
2018-05-04Added GCC 8.1.0 (#8026)sknigh1-0/+1
Built once on Centos 7 w/ external GCC 4.8.5 compiler
2018-05-04a new package: papyrus. (#8023)Jungwon Kim1-0/+38
* a new package: papyrus. * removed the empty cmake_args * changed md5 checksum for v1.0.0 * make a long line short * one long line url
2018-05-04Bump samtools, hstlib and bcftools to version 1.8. (#8020)健美猫3-0/+7
* Bump samtools and hstlib to version 1.8. * rm .bak. * Bump bcftools to 1.8. * bcftools@1.8 depends on libzip.
2018-05-04py-more-itertools: new package (#8004)Elizabeth Fischer1-0/+38
* py-more-itertools: new package * code review
2018-05-04Hic-Pro: fix a typo and replace hard-coded version. (#8022)健美猫1-2/+2
* Fix a typo and replace hard-coded version. * version -> self.version.
2018-05-04openmpi: don't build static libraries if slurm is activated (#8021)Massimiliano Culpo1-1/+9
According to this comment: https://github.com/open-mpi/ompi/issues/4338#issuecomment-383982008 on an OpenMPI issue, using `--enable-static` silently disable slurm support.
2018-05-03gdal: update (#8008)Elizabeth Fischer1-4/+9
* gdal: update * Remove unneeded depends(python)
2018-05-03Bump r-rcpp versions. (#8016)健美猫1-0/+2
2018-05-03pism: new package (#8010)Elizabeth Fischer1-0/+171
* pism: new package * Implement code review * Remove pointless docstring5 * Fixed missing trailing quote
2018-05-03py-numpy: update (#8003)Elizabeth Fischer2-4/+9
* py-numpy: update * Better constrain when can / cannot parallel build. * Update SciPy parallel logic to be specific to Python 3.5+, same as in Numpy.
2018-05-03py-bsddb3: update (#8006)Elizabeth Fischer1-1/+5
* py-bsddb3: update * Change py-setuptools to build dependency
2018-05-03pfunit: update (#7994)Elizabeth Fischer1-12/+15
2018-05-03Everytrace: update (#7995)Elizabeth Fischer1-3/+7
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