Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-12 | Buildcache: Fix bug in binary string replacement (#17075) | Patrick Gartung | 1 | -1/+5 | |
* Fix bug in binary string replacement that results in padding being added multiple times * Update comment * Update comment again | |||||
2020-06-12 | New package: clinfo (#17042) | Matthias Diener | 1 | -0/+24 | |
2020-06-12 | Geant4 +Python: fix module load (#17046) | Axel Huebl | 1 | -0/+1 | |
Adding `extends('python')` makes sure that a ``` spack load -r geant4 +python python -c "import Geant4" ``` find the module. | |||||
2020-06-12 | libffi 3.3: float128 ppc patch (#17043) | Axel Huebl | 2 | -0/+60 | |
Apply a patch to fix builds on Power7 and 8, wrongly requesting float128 support. Upstream patch: libffi/libffi#561 | |||||
2020-06-12 | readline: fix linking to ncurses | Adam J. Stewart | 1 | -1/+2 | |
2020-06-12 | New package: antimony (#17061) | Robert Blake | 1 | -0/+54 | |
2020-06-12 | hydrogen: add version 1.3.4 (#17066) | Brian Van Essen | 1 | -0/+1 | |
2020-06-12 | magics: add version 4.2.4 (#17054) | Tom Payerle | 1 | -2/+7 | |
* Add version 4.2.4 * Update checksum for 4.1.0 * Version @4: requires python and py-jinja2 to build | |||||
2020-06-12 | gcc: Add 7.5.0 | Michael Kuhn | 1 | -2/+3 | |
2020-06-11 | Renamed flags.py to basics.py | Massimiliano Culpo | 2 | -1/+2 | |
2020-06-11 | Reworked tests on compilers to separate version detection | Massimiliano Culpo | 3 | -170/+183 | |
Tests on version detection are now separate from other tests done on compiler. | |||||
2020-06-11 | New package: py-uncertainties (#16997) | Sinan | 1 | -0/+26 | |
2020-06-11 | py-gpy: new package at 1.9.9 | codeandkey | 1 | -0/+22 | |
2020-06-10 | py-paramz: new package at 0.9.5 (#17026) | Justin S | 1 | -0/+21 | |
2020-06-10 | Move to temporary directory before running dev-build test (#17028) | Massimiliano Culpo | 1 | -3/+4 | |
Without this the test would leave spurious "spack-build-*.txt" files in the current working directory. | |||||
2020-06-10 | ADIOS 2.6.0: New Options (#17025) | Axel Huebl | 1 | -1/+4 | |
Control new options/dependencies in ADIOS2 to avoid pick-up of system packages. | |||||
2020-06-10 | adios2: fix to build on Fujitsu MPI and Fujitsu compiler (#17034) | Toyohisa Kameyama | 1 | -0/+16 | |
2020-06-09 | add gaussian-view (#16890) | asmaahassan90 | 1 | -0/+41 | |
2020-06-09 | lib/spack : expand spack config vars in 'include' section (#16210) | Joseph Ciurej | 2 | -2/+33 | |
* Changed the 'include' config section to use 'substitute_path_variables' to allow for Spack config variables to be used (e.g. $spack). * Fixed a bug with 'include' section path expansion and added a test case for 'include' paths with embedded config variables. | |||||
2020-06-09 | teach spack how to build pmix from git (#16973) | Rob Latham | 1 | -3/+29 | |
* teach spack how to build pmix from git * add variant for new REST feature * reorder package to match guidance | |||||
2020-06-09 | Add new package: wcs (#16958) | Robert Blake | 2 | -1/+37 | |
* Adding a package for wcs. * Turning on sbml for wcs. * The cpp flag needs to be available for wcs. * Wcs needs SBML to properly define the namespace. * Flake8 fixes. * Fixing the help string with the description. * Changing cpp to use the new variant syntax. * Fixing flake8 errors. * Forgot to delete one last fixme comment. * Spack "develop" needs to link to repo "devel" Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Robert Blake <rob.c.blake.3@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-09 | libffi: add patch for building with clang on power (#16855) | Joseph Ciurej | 2 | -0/+26 | |
* libffi: add patch for building with '%clang target=power*' * libffi: fix version of clang/power patch | |||||
2020-06-09 | Add new package: py-workload-automation | darmac | 1 | -0/+38 | |
2020-06-09 | New package: py-pygelf (#17004) | victorusu | 1 | -0/+22 | |
2020-06-09 | jansson: add versions 2.10 to 2.13.1 (#17011) | Rob Latham | 1 | -0/+5 | |
2020-06-09 | Testing: create mock executable fixture (#16999) | Massimiliano Culpo | 2 | -9/+19 | |
2020-06-09 | SpecList: fix recursion for references (#16897) | Greg Becker | 2 | -29/+59 | |
* SpecList: fix and refactor variable expansion | |||||
2020-06-09 | [util-linux] disabling systemd (#17008) | Jen Herting | 1 | -0/+1 | |
If systemd support is enabled, install will attempt to modify files in system systemd directories. | |||||
2020-06-09 | Set the BOOST_ROOT environment variable when library is loaded (#16818) | Nathan | 1 | -0/+3 | |
* Adding BOOST_ROOT env variable * Update var/spack/repos/builtin/packages/boost/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-09 | suite-sparse: build libraries without running demos (#17007) | Massimiliano Culpo | 1 | -1/+1 | |
fixes #16638 | |||||
2020-06-08 | Update miniconda3@4.8.2 (#17003) | oracleLee | 1 | -0/+1 | |
* Update package.py * Update package.py * Update package.py * Update package.py * Update package.py * Update package.py | |||||
2020-06-08 | Cray: fix Blue Waters support and user-built MPIs on Cray (#16593) | Adam J. Stewart | 4 | -17/+31 | |
* Cray: fix Blue Waters support * pkg-config env vars needed on Blue Waters * cray platform: fix support for user-build MPI on cray machines * reintroduce cray environment cleaning behind cnl version guard * cray platform: fix support for user-build MPI on cray machines Co-authored-by: Gregory <becker33@llnl.gov> | |||||
2020-06-08 | HELICS: add version 2.5.1 (#17014) | Ryan Mast | 1 | -0/+1 | |
2020-06-08 | rt-tests: fix build error (#16998) | darmac | 1 | -2/+4 | |
This is a makefile package and needs to invoke make. | |||||
2020-06-08 | Add new package: py-devlib (#16982) | darmac | 1 | -0/+34 | |
* Add new package: py-devlib * Update var/spack/repos/builtin/packages/py-devlib/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * add depends Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-08 | Add Package HSF-CMakeTools (#16951) | vvolkl | 1 | -0/+26 | |
* [hsf-cmaketools] add package * fix formatting * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * [hsf-cmaketools] remove cmake_prefix_path which is set already by spack Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-08 | R: url-version custom, release 4 (#16962) | Amjad Kotobi | 1 | -1/+9 | |
* R: url-version custom, release 4 * r: pcre condition | |||||
2020-06-08 | Add py-storm@0.23 and update URL (#16991) | iarspider | 1 | -2/+6 | |
* Add py-storm@0.23 and update URL * Update package.py | |||||
2020-06-08 | ltr-retriever: new package at v2.8.7 (#16832) | Justin S | 1 | -0/+45 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-08 | view remove: directly check whether specs own files before removing from ↵ | Greg Becker | 3 | -5/+72 | |
view (#16955) Bugfix for hardlinks and copies | |||||
2020-06-08 | hpcviewer, ibm-java: updates versions (#16987) | Mark W. Krentel | 2 | -0/+8 | |
hpcviewer: added v2020.05. ibm-java: added v8.0.6.10. | |||||
2020-06-08 | py-ipykernel: added v5.1.1 (#16988) | iarspider | 1 | -0/+1 | |
2020-06-07 | boost: Don't use pre-compiled headers for Fujitsu compiler (#16914) | Toyohisa Kameyama | 1 | -1/+1 | |
* boost: Dopn't use pre compile header. * move %fj. | |||||
2020-06-07 | rose: Add build dependencies for flex and bison (#16981) | John Jolly | 1 | -0/+2 | |
2020-06-07 | py-gast: add version 0.3.3 (#16945) | Sinan | 1 | -0/+2 | |
* py-gast: add version 0.3.3 * add python version constraints Co-authored-by: Sinan81 <sbulut@3vgeomatics.com> | |||||
2020-06-06 | Add rpy2@3.0.4 (#16924) | iarspider | 1 | -5/+12 | |
* Add rpy2@3.0.4 * Style fixes * Update package.py * Proper Python version requirement | |||||
2020-06-06 | ffr: fix mpi programs to use mpi compiler wrapper. (#16948) | Toyohisa Kameyama | 1 | -3/+12 | |
2020-06-06 | [prmon] add package (#16949) | vvolkl | 1 | -0/+27 | |
2020-06-06 | mongo-c-driver: Add 1.16.2 (#16956) | Michael Kuhn | 2 | -10/+116 | |
This also updates libbson to the corresponding version and adds a few missing older versions. | |||||
2020-06-06 | added CTRE package (#16964) | Matthieu Dorier | 1 | -0/+25 | |