summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Used names with __ in class level constructs to avoid rebinding (#7563)Massimiliano Culpo1-3/+3
fixes #3129
2018-03-22Add latest version of MPC (#7546)Adam J. Stewart1-5/+13
2018-03-22Add latest version of ISL (#7547)Adam J. Stewart1-1/+2
2018-03-22add versions 1.9.6 1.9.7 (#7562)Sinan1-0/+2
2018-03-22Record installation date and time in DB (#7334)Massimiliano Culpo6-51/+262
* Added installation date and time to the database Information on the date and time of installation of a spec is recorded into the database. The information is retained on reindexing. * Expose the possibility to query for installation date The DB can now be queried for specs that have been installed in a given time window. This query possibility is exposed to command line via two new options of the `find` command. * Extended docstring for Database._add * Use timestamps since the epoch instead of formatted date in the DB * Allow 'pretty date' formats from command line * Substituted kwargs with explicit arguments * Simplified regex for pretty date strings. Added unit tests.
2018-03-22Recover the old patching order for packages. (#7558)Massimiliano Culpo1-1/+1
fixes #7543 This is very likely an hot-fix, while a more permanent solution is needed. See this comment for more insight: https://github.com/spack/spack/pull/7193#discussion_r176448831 on the problem.
2018-03-22meme: fix errors (#6736)Levi Baber1-4/+5
* meme: added perl-xml-parser dependency, resolved issue. still need to fix ghostscript or image-magick, conversion not working. * meme: fixed issue with libxslt/libxml2 conflict, and added imagemagick support * meme: removing libxslt/libxml2 dependency lines * meme: configure args * meme: separating configure args * meme: removing a comment, and hoping for travis to rebuild. site seems back up. * meme: make image-magick optional * meme: add comment referencing PR * meme: bah flake8
2018-03-22tcl-tclxml: new package (#7557)Federico Ficarelli1-0/+58
2018-03-22Add latest version of eigen (#7530)Adam J. Stewart2-1/+31
* Add latest version of eigen * Fix bug in ptscotch detection
2018-03-22tcl-tcllib: new package (#7481)Federico Ficarelli1-0/+47
2018-03-21Propagate architecture information during concretization (#7412)becker332-17/+57
This updates architecture concretization to * Search for the nearest parent in the DAG for architecture information rather than defaulting to the root of the DAG * Propagate architecture settings transitively, such that if for example the target is set at the root of the dag it will set the same target on indirect dependencies (assuming no intermediate dependency specifies a separate target). Previously this occurred in general but under some conditions did not, for example if an intermediate dependency specified some subset of architecture properties.
2018-03-21Opt avx (#7486)Michael Sternberg2-25/+36
* Promote to Autotools for simplicity; broaden Intel CPU opt targeting from SSE4.2 to AVX2 * make Intel CPU opt targeting same as in ../libxc * flake8 W291 * use canonical means to pass (ahem) the test phase, h/t @adamjstewart * revert f25d598 (unrelated merge) * re-merge
2018-03-21Add latest versions of bazel (#7542)Leonhard Reichenbach2-4/+34
* Add latest versions of bazel * Added java as dependency to run bazel
2018-03-21libXi requires pkgconfig and fixesproto (#7480)Eric Müller1-0/+4
2018-03-21py-pybedtools: fix hash for 0.6.9 (#7492)Levi Baber1-1/+1
2018-03-21Singularity: new version (#7551)Levi Baber1-0/+1
* singularity: new version * singularity: hash
2018-03-21perl-module-implementation: Create new package (#7549)Eric1-0/+40
2018-03-21New Package: jchronoss (#7207)Julien Adam1-0/+63
* New Package: jchronoss * jchronoss: Fix flake8 errors * jchronoss: Fix according to recommendations * jchronoss: Remove FIXME * jchronoss: Fix another flake8 error
2018-03-21r-dirichletmultinomial: Create new package. (#7227)lingnanyuan1-0/+44
* r-dirichletmultinomial: Create new package. * Change description. * Change description.
2018-03-21Enable creation of mirrors for systems with different compilers (#5153)scheibelp3-13/+50
* Create mirror for system with different compilers Spack concretizes the spec provided by the user in "spack mirror create" to ensure downloading the right dependencies. Under normal circumstances concretization requires that the chosen compiler exists on the system, but this is not required when creating download mirrors for other systems, so this requirement is removed in that case. * Add test for disabling compiler existence check * Update compiler existence checking logic * improve test for disabling compiler existence check
2018-03-21py-python-levenshtein: Create new package (#7426)Eric1-0/+37
* py-python-levenshtein: Create new package * py-python-levenshtein: fix flake8 errors * py-python-levenshtein: Use pypi.io per packaging guide
2018-03-21perl-cairo: Create new package (#7432)Eric1-0/+38
* perl-cairo: Create new package * perl-cairo: Add cairo dependency
2018-03-21bamutil: needs zlib (#7444)Levi Baber1-0/+2
2018-03-21package/JAGS: new version (4.3) (#7456)Sinan1-0/+1
* package/JAGS: new version (4.3) * fix typo fix typo
2018-03-21pandaseq: needs bzip and libtool as link (#7465)Levi Baber1-1/+2
2018-03-21Using self.prefix in Trilinos to avoid global name prefix undefined bug (#7478)Jon Rood1-1/+2
* Using self.prefix in Trilinos to avoid global name prefix undefined bug during module refreshing. * Fixing flake8 errors.
2018-03-21Open MPI: add 2.1.3 (#7535)Howard Pritchard1-0/+1
note the libmpi.so itself didn't have changes, only other components of the package had updates. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2018-03-21suite-sparse: add cmake dependency (#7538)Denis Davydov1-0/+1
2018-03-21Generate spack docset for Dash. (#6981)健美猫1-1/+7
2018-03-21make py-setuptools a run-time-only dep for py-basemap and patch pytho… (#6989)Gregory Lee3-4/+9
* make py-setuptools a run-time-only dep for py-basemap and patch python package to only apply setuptools flag for build deps * py-qtconsole does not require setuptools
2018-03-21snphylo: new package (#7045)Yifan Zhu2-1/+58
* pushing partially done recipe for snphylo * r-snphylo: try * phylip: added version 3.697 * snphylo: updated package.py * snphylo: flake8 error fixed
2018-03-21Support MD5 with a warning when OpenSSL is compiled in FIPS mode (#7531)scheibelp1-3/+48
* This allows Spack to work with MD5 hashes on machines with openssl in FIPS mode. * We are still using MD5 for validation in many places, and a later PR will replace all uses of MD5 with SHA256. * This is a quick fix until that happens.
2018-03-21elfutils: document conflict with clang (#7096)Geoffrey Oxberry1-0/+6
2018-03-21intel-xed: new package (#7106)Mark W. Krentel1-0/+105
* intel-xed: new package The Intel X86 Encoder Decoder library for encoding and decoding x86 machine instructions. * intel-xed: style fixes for flake8. * intel-xed: better style fix * intel-xed: update to version 2018.02.14, add PYTHONPATH for building with python 3, cleanup the opt flag.
2018-03-21scotch%intel: remove restrict (#7148)lpoirel1-1/+1
The restrict compilation option with icc causes deadlock when multithreading is used. This issue has already been reported to the Scotch development team, but for current versions it is more reliable not to use the restrict compilation option.
2018-03-21librom: new package (#7180)Geoffrey Oxberry1-0/+77
* libtool: actually do symlinking correctly on darwin Version 4 of the libtool/darwin debacle: AutotoolsPackage hardcodes libtool & libtoolize into the autoreconf stage, so the commands `libtool` and `libtoolize` MUST be present, and shimming in glibtoolize into AutotoolsPackage when sys.platfrom == 'darwin' does not work. join_path(spec['libtool'].prefix.bin, 'libtool') still shadows system BSD libtool (in apple-cctools, see PR #7177), but this shadowing could be okay, depending on the combination of dependent specs. * librom: new package
2018-03-21py-backports-functools-lru-cache: add version 1.5 (#7206)Eric1-0/+2
* py-backports-functools-lru-cache: add version 1.5 * py-backports-functools-lru-cache: fix conflicts
2018-03-21Adding unzip package. (#7446)Jon Rood1-0/+46
* Adding unzip package. * Removing bzip2 dependency in unzip and raising an error when on Cray. * Fixing error. * Using conflicts statement for Cray detection in unzip package.
2018-03-21Xorg-server: Add dependencies and fix installation. (#7220)lingnanyuan3-53/+37
* xorg-server: Add several dependencies. * libepoxy: Add dependendies mesa and meson. * mesa: Add dependencies for hwrender. * mesa: undo some changes.
2018-03-21py-py{gobject,gtk} require pkgconfig for build (#7380)Eric Müller2-0/+3
2018-03-21remove cray-specific path modifications from pkgconfig providers (now ↵scheibelp2-13/+2
handled in cray platform) (#7406)
2018-03-21patch config.guess for ARM (aarch64) (#7427)Gregory Lee1-3/+3
2018-03-21orfm: needs zlib (#7466)Levi Baber1-0/+2
2018-03-21new package: perl-module-runtime (#7494)Eric1-0/+36
2018-03-21VMD-python v2.0.10 - new package (#7490)peetsv1-0/+40
* VMD-python v2.0.10 - new package * removing extraneous comments * flake8 error - trailing blank lines removed
2018-03-21Add latest version of patch (#7539)Leonhard Reichenbach1-2/+3
2018-03-20A new package: wcslib. (#7463)健美猫1-0/+35
2018-03-20Ghost as cuda package (#7501)jthies3-12/+30
* add headers property to netlib-lapack and intel-mkl * ghost: fix finding cblas header and libs (at least for mkl and netlib-lapack, which provide headers()) * fix flake8 errors * ghost: remove unnecessary query parameter * fix flake8 errors * ghost: make it a CudaPackage (as suggested by @davydden, thanks!) * ghost: missing whitespace
2018-03-20alglib: fix on Darwin (#7534)Denis Davydov1-0/+7
2018-03-20spec: support "full" hashesPeter Scheibel2-3/+34
This hash includes the content of the package itself as well as the DAG for the package.