Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-18 | fontconfig: add version 2.13.93 (#23681) | Andreas Baumbach | 1 | -0/+1 | |
2021-05-18 | Swift/T Release 1.5.0 (#23702) | Justin M Wozniak | 4 | -4/+10 | |
Add versions to adlbx (1.0.0), exmcutils (0.6.0), stc (0.9.0), and turbine (1.3.0). | |||||
2021-05-18 | openspeedshop and cbtf packages: new versions and dependency updates (#23254) | Jim Galarowicz | 11 | -197/+267 | |
* Add versions 1.9.4 and 1.9.4.1 for cbtf-* packages * Add versions 2.4.2 and 2.4.2.1 for openspeedshop packages * Remove older versions * Switch from generic dependency on elf to a dependency on the elfutils implementation for cbtf-* and openspeedshop packages * For llvm-openmp-ompt, relax dependency on libelf to elf (cbtf-krell now depends on elfutils, and llvm-openmp-ompt, so unless this dependency is relaxed there would be a conflict) * Update CMake build_type to support Debug, Release, RelWithDebInfo in cbtf-* and openspeedshop packages * Update libmonitor patches when building as a dependency of cbtf-krell | |||||
2021-05-18 | AMD ROCm release 4.2: core components part-1 (#23613) | arjun-raj-kuppala | 3 | -7/+19 | |
2021-05-18 | git add older versions (#23682) | Andreas Baumbach | 1 | -0/+10 | |
2021-05-18 | cray: fix builds on Alps/Eiger (CSCS) (#23470) | Harmen Stoppels | 4 | -6/+96 | |
Co-authored-by: Tiziano Müller <tiziano.mueller@chem.uzh.ch> | |||||
2021-05-18 | binutils: fix NameError from commit de8027 (#23715) | eugeneswalker | 1 | -1/+1 | |
2021-05-18 | py-alembic: add new version 1.5.5 (#23686) | Andreas Baumbach | 1 | -1/+4 | |
* py-alembic: add new version 1.5.5 Change-Id: I80f57c1f29a689bfa1718dd3500ccda6623acf76 * fixup Change-Id: I551888c25ca7bc0b738c40d63d12974510b59ecf | |||||
2021-05-17 | Fix minor build issue with UnifyFS. (#23709) | Ross Miller | 2 | -0/+44 | |
This commit updates the UnifyFS package.py script to include a patch that fixes the build problems on new-ish Linux distributions. Fixes issue #23292 | |||||
2021-05-17 | py-gitpython: add version 0.3.6 (#23695) | Andreas Baumbach | 1 | -0/+1 | |
Change-Id: I3424409f8a7575c6a13592c05e1e940f960fe8fe | |||||
2021-05-17 | New package: r-assertive (#23637) | Jen Herting | 1 | -0/+38 | |
2021-05-17 | py-jsonpickle: restrict importlib dependency to appropriate python (#23699) | Andreas Baumbach | 1 | -1/+1 | |
Change-Id: I538d72eb97d3cc91e2e6854b40c5b91b39df6f62 | |||||
2021-05-17 | py-jedi: add older versions (#23697) | Andreas Baumbach | 1 | -0/+12 | |
Change-Id: I56de34bace2fb04156700ffd4f1b34408920d702 | |||||
2021-05-17 | py-grpcio: add version 1.16.0 (#23696) | Andreas Baumbach | 1 | -0/+1 | |
Change-Id: I4acb232e171ddec688eb7871da80caaa05bf637b | |||||
2021-05-17 | py-google-pasta: add older versions (#23694) | Andreas Baumbach | 1 | -0/+8 | |
Change-Id: I5846415b4953a5f12f995672e586cadb80857db2 | |||||
2021-05-17 | py-astroid: add new versions and update dependencies (#23687) | Andreas Baumbach | 2 | -2/+140 | |
Change-Id: I2c07e75b404ec289feebdbfb09f6b0e733404911 | |||||
2021-05-17 | CrayPE fix for axom (#23520) | lukebroskop | 1 | -0/+9 | |
Pass -ef to the cce fortran compiler, fix the build system to use the correct openmp flag for CCE Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-05-17 | py-bottleneck: add new versions (#23689) | Andreas Baumbach | 1 | -0/+3 | |
Change-Id: I31a22fa1495cc2ceed33ba7084831c11120c03e7 | |||||
2021-05-17 | ParaView: add new release v5.9.1 (#23657) | Vicente Bolea | 1 | -3/+2 | |
2021-05-17 | CrayPE fixes for the slepc package (#23503) | lukebroskop | 1 | -1/+5 | |
Use the gold linker for CCE (this may change later) Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-05-17 | ArborX: Avoid calling mkdirp directly (#23691) | Daniel Arndt | 1 | -2/+1 | |
2021-05-17 | py-coverage: add version and restrict newer python dependency (#23692) | Andreas Baumbach | 1 | -0/+2 | |
Change-Id: I7e790014fd448eb203a1963c90e22afde041ba50 | |||||
2021-05-17 | CrayPE fix for binutils (#23500) | lukebroskop | 1 | -1/+8 | |
Allow for multiple definitions at link time (for CrayPE) Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-05-17 | CrayPE fix for trilinos (#23518) | lukebroskop | 1 | -1/+7 | |
Expand the use of cray_secas.patch and use the gold linker w/cce Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-05-17 | craype fixes for scr (#23510) | lukebroskop | 1 | -1/+9 | |
turn off static linking, add -ldl flag Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-05-17 | libfuse: add 3.10.3 (#23676) | Michael Kuhn | 1 | -0/+2 | |
This also adds a patch to make libfuse compile with gcc@11: | |||||
2021-05-17 | trilinos: add scorec variant (#23117) | Bryan Herman | 1 | -0/+15 | |
* add scorec feature to trilinos recipe * used func to enable SCOREC | |||||
2021-05-17 | ccache: add v4.3 (#23671) | Harmen Stoppels | 1 | -0/+1 | |
2021-05-17 | aws-parallelcluster: add v2.10.4 (#23672) | Enrico Usai | 1 | -3/+3 | |
2021-05-17 | c-blosc2: new version, v2.0.0rc1 (#23560) | Robert Mijakovic | 1 | -0/+2 | |
2021-05-17 | bib2xhtml: add dependency to run bibtex (#22742) | darmac | 1 | -0/+2 | |
2021-05-17 | openfoam: update to OpenFOAM-v2012_210414 (patch release) (#23249) | Mark Olesen | 1 | -1/+3 | |
2021-05-17 | gcc: add 8.5.0 (#23647) | Michael Kuhn | 1 | -0/+1 | |
2021-05-17 | libuv: add 1.41.0 (#23648) | Michael Kuhn | 1 | -0/+2 | |
2021-05-17 | netdata: add 1.30.1 (#23650) | Michael Kuhn | 1 | -6/+12 | |
This also changes the checksum for 1.22.1 because I switched the package to use the proper upstream tarballs to get rid of the autotools dependencies. Moreover, a few dependencies were missing. netdata also requires a few directories to be created in its prefix to actually work. | |||||
2021-05-17 | Add version 4.1.1.0 to atompaw (#23659) | Glenn Johnson | 1 | -2/+4 | |
Also adjust the libxc constraints. | |||||
2021-05-17 | minisign: permit to build statically, add maintainer (#23653) | Massimiliano Culpo | 1 | -0/+8 | |
2021-05-16 | geopm: py-tables build+run dep: allow versions past 3.5.2 (#23666) | eugeneswalker | 1 | -1/+1 | |
2021-05-15 | Addition of py-pyaestro package. (#23629) | Francesco Di Natale | 1 | -0/+26 | |
2021-05-15 | New package: py-pygetwindow (#23635) | Jen Herting | 1 | -0/+19 | |
* [py-pygetwindow] created template * [py-pygetwindow] added dependencies * [py-pygetwindow] Final cleanup - added homepage - added description - removed fixmes | |||||
2021-05-14 | New package: py-pyrect (#23634) | Jen Herting | 1 | -0/+18 | |
* [py-pyrect] created template * [py-pyrect] depends on setuptools * [py-pyrect] Final cleanup - added homepage - added description - removed fixmes | |||||
2021-05-14 | New package: py-word2number (#23638) | Jen Herting | 1 | -0/+20 | |
* [py-word2number] created template * [py-word2number] requires setuptools * [py-word2number] Final cleanup - added homepage - added long description - removed fixmes | |||||
2021-05-14 | New package: py-pymsgbox (#23639) | Jen Herting | 1 | -0/+18 | |
* [py-pymsgbox] created template * [py-pymsgbox] depends on setuptools * [py-pymsgbox] Final cleanup - added homepage - added description - removed fixmes | |||||
2021-05-14 | New package: py-pytweening (#23641) | Jen Herting | 1 | -0/+18 | |
* [py-pytweening] created template * [py-pytweening] depends on setuptools * [py-pytweening] final cleanup - added homepage - added description - removed fixmes | |||||
2021-05-14 | zstd: add 1.5.0 (#23646) | Michael Kuhn | 1 | -0/+1 | |
2021-05-15 | Bump coreutils (#23633) | Harmen Stoppels | 1 | -0/+1 | |
2021-05-14 | root: Add variants: dcache and oracle (#23441) | iarspider | 2 | -10/+8 | |
2021-05-14 | emacs: add texinfo build dependency on master (#23631) | Michael Kuhn | 1 | -0/+1 | |
It seems that building unreleased versions requires makeinfo, which is part of texinfo. | |||||
2021-05-14 | py-rarfile: add new package (#23622) | Adam J. Stewart | 1 | -0/+19 | |
2021-05-14 | legion: bug fix for flecsi use cases. (#23624) | Pat McCormick | 1 | -2/+0 | |