summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-06-17NNPACK: add new package (#24333)Adam J. Stewart1-0/+118
2021-06-16py-peachpy: add new package (#24373)Adam J. Stewart1-0/+20
2021-06-17py-opcodes: add new package (#24372)Adam J. Stewart1-0/+17
2021-06-17z3: update package to use CMake build system (#24337)John Jolly1-24/+13
The Z3 solver provides a Z3Config.cmake file when built using the CMake build system. This submission changes the package build system to inherit the CMakePackage type. In addition to changing the build system, this submission: - Adds the GMP variant - Removes v4.4.0 and v4.4.1 as CMake was implemented starting with v4.5.0
2021-06-16TensorPipe: add new package (#24335)Adam J. Stewart1-0/+26
* TensorPipe: add new package * Add libuv dependency * Add min supported version of libuv
2021-06-16XNNPACK: add new package (#24334)Adam J. Stewart1-0/+104
* XNNPACK: add new package * XNNPACK: add resources
2021-06-16gloo: add py-torch submodule commits (#24330)Adam J. Stewart1-1/+16
* gloo: add py-torch submodule commits * gloo: add new version * gloo: add master branch * gloo: use Ninja generator
2021-06-16openssl: architecture check is now based on spec target (#24228)OliverPerks1-2/+1
2021-06-16eigen: fix build with nvhpc (#24253)Nicolas Cornu1-0/+4
2021-06-16kineto: add new package (#24319)Adam J. Stewart1-0/+28
2021-06-16FBGEMM: add new package (#24318)Adam J. Stewart1-0/+38
2021-06-16Dyninst: add v11.0.1 (#24322)Tim Haines1-0/+1
2021-06-16Set r-chipseq to bioconductor format (#24315)Glenn Johnson1-3/+5
- added description - converted to git from url - set commit rather than sha256
2021-06-16QNNPACK: add py-torch submodule commits (#24329)Adam J. Stewart1-14/+21
2021-06-16ParFlow: add new package (#24331)Steven Smith1-0/+81
2021-06-16r-effects: new package (#24342)Glenn Johnson1-0/+27
2021-06-16kaldi: fix building with mkl (#24338)archxlith1-1/+1
2021-06-16openfst: add v1.7.3 (#24339)archxlith1-0/+1
It's the highest version allowed in kaldi package
2021-06-16openmolcas: add v21.02, add mpi variant (#24343)snehring1-2/+21
2021-06-16cpuinfo: prevent downloads during build (#24345)Adam J. Stewart1-1/+29
2021-06-16pthreadpool: more specific resource destination (#24346)Adam J. Stewart1-6/+12
2021-06-15p4est: add v2.3.2 (#24311)Marc Fehling1-1/+2
2021-06-15openPMD-api: Build with Legacy API (#24341)Axel Huebl2-18/+34
Allow to build with `^hdf5@1.12.0 api=v110` and `v18`.
2021-06-15add irep and lua-lang virtual dependency (#22492)Richarda Butler3-0/+49
This adds a package for `irep`, a tool for reading `lua` input decks from Fortran, C, and C++. `irep` can be built with either `lua` or `luajit`. To address this, we also add a virtual package for lua called `lua-lang`. `luajit` isn't, by default, a drop-in replacement for `lua`, but we add a `+lualinks` variant to it that adds symlinks that make it behave like `lua@5.1`. With this variant enabled, it provides the `lua-lang` virtual. `lua` always provides `lua-lang`. - [x] add `irep` package - [x] add `+lualinks` variant to `lua-luajit` - [x] create `lua-lang` virtual, provided by `lua` and `luajit+lualinks` Co-authored-by: Kayla Richarda Butler <butler59@quartz1148.llnl.gov> Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
2021-06-15cairo: fix gtkdocize patch (#24332)Seth R. Johnson1-3/+3
Patch in #23971 was not correct
2021-06-15pthreadpool: add new package (#24324)Adam J. Stewart1-0/+47
2021-06-15dd4hep: add v1.17 and a patch for cmake issues (#24274)Thomas Madlener2-0/+20
2021-06-15libdrm: fix one error, mark another conflict (#24309)Seth R. Johnson2-3/+7
* libdrm: fix one configure error and require libpciaccess Failure with `LIBS`: the linker can't find `-lrt` so configure fails on darwin-bigsur %apple-clang@12.0.5 ``` >> 22 configure: error: in `/private/var/folders/gy/mrg1ffts2h945qj9k29s1l1dvvmbqb/T/s3j/spack-s tage/spack-stage-libdrm-2.4.100-ofhk6m25n2pi427ihnxmvjkfmgyzlrqc/spack-src': >> 23 configure: error: C compiler cannot create executables 24 See `config.log' for more details See build log for details: /var/folders/gy/mrg1ffts2h945qj9k29s1l1dvvmbqb/T/s3j/spack-stage/spack-stage-libdrm-2.4.100-ofhk6m25n2pi427ihnxmvjkfmgyzlrqc/spack-build-out.txt ``` * libpciaccess: Mark conflict with darwin ``` make[2]: *** [common_init.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... common_interface.c:75:10: fatal error: 'sys/endian.h' file not found ^~~~~~~~~~~~~~ ``` and ``` common_init.c:73:3: error: "Unsupported OS" ``` and others
2021-06-15r-insight: new package (#24313)Glenn Johnson1-0/+27
2021-06-15openmc: add v0.12.2, v0.12.1 (#24320)Paul Romano2-5/+9
2021-06-15openpmd-api: conflicts w hdf5 api=v110, v16, v18 (#24323)eugeneswalker1-0/+6
* openpmd-api: conflicts w hdf5 api=v110, v16, v18 * Update var/spack/repos/builtin/packages/openpmd-api/package.py * Add reference Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2021-06-14paraver: rename package to wxparaver, add new versions and fix installation ↵Hervé Yviquel2-9/+58
(#24307) * update url, add all new versions and fix installation * add wxparaver package and set the old paraver package as deprecated * remove update of deprecated package * remove old version from new wxparaver * Update url Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-06-14Made mxnet's cuda dependency conditional on +cuda. (#24305)David M. Rogers1-2/+2
2021-06-14New package: rmgdft. (#23313)Emil Briggs1-0/+96
2021-06-14Caliper: add v2.6.0 (#24303)QuellynSnead1-1/+2
2021-06-14oneAPI packages: fix install for python2 (#24296)Robert Cohn10-20/+20
Fix platform detection logic to work for Python 2 and 3
2021-06-14HiPACE: new package (#24070)Axel Huebl2-1/+70
Co-authored-by: Severin Diederichs <65728274+SeverinDiederichs@users.noreply.github.com>
2021-06-14leptonica: add v1.81.0 and missing dependencies (#24302)Glenn Johnson1-1/+9
- add version 1.81.0 - add dependencies - giflib - jpeg - libpng - libtiff - libwebp - openjpeg - build shared libs
2021-06-14libwebp: add v1.2.0 and new variants (#24301)Glenn Johnson1-26/+20
- add version 1.2.0 - add variants - giflib - jpeg - libpng - libtiff
2021-06-14Fix the branch for the develop version of IOR (#24079)Sergio1-1/+1
2021-06-14fast-global-file-status: depends_on libtool (#24293)eugeneswalker1-0/+1
2021-06-12gnutls: added unconditional dependency on libidn2 (#21471)Jen Herting1-0/+1
2021-06-12nss: new package (#24288)Michael Kuhn1-0/+69
2021-06-12graphviz: add v2.47.2 (#24273)Olivier Cessenat1-5/+11
Updated dependencies
2021-06-12libinih: add new package (#24289)Vanessasaurus2-0/+19
xfsprogs currently does not install with error message: FATAL ERROR: could not find a valid ini.h header. Adding this package libinih, and including it as a dependency for xfsprogs seems to fix the issue. It could be that we only need to add it for newer versions (if it worked before) and maybe a maintainer can comment on that. Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-06-12py-pytorch-sphinx-theme: add new package (#24283)Adam J. Stewart1-0/+18
2021-06-12nspr: add v4.31 (#24284)Michael Kuhn1-2/+10
2021-06-11llvm: add conflicts for newer gcc (#24281)Seth R. Johnson1-1/+2
Closes #24270
2021-06-11cp2k: add v8.2 (#24265)Robert Mijakovic1-0/+1
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-06-11ipopt: add versions up to v3.13.0 (#16706)Adrien Bernede1-12/+21
Pagination on Github prevent spack from easily parse all available versions. Also, due to recent migration to GitHub, tarballs for versions up to 3.12.13 have be regenerated, changing the hash. The current URL will apparently be supported, so we keep it, and give the alternative one as a comment.