Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-18 | py-pytest: Added dependency on py-setuptools-scm, as well as py-setup… (#8750) | Neil Flood | 1 | -0/+1 | |
* py-pytest: Added dependency on py-setuptools-scm, as well as py-setuptools, to prevent the build from silently installing its own copy of setuptools-scm * py-pytest: Dependency on setuptools-scm only needs to be 'build' | |||||
2018-07-18 | py-snuggs: Added depends_on py-parsing. The build uses setuptools, which ↵ | Neil Flood | 1 | -0/+1 | |
would otherwise silently try to install pyparsing itself, presumably into the python home dir (obviously not ideal). (#8748) | |||||
2018-07-18 | py-pkgconfig: Made nose dependency type=build,test instead of just ↵ | Neil Flood | 1 | -1/+1 | |
type=test, to prevent setuptools from silently installing its own copy of nose (#8749) | |||||
2018-07-18 | openmpi: add c++ exceptions cfg option variant (#8743) | Cyrus Harrison | 1 | -0/+5 | |
* openmpi: add c++ exceptions cfg option variant * address review comments | |||||
2018-07-17 | Cmake: add version 3.12.0 (#8731) | Matthias Diener | 1 | -0/+1 | |
2018-07-17 | py-pyqi: new package (#8726) | Levi Baber | 1 | -0/+38 | |
* py-pyqi: new package * py-pyqi: cleanup | |||||
2018-07-17 | Confine the xlf_seacas.patch for trilinos to version 12.12.1 (#8725) | Jon Rood | 1 | -3/+3 | |
* The xlf_seacas.patch fails on the latest trilinos develop branch so confine it up to version 12.12.1. * Fixing likely mistak in seacas patch version range. | |||||
2018-07-17 | Packages must be added to DB to be considered installed (#8038) | Massimiliano Culpo | 1 | -0/+1 | |
Fixes #8036 Before this PR Package.installed was returning True if the spec prefix existed, without checking the DB. This is wrong for external packages, whose prefix exists before being registered into the DB. Now the property checks for both the prefix and a DB entry. | |||||
2018-07-17 | lammps: added v20180629 (#8695) | Christoph Junghans | 1 | -4/+16 | |
2018-07-17 | fftw: version bump (#8723) | Christoph Junghans | 1 | -0/+3 | |
* fftw: version bump * fftw: add gcc-8 conflict for v3.3.7 | |||||
2018-07-17 | fix link to blas libs (#8721) | Lukasz | 1 | -0/+2 | |
2018-07-17 | Add fix for bug causing MACSio build failure when hdf5 or typhonio enabled ↵ | James Dickson | 2 | -2/+2 | |
(#8722) * Add fix for bug causing build failure when hdf5 enabled * Added correct hdf5 dependency to typhonio | |||||
2018-07-16 | r: add memory profiling variant (#8717) | Levi Baber | 1 | -0/+5 | |
* r: add memory profiling variant * r: change memory_profiling to underscores | |||||
2018-07-16 | aspera-cli: a new package. (#8715) | 健美猞猁 | 1 | -0/+53 | |
* aspera-cli: a new package. * flak8. | |||||
2018-07-15 | Charm: set default backend to netlrts (#8714) | Matthias Diener | 1 | -1/+1 | |
This allows building MPI applications on top of charm/AMPI without to specify another backend. | |||||
2018-07-15 | Charm: more info about build targets (#8713) | Matthias Diener | 1 | -0/+1 | |
* Charm: more info about build targets * fix whitespace | |||||
2018-07-15 | Scotch: update package (#8711) | Matthias Diener | 1 | -0/+1 | |
2018-07-15 | yasm: add develop version (#8712) | Matthias Diener | 1 | -0/+6 | |
2018-07-15 | charm: provide MPI (#8647) | Matthias Diener | 1 | -0/+19 | |
* Charm: provide MPI * add mpicc wrappers * clarify MPI comment | |||||
2018-07-14 | Fixing error in amrvis package. (#8710) | Jon Rood | 1 | -4/+4 | |
2018-07-14 | Py-opentuner: new package (#8707) | Matthias Diener | 1 | -0/+44 | |
2018-07-13 | Unset F90 and F90FLAGS in mvapich2 (#8698) | Jon Rood | 1 | -0/+3 | |
* Unset F90 in mvapich2 when using intel compilers. * Fixing typo. * Unset F90 and F90FLAGS for mvapich2 at all times. * Adding comment. | |||||
2018-07-13 | py-fn: new package (#8705) | Matthias Diener | 1 | -0/+37 | |
2018-07-13 | mothur: mpi not used (#8706) | Levi Baber | 1 | -3/+0 | |
2018-07-13 | Scotch: fix compilation of 6.0.5a (#8704) | Matthias Diener | 2 | -0/+12 | |
Prevent this error: metis_graph_part.c:301:7: error: non-void function 'METIS_PartGraphVKway' should return a value [-Wreturn-type] | |||||
2018-07-13 | update version for numexpr (#8702) | Sajid Ali | 1 | -1/+2 | |
* modified: package.py * deleted: var/spack/repos/builtin/packages/py-numexpr/numexpr-2.6.5.tar.gz | |||||
2018-07-13 | Add py-backcall (#8701) | Sajid Ali | 1 | -0/+34 | |
* new file: var/spack/repos/builtin/packages/py-backcall/package.py * Update package.py * Update package.py * Update package.py * Update package.py | |||||
2018-07-12 | flang: add support for llvm-6 (#8073) | Christoph Junghans | 2 | -8/+65 | |
* flang: add support for llvm-6 * flang: review changes * pgmath: make flake8 happy | |||||
2018-07-12 | Add Git development versions for Typhon and BookLeaf_Cpp. (#8694) | Tim Law | 2 | -0/+6 | |
2018-07-12 | First try on pytorch (#8649) | Nicolas Richart | 1 | -0/+93 | |
* initial version of the package pyTorch (#171) * adding version 0.4 * flake8 correction * reordering version, removing run dependecies * Changing depends_on type to default | |||||
2018-07-12 | mitofates: more deps and a patch to make it functional (#8686) | Levi Baber | 2 | -0/+39 | |
* mitofates: more deps and a patch to make it functional | |||||
2018-07-12 | Remove unnecessary version-specific URL overrides (#8693) | Adam J. Stewart | 5 | -19/+10 | |
2018-07-11 | transdecoder: needs perl-uri-escape (#8690) | Levi Baber | 1 | -0/+1 | |
2018-07-11 | beast1: new version (#8691) | Levi Baber | 1 | -0/+2 | |
2018-07-11 | mothur: new version (#8692) | Levi Baber | 1 | -0/+1 | |
2018-07-11 | py-ply: added version 3.11 (#8383) | Massimiliano Culpo | 1 | -2/+3 | |
2018-07-11 | Don't propagate version-specific URL overrides to newer versions (#8565) | Massimiliano Culpo | 1 | -0/+34 | |
When a user specifies a URL for a specific version of a package, Spack originally would use that URL for all newer versions of the package. This behavior has proven to be generally more harmful than useful, so this PR removes the feature such that a version-specific URL override affects only that version. | |||||
2018-07-11 | py-cutadapt: needs py-setuptools at runtime (#8689) | Levi Baber | 1 | -1/+1 | |
2018-07-11 | openmpi: add 3.1.1 (#8684) | Howard Pritchard | 1 | -0/+1 | |
Signed-off-by: Howard Pritchard <howardp@lanl.gov> | |||||
2018-07-11 | Adjusted sublime-text package (#8685) | Jannek Squar | 1 | -2/+3 | |
2018-07-11 | perl-math-cephes: new package (#8671) | Levi Baber | 1 | -0/+35 | |
2018-07-11 | Update kaldi (#8682) | Jimmy Tang | 1 | -8/+8 | |
* Update kaldi always use the --fst-version otherwise it does the wrong thing with selecting the fst version. also enable speex by default * Give version a more meaningful name * Update older version with a date string instead | |||||
2018-07-11 | New packages: libbeato bwtool. (#8681) | 健美猞猁 | 2 | -0/+72 | |
2018-07-11 | Retire the py-dev package (#8679) | Adam J. Stewart | 2 | -48/+0 | |
2018-07-11 | Patch for 'netlib-lapack'. (#8677) | Sergey Kosukhin | 2 | -0/+31 | |
2018-07-11 | Bump gromacs versions. (#8676) | 健美猞猁 | 1 | -0/+2 | |
2018-07-10 | Adding psm as a dependency of mvapich2. (#8674) | Jon Rood | 1 | -1/+5 | |
2018-07-10 | Gtkorvo updates (#8663) | Kshitij Mehta | 5 | -9/+57 | |
* gtkorvo-atl: Updated to version 2.2 * gtkorvo-dill: Updated to version 2.4 * gtkorvo-enet: Updated to version 1.3.14 * libevpath: Updated to version 4.4.0 * libffs: Updated to version 1.5 * gtkorvo-atl: Bugfix: Fixed cmake args * gtkorvo-enet: Switched order of versions to have the latest version on the top * gtkorvo-atl: Cleaned up cmake_args. Added conditional self.run_tests * gtkorvo-dill: Cleaned up cmake_args. Added conditional self.run_tests * libffs: Correction in dependency versions. Cleaned up cmake_args. Added conditional self.run_tests * libevpath: Correction in dependency versions. Cleaned up cmake_args. Added conditional self.run_tests * gtkorvo-atl: Removed unused option from cmake args | |||||
2018-07-10 | libxshmfence: Update to 1.3 (#8667) | Michael Kuhn | 1 | -2/+3 | |
libxshmfence@1.2 does not compile with recent versions of glibc. | |||||
2018-07-09 | charm: add possibility to run tests (#8665) | Matthias Diener | 1 | -0/+6 | |