Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Replace direct call to patchelf with get_existing_elf_rpaths which handles ↵ | Patrick Gartung | 1 | -9/+2 | |
exceptions. (#14929) * Replace direct call to patchelf with get_existing_elf_rpaths which handles exceptions. * Remove unused patchelf definition. * Convert to set. | |||||
2020-02-13 | hepmc: fixed wrong sha256 for latest versions (#14926) | Massimiliano Culpo | 1 | -4/+4 | |
2020-02-13 | py-binaryornot: new package (#14906) | Matthias Wolf | 1 | -0/+19 | |
2020-02-13 | py-poyo: new package (#14909) | Matthias Wolf | 1 | -0/+17 | |
2020-02-13 | py-jinja2-time: new package (#14910) | Matthias Wolf | 1 | -0/+19 | |
2020-02-13 | py-elasticsearch: added v7.5.1 and v6.4.0 (#14913) | Matthias Wolf | 1 | -0/+2 | |
2020-02-13 | py-clustershell: new package (#14914) | Matthias Wolf | 1 | -0/+20 | |
2020-02-13 | py-magic: new package (#14912) | Matthias Wolf | 1 | -0/+18 | |
2020-02-13 | gdb: added v9.1 (#14919) | Matthias Diener | 1 | -0/+1 | |
2020-02-13 | hipsycl: new package and new 'sycl' virtual package (#14051) | Federico Ficarelli | 2 | -0/+160 | |
2020-02-12 | bmi depends on automake for build | eugeneswalker | 1 | -0/+1 | |
2020-02-12 | macsio: cast JsonGetInt from int to unsigned int (#14736) | noguchi-k | 2 | -0/+14 | |
* macsio: cast from int to unsigned int * macsio: apply a patch only when version is 1.1 | |||||
2020-02-12 | spack python: add -m option to run modules as scripts | Todd Gamblin | 3 | -2/+32 | |
It's often useful to run a module with `python -m`, e.g.: python -m pyinstrument script.py Running a python script this way was hard, though, as `spack python` did not have a similar `-m` option. This PR adds a `-m` option to `spack python` so that we can do things like this: spack python -m pyinstrument ./test.py This makes it easy to write a script that uses a small part of Spack and then profile it. Previously thee easiest way to do this was to write a custom Spack command, which is often overkill. | |||||
2020-02-12 | protobuf: Fix intel compiler failures. (#14916) | Chuck Atkins | 3 | -1/+59 | |
2020-02-12 | Adding Intel LLVM compiler (#13618) | Jon Rood | 1 | -0/+50 | |
* Adding Intel LLVM compiler. * Fixing some minor issues. * Split build environment on run environment in intel-llvm. | |||||
2020-02-12 | Paraview: fix PYTHONPATH for static build. (#14648) | Dan Lipsa | 1 | -5/+12 | |
* Fix PYTHONPATH for static build. * Only for the latest version. | |||||
2020-02-12 | openPMD-api: Build Env Fix & Dev (#14904) | Axel Huebl | 1 | -2/+2 | |
- fix a missing `env.` prefix in the build environment. - rename development branch to same name as in git | |||||
2020-02-11 | WarpX: master is the new develop (#14898) | Axel Huebl | 1 | -6/+2 | |
WarpX removed the `dev` branch in favor of a simpler, `master`-centric development model. `master` is the new development branch and there is no stable branch anymore (we use tags and release branches instead). | |||||
2020-02-11 | New package: ReFrame (#14737) | victorusu | 1 | -0/+34 | |
2020-02-11 | ROOT: Add Pythia8 support (#14790) | Hadrien G | 2 | -4/+5 | |
2020-02-11 | OpenCV package: add versions 4.2.0, 4.1.2, and 4.1.1(#14814) | darmac | 1 | -1/+4 | |
2020-02-11 | [dd4hep] Make DDDigi work with current TBB releases (#14791) | Hadrien G | 2 | -0/+45 | |
Add patch for DDDigi's broken TBB support. The issue is fixed in DD4hep master so the patch is only required for 1.11.0 | |||||
2020-02-11 | New package: libvips (#14794) | Sajid Ali | 1 | -0/+45 | |
2020-02-11 | libdrm: add version 2.4.100 (#14809) | darmac | 1 | -7/+8 | |
2020-02-11 | r-truncdist: new package at 1.0-2 | codeandkey | 1 | -0/+19 | |
2020-02-11 | bugfix: `spack -V` should use `working_dir()` instead of `git -C` | Todd Gamblin | 1 | -2/+4 | |
- `git -C` doesn't work on git before 1.8.5 - `working_dir` gets us the same effect | |||||
2020-02-11 | [mono] add version 6.8.0.105 | Jen Herting | 1 | -0/+2 | |
2020-02-11 | Fix intel-mkl package (#14856) | Scott Wittenburg | 2 | -0/+20 | |
* Add cpio package * intel-mkl: Depend on cli tool needed during build | |||||
2020-02-11 | Fix QT4 platform detection for linux clang (#14891) | Seth R. Johnson | 1 | -3/+25 | |
* Fix QT4 platform name for linux clang * Fix clang compiler flags on QT4 | |||||
2020-02-11 | precice: add version 2.0.0 (#14842) | Frédéric Simonis | 1 | -7/+31 | |
Added python3 dependency Added support for new CMake variables | |||||
2020-02-11 | unifdef: added new package (#14880) | Matthias Diener | 1 | -0/+25 | |
2020-02-11 | heffte: added v0.2 (#14881) | Christoph Junghans | 1 | -0/+1 | |
2020-02-11 | hepmc: added versions up to v3.2.0 (#14805) | darmac | 1 | -1/+7 | |
2020-02-10 | Hydrogen: update dependency on aluminum (#14760) | Brian Van Essen | 3 | -11/+19 | |
* Hydrogen now depends on `aluminum +nccl` vs. `aluminum +mpi_cuda` * Hydrogen: Simplify Mac OS OpenMP-detection logic * Aluminum: Add Mac OS OpenMP-detection logic * LBANN: depend on conduit@0.4.0: instead of conduit@master | |||||
2020-02-10 | Spack find: fix queries that specify dependencies (#14757) | Massimiliano Culpo | 3 | -1/+37 | |
Fixes #10019 If multiple instances of a package were installed in a single instance of Spack, and they differed in terms of dependencies, then "spack find" would not distinguish specs based on their dependencies. For example if two instances of X were installed, one with Y and one with Z, then "spack find X ^Y" would display both instances of X. | |||||
2020-02-10 | libedit package: add version 3.1-20191231 (#14851) | Peter Scheibel | 1 | -0/+1 | |
This new version of libedit can make use of an ncurses dependency built with +termlib (which moves some symbols into a separate libtinfo). | |||||
2020-02-10 | Fix vim build with ^ncurses+termlib | Glenn P Johnson | 1 | -1/+4 | |
This PR will set the approriate library if ncurses is built with a separate tinfo library. | |||||
2020-02-10 | icedtea: added versions up to v3.9.0 (#14806) | darmac | 1 | -1/+7 | |
2020-02-10 | New package: r-biomartr (#14812) | Glenn Johnson | 3 | -3/+77 | |
This PR creates the r-biomartr package as well as needed new packages and updates. - new dependency: r-philentropy - update: r-curl | |||||
2020-02-10 | acts-core: added v0.16.0 (#14839) | Hadrien G | 1 | -6/+17 | |
* Adapt to ACTS v0.16 * ACTS uses the DD4hep XML components nowadays | |||||
2020-02-10 | New package: r-watermelon (#14864) | Glenn Johnson | 8 | -0/+185 | |
This PR creates the r-watermelon package, along with dependencies. - new package: r-fdb-infiniummethylation-hg19 - new package: r-illuminahumanmethylation450kanno-ilmn12-hg19 - new package: r-lumi - new package: r-methylumi - new package: r-roc - new package: r-txdb-hsapiens-ucsc-hg19-knowngene - updated package: r-matrixstats, new version needed as a dependency | |||||
2020-02-10 | New package: r-suppdists (#14865) | Glenn Johnson | 1 | -0/+22 | |
2020-02-10 | New package: r-imager (#14866) | Glenn Johnson | 3 | -0/+83 | |
This PR adds the r-imager package and dependencies. - new package: r-bmp - new package: r-readbitmap | |||||
2020-02-10 | New package: r-proj (#14872) | Glenn Johnson | 1 | -0/+27 | |
2020-02-10 | New package: r-proj4 (#14871) | Glenn Johnson | 1 | -0/+22 | |
2020-02-10 | New package: r-pscbs (#14867) | Glenn Johnson | 4 | -0/+82 | |
This PR adds the r-pscbs package along with new dependencies and updates. - new package: r-aroma-light - new package: r-r-cache - updated package: r-r-oo | |||||
2020-02-10 | New package: r-copula (#14874) | Glenn Johnson | 5 | -0/+115 | |
This PR adds the r-copula package and dependencies. - new package: r-adgoftest - new package: r-gsl - new package: r-pspline - new package: r-stabledist | |||||
2020-02-10 | New package: r-gsalib (#14873) | Glenn Johnson | 1 | -0/+18 | |
2020-02-10 | openblas: added v3.8.0 (#14875) | Kai Torben Ohlhus | 1 | -0/+1 | |
2020-02-10 | xterm: added versions up to v353 (#14829) | darmac | 1 | -0/+4 | |