Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-27 | cmake: Bump to 3.15.1 (#12151) | Chuck Atkins | 1 | -0/+1 | |
2019-07-27 | environment-modules package: add version 4.3.0 (#12155) | Xavier Delaruelle | 1 | -1/+7 | |
2019-07-26 | adios2: Patch findmpi for downstream issues. (#12152) | Chuck Atkins | 2 | -0/+843 | |
2019-07-26 | kealib: fix incorrect md5sum for v1.4.11 (#12126) | Sinan | 1 | -6/+8 | |
* fix incorrect md5sum for v1.4.11 * fix url and replace md5 with sha256 * add mainter | |||||
2019-07-26 | update to kim-api-2.1.1 and openkim-models-2019-07-25 (#12137) | Ryan S. Elliott | 2 | -8/+25 | |
* update to kim-api-2.1.1 and openkim-models-2019-07-25 * openkim-models provide needed dependency constraints and settings * add maintainers and fixup flake8 errors | |||||
2019-07-26 | Add flake8 3.7.8 (#12141) | Adam J. Stewart | 1 | -43/+34 | |
2019-07-26 | libxc: Make configure recognize Fujitsu compiler (#12147) | t-karatsu | 2 | -0/+23 | |
2019-07-26 | py-pyomo: new package at 5.6.6 (#12134) | Justin S | 1 | -0/+27 | |
* py-pyomo: new package at 5.6.6 * py-pyomo: add missing deps, python constraint | |||||
2019-07-26 | Small fixes for font-util package (#12148) | RĂ©mi Lacroix | 1 | -4/+1 | |
* font-util: Remove duplicated dependencies. * font-util: Fix path handling for font resources. The "join_path" call made no sense but still managed to work somehow most of the times. | |||||
2019-07-26 | Add GDAL 3.0.1 (#12140) | Adam J. Stewart | 1 | -3/+5 | |
2019-07-26 | Add Python 3.7.4 (#12142) | Adam J. Stewart | 1 | -1/+4 | |
2019-07-25 | googletest: Fix reversed +pthreads option (#12128) | Oliver Breitwieser | 1 | -1/+1 | |
If +pthreads is specified, googletest actually gets build without pthreads support and vice versa. If pthreads is not available, googletest should detect it itself which is why "enabling" pthreads in case of ~pthreads does not seem to cause any error. Change-Id: I29de8c4a23dc3901124b27a1ead3354949b7e65b | |||||
2019-07-25 | interproscan: new package at 5.36-75.0 (#12130) | Justin S | 1 | -0/+33 | |
2019-07-25 | git-lfs: add version 2.8.0 (#12131) | Matthias Diener | 1 | -0/+1 | |
2019-07-25 | Patches for graphviz (#12133) | Glenn Johnson | 1 | -0/+11 | |
- patch to build with qt5, enabling gvedit to build - two patches to compile graphviz with icc | |||||
2019-07-25 | xsdk: phist has a conflict with gcc version <= gcc-4.9.1 (#11946) | Satish Balay | 1 | -3/+4 | |
* xsdk: phist has a conflict with gcc version <= gcc-4.9.1 - so add a variant to disable it on older compiler builds This is triggered by #11677 * fix typo | |||||
2019-07-25 | use Excecutable instead of exec for editing licenses (#11968) | Gregory Lee | 1 | -2/+21 | |
* fix defunct editor exit in #11691 | |||||
2019-07-25 | Make OpenJDK the default (#12106) | Elizabeth Fischer | 1 | -1/+1 | |
2019-07-25 | cmake: Add a patch to revert a findmpi regression (#12129) | Chuck Atkins | 2 | -0/+33 | |
2019-07-25 | catch: more versions, new and older. (#12123) | Chris Green | 1 | -0/+9 | |
New versions 2.9.0, 2.9.1, older versions 2.2.2, 2.2.3, 2.4.1, 2.4.2, 2.7.0, 2.7.1, 2.7.2. | |||||
2019-07-25 | lame & libmad: Added two new packages for sox mp3 support. (#11964) | simo-tuomisto | 4 | -0/+163 | |
* Added a new package for LAME and a variant in sox for it. * Fixed download url for LAME * libmad: Added new package libmad for mp3 decoding. Changed sox variant from lame to mp3. * libmad: Added m4 as a requirement * libmad: Added comment on patch origins * libmad: Added a list_url for alternate download location * libmad: Fixing libmad download url | |||||
2019-07-25 | gdal: added versions 2.4.2 and 3.0.1 (#12125) | Sinan | 1 | -0/+2 | |
2019-07-25 | geant4: improvements with respect to building against CLHEP. (#12124) | Chris Green | 2 | -6/+42 | |
2019-07-24 | new command: `spack maintainers` queries package maintainers | Todd Gamblin | 5 | -0/+301 | |
- We don't currently make enough use of the maintainers field on packages, though we could use it to assign reviews. - add a command that allows maintainers to be queried - can ask who is maintaining a package or packages - can ask what packages users are maintaining - can list all maintained or unmaintained packages - add tests for the command | |||||
2019-07-24 | tests: Test install of unconcretized spec (#12099) | Tamara Dahlgren | 1 | -0/+17 | |
2019-07-24 | Add py-setuptools as a build dependency for py-absl-py (#12109) | Glenn Johnson | 1 | -0/+1 | |
I needed to add py-setuptools to get py-absl-py to build. | |||||
2019-07-24 | Add conflicts statement to freetype for icc (#12111) | Glenn Johnson | 1 | -0/+4 | |
Freetype-2.8 and above use __builtin_shuffle which is not supported by icc. | |||||
2019-07-24 | Perl take in flags (#12112) | t-karatsu | 1 | -0/+5 | |
* perl: perl package takes in spack cflags. * fix for flake8 test. | |||||
2019-07-24 | nnvm: cmake bug is fixed. (#12113) | Toyohisa Kameyama | 2 | -0/+21 | |
2019-07-24 | rapidjson: Don't add -march=native on ARM and gcc 5.x or before. (#12117) | Toyohisa Kameyama | 2 | -0/+17 | |
2019-07-24 | QMCPACK Update July 2019 (#12097) | Nichols A. Romero | 1 | -16/+9 | |
* Add QMCPACK v. 3.8.0 * Remove QE variant conflict for serial QMCPACK installations. * Add support for QE 6.4.1 converter. * FindLibxml2QMC patch function only needed prior to QMCPACK 3.8.0 | |||||
2019-07-24 | Do not build c-blosc test if intel in spec (#12110) | Glenn Johnson | 1 | -0/+4 | |
While the c-blosc library compiles with icc some of the c-blosc tests do not. Disable the tests so that the spack build can continue. | |||||
2019-07-24 | cmake: fix cxx98flag's name (#12114) | t-karatsu | 1 | -1/+1 | |
2019-07-24 | Fixed a name clash in the 'from_environment_diff' function (#12116) | Massimiliano Culpo | 2 | -12/+18 | |
* Added a unit test reproducing the failure in 12085 * Fixed name clash in the 'from_environment_diff' function The bug reported in #12085 stemmed from a name clash among variables, introduced during the refactor in #10753 and not caught by unit tests and reviews. | |||||
2019-07-23 | rocksdb: Don't add -march=native on ARM and gcc 5.x or before. (#12108) | Toyohisa Kameyama | 1 | -0/+7 | |
2019-07-23 | added relion 3.0.7 - removed deprecated versions (#12101) | Douglas Duckworth | 1 | -7/+2 | |
* relion - added v 3.0.7 and removed deprecated versions that have inferior performance * relion 3.0.7 does require cuda 9 or above | |||||
2019-07-23 | Typo fixes in Spack Environments docs (#12100) | Adam J. Stewart | 1 | -17/+17 | |
2019-07-23 | isaac-server: Don't add -march=native on ARM and gcc 5.x or before. (#12042) | Toyohisa Kameyama | 2 | -0/+19 | |
2019-07-23 | nanoflann: Don't add -mtune=native on ARM and gcc 5.x (#12093) | Toyohisa Kameyama | 1 | -0/+4 | |
2019-07-23 | Quantum Espresso Update 2019 (#12098) | Nichols A. Romero | 1 | -3/+3 | |
* Add support for QE 6.4.1 * QE 6.3. backports branch no longer relevant. * List QE develop first. | |||||
2019-07-23 | Add EFA fabric to libfabric | Jimmie Lin | 1 | -1/+2 | |
2019-07-23 | error messages: include whole spec for "no externals found" message (#12070) | Greg Becker | 1 | -2/+2 | |
* Provide better error message when matching externals are found for package marked not buildable | |||||
2019-07-23 | ioapi: add version 3.2 (#12088) | Pariksheet Nanda | 1 | -0/+44 | |
* ioapi: add version 3.2 * ioapi: unwrap version checksum; it's exempt from line length QA * ioapi: drop overridden build(); it's the same as the default | |||||
2019-07-23 | hashing: fix caching of dependency hashes in to_node_dict | Gregory Becker | 2 | -11/+17 | |
2019-07-23 | ncurses: remove TERMINFO from build env (#12086) | Greg Becker | 1 | -0/+3 | |
2019-07-23 | font-util: add missing autoconf automake dependencies (#12053) | Marco Comparato | 1 | -0/+3 | |
2019-07-22 | commands: add tests for all subcommands of `spack pkg` | Todd Gamblin | 3 | -24/+271 | |
2019-07-22 | commands: add `spack pkg changed` subcommand, better test support | Todd Gamblin | 1 | -10/+55 | |
- Add `spack pkg changed` to show changed and added packages for a commit. - Make `spack pkg` support tests better. | |||||
2019-07-22 | Add UCX 1.6.0 (#12089) | Daniel Topa | 1 | -0/+1 | |
https://github.com/openucx/ucx/releases/tag/v1.6.0 Released 2019-07-17 Verification builds on LANL Darwin x86_64 and Power9: dantopa@cn2037:pr-update-ucx.spack $ date Mon Jul 22 17:04:14 MDT 2019 dantopa@cn2037:pr-update-ucx.spack $ pwd /scratch/users/dantopa/repos/spack/pr-update-ucx.spack dantopa@cn2037:pr-update-ucx.spack $ spack find -ldf ucx ==> 2 installed packages -- linux-centos7-x86_64 / gcc@4.8.5 ----------------------------- w7fp4n6 ucx@1.6.0%gcc tt2hkol ^numactl@2.0.12%gcc srhy7ry ^rdma-core@20%gcc kvgvhpv ^libnl@3.3.0%gcc -- linux-rhel7-ppc64le / gcc@4.8.5 ------------------------------ cji3ce7 ucx@1.6.0%gcc pmgndwh ^numactl@2.0.12%gcc qymrwx6 ^rdma-core@20%gcc 2263pm5 ^libnl@3.3.0%gcc Signed-off-by: Daniel Topa <dantopa@lanl.gov> | |||||
2019-07-22 | scons: add version 3.1.0 (#12084) | Matthias Diener | 1 | -0/+1 | |