Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-20 | Add latest version of py-decorator (#13318) | Adam J. Stewart | 1 | -1/+4 | |
2019-10-20 | Add latest version of py-coverage (#13319) | Adam J. Stewart | 1 | -1/+3 | |
2019-10-20 | Add latest version of py-sphinxcontrib-websupport (#13292) | Adam J. Stewart | 1 | -3/+6 | |
2019-10-20 | Add latest version of py-sphinx (#13293) | Adam J. Stewart | 1 | -31/+33 | |
2019-10-20 | Add latest version of py-snowballstemmer (#13294) | Adam J. Stewart | 1 | -1/+4 | |
2019-10-20 | Add latest version of py-requests (#13296) | Adam J. Stewart | 1 | -6/+10 | |
2019-10-20 | Add latest version of py-pyyaml (#13297) | Adam J. Stewart | 1 | -4/+8 | |
2019-10-20 | Add latest version of py-pytest-xdist (#13298) | Adam J. Stewart | 1 | -3/+6 | |
2019-10-20 | Add latest version of py-pytest-runner (#13299) | Adam J. Stewart | 1 | -1/+2 | |
2019-10-20 | Add latest version of py-pytest-mock (#13300) | Adam J. Stewart | 1 | -4/+7 | |
2019-10-20 | Add latest version of py-pytest-httpbin (#13301) | Adam J. Stewart | 1 | -5/+8 | |
2019-10-20 | Add latest version of py-pytest-cov (#13302) | Adam J. Stewart | 1 | -4/+6 | |
2019-10-20 | Add latest version of py-pysocks (#13303) | Adam J. Stewart | 1 | -1/+7 | |
2019-10-20 | Add latest version of py-pycparser (#13304) | Adam J. Stewart | 1 | -1/+4 | |
2019-10-20 | Add latest version of py-psutil (#13305) | Adam J. Stewart | 1 | -2/+6 | |
2019-10-20 | Add latest version of py-pip (#13306) | Adam J. Stewart | 1 | -4/+5 | |
2019-10-20 | Add latest version of py-mock (#13308) | Adam J. Stewart | 1 | -7/+9 | |
2019-10-20 | Add latest version of py-markupsafe (#13309) | Adam J. Stewart | 1 | -7/+9 | |
2019-10-20 | Add latest version of py-lxml (#13310) | Adam J. Stewart | 1 | -3/+4 | |
2019-10-20 | Add latest version of py-jinja2 (#13311) | Adam J. Stewart | 1 | -10/+11 | |
2019-10-20 | Add latest version of py-itsdangerous (#13312) | Adam J. Stewart | 1 | -2/+4 | |
2019-10-20 | Add latest version of py-idna (#13313) | Adam J. Stewart | 1 | -2/+3 | |
2019-10-20 | Add latest version of py-hypothesis (#13314) | Adam J. Stewart | 1 | -4/+6 | |
2019-10-20 | Add latest version of py-httpbin (#13315) | Adam J. Stewart | 1 | -7/+11 | |
2019-10-20 | Add latest version of py-flask (#13316) | Adam J. Stewart | 1 | -7/+9 | |
2019-10-20 | Add latest version of py-torchvision (#13289) | Adam J. Stewart | 1 | -1/+4 | |
2019-10-20 | Add latest version of py-typing-extensions (#13288) | Adam J. Stewart | 1 | -2/+4 | |
2019-10-20 | Add latest version of py-urllib3 (#13286) | Adam J. Stewart | 1 | -3/+8 | |
2019-10-20 | Add latest version of py-virtualenv (#13285) | Adam J. Stewart | 1 | -3/+4 | |
2019-10-20 | Add latest version of py-werkzeug (#13284) | Adam J. Stewart | 1 | -1/+6 | |
2019-10-20 | Add py-mypy-extensions package (#13283) | Adam J. Stewart | 1 | -0/+19 | |
2019-10-20 | Add py-mypy package (#13282) | Adam J. Stewart | 1 | -0/+26 | |
2019-10-20 | Add py-pytest-forked package (#13281) | Adam J. Stewart | 1 | -0/+20 | |
2019-10-20 | Add py-raven package (#13280) | Adam J. Stewart | 1 | -0/+21 | |
2019-10-20 | Add py-flake8-import-order package (#13273) | Adam J. Stewart | 1 | -0/+20 | |
2019-10-20 | Add py-sphinxcontrib-devhelp package (#13278) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | Add py-sphinxcontrib-applehelp package (#13279) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | Add py-sphinxcontrib-htmlhelp package (#13277) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | Add py-sphinxcontrib-jsmath package (#13276) | Adam J. Stewart | 1 | -0/+22 | |
2019-10-20 | Add py-sphinxcontrib-qthelp package (#13275) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | Add py-sphinxcontrib-serializinghtml package (#13274) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | Add py-typed-ast package (#13272) | Adam J. Stewart | 1 | -0/+18 | |
2019-10-20 | Add py-docutils-stubs package (#13271) | Adam J. Stewart | 1 | -0/+19 | |
2019-10-20 | Add py-brotlipy package (#13270) | Adam J. Stewart | 1 | -0/+23 | |
2019-10-20 | spack create: http -> https (#13269) | Adam J. Stewart | 1 | -1/+1 | |
2019-10-19 | shebangs: don't warn when patching long shebangs (#13266) | Todd Gamblin | 1 | -1/+1 | |
We've been doing this for quite a while now, and it does not seem to cause issues. - [x] Switch the noisy warning to a debug to make Spack a bit quieter while building. | |||||
2019-10-19 | Microarchitecture specific optimizations for LLVM (#13250) | Massimiliano Culpo | 9 | -10/+292 | |
* Added architecture specific optimization flags for Clang / LLVM * Disallow compiler optimizations for mixed toolchains * We emit a warning when building for a mixed toolchain * Fixed issues with suffixed versions of compilers; Apple's Clang will, for the time being, fall back on x86-64 for every compilation. | |||||
2019-10-19 | GCC: fix build on macOS Catalina (#13202) | Adam J. Stewart | 1 | -15/+19 | |
* GCC: speed up build * Add back 3-stage bootstrapping | |||||
2019-10-19 | brotli: fix darwin install name (#13258) | Adam J. Stewart | 1 | -0/+6 | |
2019-10-18 | ADIOS2: Dataspaces, libffi, libfabric (#13230) | Axel Huebl | 2 | -0/+26 | |
* DataSpaces: 1.8.0 Add a newer release of DataSpaces for ADIOS2. Also add missing `-fPIC` flags since this is a static library. * ADIOS2: Dataspaces, libffi, libfabric Add missing dependencies to ADIOS2. Without explicit control, those dependencies might get picked up from the system environment and will cause unstable builds. * Hide transitive SST dependencies * ADIOS2: Simplify SST CMake Flags As proposed by Chuck |