Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-29 | add charliecloud 0.23 (#23344) | Jordan Ogas | 1 | -0/+1 | |
2021-04-29 | rocm-4.1.0 release-add git repo path, modify hipfft package recipe (#23119) | Sreenivasa Murthy Kolam | 2 | -9/+24 | |
2021-04-29 | py-natsort: new versions (#23343) | eugeneswalker | 1 | -0/+10 | |
2021-04-29 | py-astroid: properly select py-wrapt dependency w/ when clause (#23341) | eugeneswalker | 1 | -1/+1 | |
2021-04-29 | py-luigi: add v3.0.1-3 (#23246) | genric | 2 | -4/+45 | |
* py-luigi: add v3.0.1-3 * address review comments * more review comments | |||||
2021-04-29 | Add new package: py-openidc-client (#23277) | darmac | 1 | -0/+20 | |
2021-04-29 | py-xarray: add 0.17.0 (#23336) | genric | 1 | -0/+3 | |
2021-04-29 | Package mesa compilation dependency on binutils+plugins (#23335) | Olivier Cessenat | 1 | -1/+1 | |
2021-04-29 | py-scikit-learn: add v0.24.2 (#23330) | Adam J. Stewart | 1 | -0/+1 | |
2021-04-29 | relion: fix typo in the homepage (#23331) | Glenn Johnson | 1 | -1/+1 | |
The Relion package recipe had an extra "http://" in the url for the homepage. | |||||
2021-04-29 | neuron: add variant for caliper (#23271) | Itaru Kitayama | 1 | -0/+5 | |
2021-04-28 | Adds Paraview 5.9.1-RC2 (#23327) | Vicente Bolea | 1 | -0/+1 | |
Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com> | |||||
2021-04-28 | libtirpc: Fix directories returned for header files (#23332) | Tom Payerle | 1 | -1/+11 | |
libtirpc puts its header files under prefix/include/tirpc, but spack was returning just prefix/include for location of headers. This will cause spack to return both prefix/include and prefix/include/tirpc for headers, so both include <rpc/xdr.h> or include <tirpc/rpc/xdr.h> should work. | |||||
2021-04-28 | intel-oneapi-dnn: fix header/lib paths (#23326) | Robert Cohn | 1 | -0/+10 | |
Help dependents find libraries/headers. Like intel-oneapi-mkl, this package offers several different versions of libraries that conflict. This PR chooses one of those versions. When https://github.com/spack/spack/discussions/22749 is resolved, this package should be updated to choose which libraries to use. | |||||
2021-04-28 | Honor global compiler flags (#23305) | Chris White | 1 | -6/+15 | |
2021-04-28 | mesa: fix build with upstream patch (#23302) | Gregory Lee | 1 | -0/+3 | |
2021-04-28 | alembic: new package (#22223) | Jen Herting | 1 | -0/+38 | |
2021-04-28 | Make Spack able to apply gz compressed remote patches (#22823) | Massimiliano Culpo | 3 | -554/+12 | |
Modified ncbi-rmblastn to retrieve patches from remote | |||||
2021-04-28 | bzip2: fix typo in package (#23312) | Massimiliano Culpo | 1 | -1/+1 | |
A recently merged PR had a typo that slipped through CI. Here's a fix. | |||||
2021-04-28 | findutils: update package for nvhpc (#23145) | Scott McMillan | 2 | -1/+22 | |
Co-authored-by: Scott McMillan <smcmillan@nvidia.com> | |||||
2021-04-28 | py-espressopp: update to py3 (#23264) | Christoph Junghans | 1 | -9/+11 | |
2021-04-28 | ffmpeg: add v4.3.2 (#22573) | Jen Herting | 1 | -0/+1 | |
2021-04-28 | gcc: add v11.1.0 (#23294) | Michael Kuhn | 1 | -1/+6 | |
2021-04-28 | nest: depend on py-scipy when +python (#23306) | Itaru Kitayama | 1 | -3/+5 | |
Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp> | |||||
2021-04-28 | scalasca: add v2.6 (#23299) | Itaru Kitayama | 1 | -0/+1 | |
Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp> | |||||
2021-04-28 | ghostscript: added v9.54.0, v9.53.3 + patch for freetype (#22393) | Jen Herting | 1 | -0/+7 | |
2021-04-28 | mesa18: depends on binutils+plugins for build (#23285) | eugeneswalker | 1 | -1/+1 | |
2021-04-28 | binutils: default to +plugins (#23309) | Harmen Stoppels | 1 | -1/+1 | |
2021-04-28 | paraview: add v5.9.1-RC1, make 5.9.0 preferred (#23226) | Vicente Bolea | 1 | -1/+2 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2021-04-28 | bzip2: add pic/debug options (#23230) | Peter Scheibel | 1 | -0/+15 | |
* Add pic (for static) and debug variants * explicitly add -g flag for +debug (even though it is in Makefile) | |||||
2021-04-28 | spath: zlib is a link dependency (#23303) | eugeneswalker | 1 | -0/+1 | |
2021-04-28 | sundials: fix cuda architectures typo and specify raja variants (#23293) | Cody Balos | 1 | -3/+5 | |
2021-04-28 | vecgeom: add v1.1.13 (#23308) | Seth R. Johnson | 1 | -0/+1 | |
2021-04-27 | [tau]: Use compiler name instead of basename (#23247) | Robert Underwood | 1 | -2/+4 | |
Previously the tau package got the cxx and cc names from os.path.basename(self.compiler.cxx), however if the path to the compiler looks like "/usr/bin/g++-10.2.0" then tau's custom build system doesn't recognize it. What we want instead is something that looks like "g++" which is exactly what cxx_names[0] gives us. We already did this for fortran, so I am not sure why we didn't do it here. Not doing this causes a build failure when tau tries to use a polyfill (vector.h, iostream.h) that doesn't seem to be packaged with tau. Additionally, tau needs some help finding mpi include directories when building with MPI, so we provide them. Unfortunately, we can't just say that the compilers are mpicc and mpicxx in the previous fix to have these things found automatically. This is because tau assumes we always need the polyfill when the compilers are set to these values which again causes a build failure. | |||||
2021-04-27 | root: Add variant for veccore option (#23237) | Dmitri Smirnov | 1 | -1/+4 | |
2021-04-27 | Legion package overhaul (#23252) | Pat McCormick | 2 | -59/+450 | |
Complete overhaul of the Legion package to better capture a more up-to-date set of configuration options and variants. This update adds additional flexibility and features that were requested by users. * Add version 21.03.0 and "stable" branch * Remove all older numeric versions * Add support for CUDA, Python, PAPI support and more * Add maintainer * This no longer uses the Spack `gasnet` package: it defaults to using an embedded gasnet or can be pointed to an external | |||||
2021-04-27 | fix shadow checksum per #23263 (#23291) | Owen Solberg | 1 | -1/+1 | |
2021-04-27 | Make it possible to build git without man pages and native language support ↵ | Harmen Stoppels | 1 | -3/+22 | |
(#23066) | |||||
2021-04-27 | Add ReFrame 3.5.3 (#23265) | Vasileios Karakasis | 1 | -0/+1 | |
2021-04-27 | Add git repo path for rocm packages (#23270) | Sreenivasa Murthy Kolam | 9 | -13/+43 | |
2021-04-27 | Don't report configure errors to CDash for successful packages (#23286) | Zack Galbreath | 1 | -0/+33 | |
Convert configure errors detected by our log scraper into warnings when the package being installed reports that it was successful. | |||||
2021-04-27 | prmon: add version 2.2.0 (#23207) | Valentin Volkl | 1 | -3/+4 | |
Switched to .zip source archives to avoid problems with spack checksum finding binary assets when excluding versions. | |||||
2021-04-27 | Add +plugins to binutils dependency (#23272) | wspear | 1 | -1/+1 | |
Tau will build but instrumented applications will fail to link with tau if it is built with a binutils that does not include the plugins variant. | |||||
2021-04-27 | kvtree 1.1.1: updated checksum (#23262) | eugeneswalker | 1 | -4/+4 | |
2021-04-27 | Add new package: py-aiodns (#22138) | darmac | 1 | -0/+22 | |
2021-04-27 | Dyninst: add elfutils versioning (#19648) | Tim Haines | 1 | -1/+4 | |
2021-04-26 | GLM: Add version 0.9.9.8. (#22467) | Rémi Lacroix | 1 | -1/+20 | |
The CMake install target was removed in version 0.9.9.6 so update the package accordingly. | |||||
2021-04-26 | New package: r-assertive-models (#23266) | Jen Herting | 1 | -0/+25 | |
2021-04-26 | New package: r-assertive-reflection (#23267) | Jen Herting | 1 | -0/+26 | |
2021-04-26 | Dyninst: Add dependencies for v11.0.0 (#23121) | Tim Haines | 1 | -0/+5 | |
Also update the mpileaks unit test to avoid a conflict on CentOS 6 where Dyninst >=11.0.0 no longer builds due to a compiler version conflict. |