Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-17 | Separate setting build environment and run environment in packages (#11115) | Massimiliano Culpo | 6 | -53/+56 | |
* Methods setting the environment now do it separately for build and run Before this commit the `*_environment` methods were setting modifications to both the build-time and run-time environment simultaneously. This might cause issues as the two environments inherently rely on different preconditions: 1. The build-time environment is set before building a package, thus the package prefix doesn't exist and can't be inspected 2. The run-time environment instead is set assuming the target package has been already installed Here we split each of these functions into two: one setting the build-time environment, one the run-time. We also adopt a fallback strategy that inspects for old methods and executes them as before, but prints a deprecation warning to tty. This permits to port packages to use the new methods in a distributed way, rather than having to modify all the packages at once. * Added a test that fails if any package uses the old API Marked the test xfail for now as we have a lot of packages in that state. * Added a test to check that a package modified by a PR is up to date This test can be used any time we deprecate a method call to ensure that during the first modification of the package we update also the deprecated calls. * Updated documentation | |||||
2019-10-17 | python-editor: added new package at v1.0.4 (#13126) | wspear | 1 | -0/+19 | |
2019-10-16 | eospac: avoid conflict with linux's getopt (#13241) | Christoph Junghans | 1 | -0/+5 | |
* eospac: avoid conflict with linux's getopt * Update package.py | |||||
2019-10-16 | add python version 3.8.0 (#13218) | Jeffrey Salmond | 1 | -1/+2 | |
2019-10-16 | expat: don't pick up external docbook (#13228) | Christoph Junghans | 1 | -2/+2 | |
2019-10-15 | add latest version of vim (#13203) | Jeffrey Salmond | 1 | -0/+1 | |
2019-10-15 | hypre: add version 2.18.1 (#13224) | Satish Balay | 1 | -0/+1 | |
2019-10-15 | ADIOS2: Default no Python (#13220) | Axel Huebl | 1 | -1/+1 | |
Turn off the python variant by default. | |||||
2019-10-15 | arborx: update v0.8-beta to v0.8-beta2 (#13143) | Andrey Prokopenko | 1 | -8/+9 | |
- Require Kokkos with c++14 - Update the case of CMake options | |||||
2019-10-15 | kokkos: add cxxstd variant (#13142) | Andrey Prokopenko | 1 | -1/+10 | |
2019-10-14 | Add version 0.177 of elfutils (#13129) | Tim Haines | 1 | -1/+2 | |
* Add version 0.177 * Fix spacing | |||||
2019-10-14 | ntpoly: Define module directry when compiling with Fujitsu compiler. (#13120) | t-karatsu | 1 | -0/+3 | |
* ntpoly: Define module directry when compiling with Fujitsu compiler. * Delete quotes. | |||||
2019-10-14 | filter_file uses "surrogateescape" error handling (#12765) | Massimiliano Culpo | 1 | -1/+2 | |
From Python docs: -- 'surrogateescape' will represent any incorrect bytes as code points in the Unicode Private Use Area ranging from U+DC80 to U+DCFF. These private code points will then be turned back into the same bytes when the surrogateescape error handler is used when writing data. This is useful for processing files in an unknown encoding. -- This will allow us to process files with unknown encodings. To accommodate the case of self-extracting bash scripts, filter_file can now stop filtering text input if a certain marker is found. The marker must be passed at call time via the "stop_at" function argument. At that point the file will be reopened in binary mode and copied verbatim. * use "surrogateescape" error handling to ignore unknown chars * permit to stop filtering if a marker is found * add unit tests for non-ASCII and mixed text/binary files | |||||
2019-10-14 | bugfix: install --only dependencies works in env (#13090) | Greg Becker | 1 | -1/+3 | |
* bugfix: install --only dependents works in env includes regression testing | |||||
2019-10-14 | py-petsc4py: add version 3.12.0 (#13209) | Satish Balay | 1 | -1/+3 | |
* py-petsc4py: add version 3.12.0 * fix typo wrt maintainer | |||||
2019-10-14 | Complete cleanup of the adios2 package configuration (#13107) | William F Godoy | 1 | -53/+49 | |
Provide up to date specs for build options Remove non-production versions Format using autopep8 and flake8 Separate cmake options in adios2 2.4.0 version Keep default as True as much as possible Support for Python 2 and 3 for adios2 versions <= 2.4.0 Starting v2.5.0 only Python 3 is supported Addressing review suggestions | |||||
2019-10-14 | New ACTS versions (#12484) | Hadrien G | 1 | -6/+9 | |
* Add new ACTS releases * Update ACTS dependency requirements * We can actually be more specific here * The material plugin is gone as of ACTS v0.10.0 * Add 0.10.4 release * Remove material mapping plugin It was merged into core as of 0.10.x, and given ACTS' youth it is unlikely to have actual users at this point in time. | |||||
2019-10-14 | py-pymongo: added new package at version 3.9.0 (#13132) | wspear | 1 | -0/+24 | |
2019-10-14 | py-alembic: fixed missing dependencies. (#13127) | wspear | 1 | -0/+4 | |
2019-10-14 | dialign: added new package at version 2.2.1 (#13130) | Jeffrey Salmond | 1 | -0/+28 | |
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2019-10-14 | py-smart-open: new package at 1.8.4 (#13135) | Justin S | 1 | -0/+21 | |
2019-10-14 | py-python-memcached: added new package at version 1.59 (#13133) | wspear | 1 | -0/+21 | |
* Added package py-python-memcached, a dependency of python-oauth2 * Fixed line lengths | |||||
2019-10-14 | py-redis: added new package at version 3.3.8 (#13134) | wspear | 1 | -0/+18 | |
2019-10-13 | Add py-kiwisolver 1.1.0 (#13170) | Adam J. Stewart | 1 | -1/+3 | |
2019-10-13 | amrex: add version 19.10 (#13206) | Satish Balay | 1 | -0/+1 | |
2019-10-13 | slepc: use spack specified python in configure (#13207) | Satish Balay | 1 | -1/+1 | |
2019-10-13 | omega-h: add version 9.29.0 (#13208) | Satish Balay | 1 | -0/+1 | |
2019-10-13 | Add apr-util 1.6.1 (#13145) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-13 | Add apr 1.7.0 (#13146) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-13 | Add bison 3.4.2 (#13147) | Adam J. Stewart | 1 | -2/+3 | |
2019-10-13 | Add freetype 2.10.1 (#13149) | Adam J. Stewart | 1 | -5/+6 | |
2019-10-13 | Add libpng 1.6.37 (#13153) | Adam J. Stewart | 1 | -16/+7 | |
2019-10-13 | Add lz4 1.9.2 (#13155) | Adam J. Stewart | 1 | -5/+6 | |
2019-10-13 | Add mercurial 5.1.2 (#13156) | Adam J. Stewart | 1 | -5/+14 | |
2019-10-13 | Add subversion 1.12.2 (#13158) | Adam J. Stewart | 1 | -53/+73 | |
2019-10-13 | Add py-attrs 19.2.0 (#13163) | Adam J. Stewart | 1 | -1/+3 | |
2019-10-13 | Add py-cython 0.29.13 (#13166) | Adam J. Stewart | 1 | -13/+15 | |
2019-10-13 | Add py-docutils 0.15.2 (#13167) | Adam J. Stewart | 1 | -2/+11 | |
2019-10-13 | Add py-joblib 0.14.0 (#13169) | Adam J. Stewart | 1 | -1/+4 | |
2019-10-13 | Add py-more-itertools 7.2.0 (#13171) | Adam J. Stewart | 1 | -2/+7 | |
2019-10-13 | Add py-pillow 6.2.0 (#13175) | Adam J. Stewart | 1 | -19/+15 | |
* Add py-pillow 6.2.0 * Flake8 fix | |||||
2019-10-13 | Add py-py 1.8.0 (#13177) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-13 | Add py-pyflakes 2.1.1 (#13178) | Adam J. Stewart | 1 | -1/+3 | |
2019-10-13 | Add py-pygments 2.4.2 (#13179) | Adam J. Stewart | 1 | -1/+7 | |
2019-10-13 | Add py-pyparsing 2.4.2 (#13180) | Adam J. Stewart | 1 | -1/+3 | |
2019-10-13 | Add py-pytz 2019.3 (#13182) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-13 | Add py-setuptools-scm 3.3.3 (#13183) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-12 | gmp: fix make check on catalina (#13201) | Adam J. Stewart | 1 | -5/+10 | |
2019-10-12 | mpfr: fix make check on catalina (#13200) | Adam J. Stewart | 1 | -0/+7 | |
2019-10-12 | Fix external numpy package support (#13197) | Adam J. Stewart | 1 | -2/+2 | |