Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-12 | Fix mysqldb1 (#9978) | David Hows | 2 | -2/+17 | |
* Update package.py * Add MYSQL Package file * Fixes for linter | |||||
2019-03-12 | New package: py-mysql-connector (#10327) | Elizabeth Fischer | 2 | -0/+48 | |
* New package: py-mysql-connector * Fixed docstring * 1. Determined that py-setuptools was not needed at all, so removed. 2. Added py-protobuf. Docs seem to imply that only C protobuf library is required; however, the Python setup.py says differently, and some Python code seems to reference protobuf too. I don't know why this worked for me, but it looks like including py-protobuf is the right thing to do. * Applied solution detailed in: https://github.com/mysql/mysql-connector-python/pull/9 Uncommenting this patch will make `error: option --single-version-externally-managed not recognized` reappear. * Clean up / reorder lines * flake8 | |||||
2019-03-12 | varscan: set VARSCAN_HOME variable to jar file location (#10744) | Eric Martin | 1 | -1/+1 | |
2019-03-12 | py-pytables: Add hdf5 1.10.x support for versions above 3.4.0 (#10746) | Eric Martin | 1 | -2/+3 | |
2019-03-12 | Update caliper package (#10750) | David Poliakoff | 1 | -11/+23 | |
* Updating Caliper package with a shared lib option * Tightened version bounds on Caliper package * Removed testing. Loosened version constraints * Add Caliper 2.0.1, cleanup dependency specs | |||||
2019-03-12 | "Werror" too strict for recent compilers (#10802) | Rob Latham | 2 | -0/+72 | |
rapidjson gives warnings with gcc-7.3 and branch fall through | |||||
2019-03-12 | qt: Use more system dependencies and fix build with new gcc versions (#10817) | Michael Kuhn | 3 | -2/+53 | |
qt currently falls back to bundled versions of sqlite, harfbuzz, pcre, double-conversion and xcb. This adds the appropriate dependencies and configure arguments. A new variant adds multibyte support to pcre and pcre2, which is required by qt. Additionally, newer versions of gcc (starting with @8.3.0) cause build failures. This adds a patch to fix the problem. The changes have been tested with all versions of qt currently available in Spack. 5.2 and 5.3 do not build for reasons that seem to be unrelated to these changes, though. | |||||
2019-03-12 | casacore does not support fftw+mpi . (#10839) | 健美猞猁 | 1 | -1/+1 | |
2019-03-12 | Aoflagger: a new package. (#10840) | 健美猞猁 | 1 | -0/+23 | |
* A new package: aoflagger. * aoflagger does not support boost>1.66.0 . * Add fftw~mpi dependency. * flake8. * Flake8. * Update package heder. * md5 -> sha256. | |||||
2019-03-12 | openPMD-api: shared variant (#10847) | Axel Huebl | 1 | -0/+4 | |
Add a variant to control shared/static builds (one at a time) and make shared the default. | |||||
2019-03-12 | Revert to manual flag enabling, due to RegCM bug in configure. (#10863) | Alberto Chiusole | 1 | -2/+5 | |
The configure of RegCM treats --disable-FEATURE as --enable-FEATURE, so we cannot use enable_or_disable. | |||||
2019-03-12 | added checksum for 20190222 release of gnu parallel (#10865) | Owen Solberg | 1 | -0/+1 | |
2019-03-12 | py-llvmlite: Add versions 0.26.0 and 0.27.1 (#10866) | Eric Martin | 1 | -1/+4 | |
2019-03-12 | New package: ibm-java (#10777) | Mark W. Krentel | 3 | -0/+74 | |
* Add binary package of the IBM Java SDK for big and little-endian powerpc (power7, 8 and 9). The jdk and openjdk packages only install on x86_64. * Add ibm-java as a java provider * The jdk and openjdk packages only install on x86_64. Add conflicts for ppc64 and ppc64le to jdk and openjdk. | |||||
2019-03-12 | Elfutils package: add m4 dependency and version 0.176 (#10834) | wspear | 1 | -1/+3 | |
* Elfutils requires m4 to build * Add version 0.176 | |||||
2019-03-11 | New package: Draco (#10844) | Robert Pavel | 1 | -0/+36 | |
2019-03-11 | scons package: add missing dependency to py-setuptools (#10856) | Matthias Diener | 1 | -0/+7 | |
2019-03-11 | OpenMPI: v4.0.0 + Slurm installation error (#10853) | Jiawei Zhuang | 1 | -4/+11 | |
shmemrun and oshrun do not exist in OpenMPI v4.0.0 (ref: https://www.open-mpi.org/doc/v4.0/) The Spack OpenMPI package was failing the install by trying to remove them. This guards the removal of several scripts when using the Slurm scheduler to handle the case where they don't exist. | |||||
2019-03-11 | Fix URLs for VI-HPS projects (#10821) | Michael Kuhn | 3 | -3/+3 | |
URLs for the opari2, otf2, and scorep packages have changed (although the checksums are the same) | |||||
2019-03-11 | mpich: add psm2 fabric support (#10814) | Stas Sergienko | 1 | -2/+10 | |
psm2 is only supported for versions 2.2 and up, so a conflict is added for earlier versions | |||||
2019-03-11 | New package: cotter (#10838) | 健美猞猁 | 1 | -0/+20 | |
2019-03-11 | STAR: Add versions 2.7.0d and 2.7.0e (#10831) | Eric Martin | 1 | -0/+2 | |
2019-03-11 | py-chardet: Add version 3.0.2 (#10827) | Eric Martin | 1 | -0/+1 | |
2019-03-11 | py-urllib3: Add version 1.21.1 (#10826) | Eric Martin | 1 | -0/+1 | |
2019-03-11 | cgns package: add version 3.4.0 and update hdf5 dependency (#10803) | Greg Sjaardema | 1 | -8/+9 | |
* Add version 3.4.0 * Update checksums for older versions to sha256 * Require hdf5~mpi when building with ~mpi | |||||
2019-03-11 | samtools package: Add version 1.5 and htslib 1.5 dependency (#10825) | Eric Martin | 2 | -0/+3 | |
2019-03-11 | hdf5 package: add version 1.10.5 (#10794) | Alberto Chiusole | 1 | -1/+4 | |
2019-03-11 | py-crossmap: new package at 0.3.3 (#10854) | Justin Stanley | 1 | -0/+28 | |
2019-03-11 | flex: Apply 2.6.4 patch regardless of gcc version (#10841) | Michael Kuhn | 1 | -10/+8 | |
It seems that this is actually a glibc problem and while 2.6.4 builds without the patch on newer versions of gcc (@8:), it still sometimes segfaults (as observed during the doxygen build). | |||||
2019-03-11 | mpich: remove libpciaccess dependency for MacOS (#10795) | Ce Qin | 1 | -1/+4 | |
2019-03-11 | added intel 19.0.3 packages (#10835) | Gregory Lee | 2 | -0/+4 | |
* added intel 19.0.3 packages * added intel 19.0.3 packages | |||||
2019-03-11 | Add 2019.{3,4} and patches for pedantic warnings. (#10836) | Chris Green | 3 | -2/+64 | |
2019-03-11 | boost: patch for problem with warnings for 1.69.0. (#10820) | Chris Green | 3 | -0/+176 | |
2019-03-08 | breseq package: Add version 0.33.2 and zlib dependency (#10747) | Eric Martin | 1 | -2/+10 | |
For zlib, also update the `CFLAGS`/`LDFLAGS` | |||||
2019-03-08 | intel: add 2019.3 (#10843) | Denis Davydov | 4 | -0/+8 | |
2019-03-07 | snap: overwrite flags (#10832) | Christoph Junghans | 1 | -0/+1 | |
2019-03-07 | cloverleaf3d: overwrite flags (#10830) | Christoph Junghans | 1 | -0/+10 | |
2019-03-07 | cloverleaf: overwrite flags (#10829) | Christoph Junghans | 1 | -0/+10 | |
2019-03-07 | autofact: fix dependency (#10818) | Levi Baber | 1 | -1/+1 | |
2019-03-07 | trimmomatic package: restrict java dependency to version 8 (#10741) | Eric Martin | 1 | -1/+1 | |
2019-03-07 | Nix package: update dependencies (#10646) | Tristan Carel | 5 | -11/+56 | |
* Add 'fiber' as a default library for boost * Add autoconf/automake etc. dependencies to libseccomp package * New package: brotli * New package: editline * Add brotli, editline, boost dependencies to Nix | |||||
2019-03-07 | GEOPM package: add version 1.0.0-rc2 (#10737) | Matthias Maiterth | 1 | -0/+2 | |
2019-03-07 | py-sip package: Add version 4.19.3 (#10742) | Eric Martin | 1 | -1/+2 | |
2019-03-07 | seqtk package: Add version 1.3 (#10743) | Eric Martin | 1 | -0/+1 | |
2019-03-07 | flex package: patch for building 2.6.4 with gcc 7 (#10754) | Michael Kuhn | 1 | -7/+14 | |
Remove 2.6.3 as preferred version (but keep it available for building). The latest version (currently 2.6.4) is now preferred (according to Spack's defaults). | |||||
2019-03-07 | py-certifi: Add version 2017.4.17 (#10828) | Eric Martin | 1 | -0/+1 | |
2019-03-07 | py-flake8: Add missing dependencies for @3.7.7 (#10796) | Michael Kuhn | 3 | -1/+14 | |
* Update dependencies for py-flake8 when building version 3.7.7 * Add FIXME comment for an example dependency constraint which causes concretization to hang * Add py-entrypoints version 0.3 * Add py-pycodestyle version 2.5.0 | |||||
2019-03-07 | CMake package: update libuv dependency constraints (#10824) | 健美猞猁 | 2 | -2/+4 | |
* Add libuv version 1.10.0 * CMake versions before 3.12.0 do not build with libuv version 1.25.0, so a constraint is added to build earlier versions of CMake with libuv version 1.10.x | |||||
2019-03-07 | thrust: add versions 1.9.0-1.9.4 (#10823) | prs513rosewood | 1 | -1/+6 | |
2019-03-06 | transdecoder package: Add version 5.5.0 and fix up url and installation ↵ | Eric Martin | 1 | -4/+6 | |
paths (#10745) * Add version 5.5.0 and fix installation locations * URL format has changed as of version 5.5.0 * Update paths created for installation |