summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31Add new package: dosfstools (#18410)darmac1-0/+25
2020-08-31Add new package: tesseract (#18411)darmac1-0/+29
2020-08-31Add new package: fipscheck (#18412)darmac1-0/+27
2020-08-31Add new package: libfuse (#18413)darmac1-0/+18
2020-08-31Add new package: hardlink (#18414)darmac1-0/+19
2020-08-31Add new package: libhbaapi (#18415)darmac1-0/+22
2020-08-31Add new package: jimtcl (#18416)darmac1-0/+17
2020-08-31environment-modules: fix version 4.5.2 install (#18421)Xavier Delaruelle1-2/+8
`configure` script of Modules 4.5.2 is a bit too strict and breaks when special options like `--disable-dependency-tracking` are set. This issue will be fixed on Modules project starting version 4.5.3 (cea-hpc/modules#354). This change adapts `configure` options set when installing version 4.5.2 to avoid options unrecognized on this version. Fix #18420
2020-08-31neovim: build on aarch64 (#18136)Toyohisa Kameyama2-34/+24
* libvterm: renumber version and add 1.0.3 neovim: build on aarrch64 * Remove unneeded comment. * libvterm: newer bazaar snapshot version is set to version 0.0. neovim: change for libvterm version change, and libtermkey version bug is fixed. * update libvterm versions.
2020-08-31Add new package: byte-unixbench (#18257)darmac1-0/+21
* Add new package: byte-unixbench * refine install flow * Update var/spack/repos/builtin/packages/byte-unixbench/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-08-31cp2k: Add depend on libxc@4.3.4. (#18346)t-nojiri1-3/+3
* cp2k: Add depend on libxc@4.3.4. * cp2k: The fix of depend of libxc@4.3.4 was redone.
2020-08-31New packages: py-torch-cluster (#18262)Jen Herting1-0/+39
* [py-torch-cluster] created template * [py-torch-cluster] added dependencies * [py-torch-cluster] setting TORCH_CUDA_ARCH_LIST * [py-torch-cluster] limited extends * [py-torch-cluster] depends on scipy * [py-torch-cluster] added variant cuda and set env vars * [py-torch-cluster] added homepage and description. removed fixmes * [py-torch-cluster] flake8 * [py-torch-cluster] switched to depends_on from extends. * [py-torch-cluster] added variant description * [py-torch-cluster] added py-setuptools and py-pytest-runner as dependencies
2020-08-31New package: py-torch-scatter (#18263)Jen Herting1-0/+39
* [py-torch-scatter] created template * [py-torch-scatter] listed specific version of python * [py-torch-scatter] extends py-torch * [py-torch-scatter] setting TORCH_CUDA_ARCH_LIST * [py-torch-scatter] setting more environemnt variables and added variant cuda * [py-torch-scatter] added homepage and description. removed fixmes * [py-torch-scatter] flake8 * [py-torch-scatter] Added variant description * [py-torch-scatter] extends -> depends_on * [py-torch-scatter] added dependencies of setup tools and pytest-runner
2020-08-31New package: py-torch-spline-conv (#18273)Jen Herting1-0/+37
* [py-torch-spline-conv] created template * [py-torch-spline-conv] specified version of python * [py-torch-spline-conv] extends py-torch-cluster * [py-torch-spline-conv] setting TORCH_CUDA_ARCH_LIST * [py-torch-spline-conv] limiting extension to py-torch * [py-torch-spline-conv] added cuda variant and setting env vars * [py-torch-spline-conv] added homepage and description. removed fixmes * [py-torch-spline-conv] added variant cuda * [py-torch-spline-conv] flake8 * [py-torch-spline-conv] added variant description * [py-torch-spline-conv] extends -> depends_on * [py-torch-spline-conv] added dependencies py-setuptools and py-pytorch-runner
2020-08-31Remove unmatched triple quotes (#18272)Adam J. Stewart2-2/+2
2020-08-31trilinos: added v13.0.0 and PYTHONPATH for exodus.py (#18266)Weston Ortiz1-0/+6
2020-08-31singularity: added v3.6.2 (#18353)Dr. Christian Tacke1-0/+1
2020-08-31glew: added v2.1.0 (#18394)Dr. Christian Tacke1-1/+2
2020-08-31atmi,rocgdb,rocm-dbgapi changes for rocm3.7 (#18404)srekolam3-10/+15
2020-08-31libidl: added new package at v0.8.14 (#18403)ketsubouchi1-0/+19
2020-08-31py-py6s: added new package at v1.8.0 (#18407)Sinan1-0/+25
Co-authored-by: Sinan81 <Sinan81@earth>
2020-08-31lesstif: added dependency on 'libxext' (#18408)h-denpo1-0/+1
2020-08-30minizip: support minizip and miniunz building (#17925)darmac1-0/+16
* minizip: support minizip and miniunz building * minizip: remove comment * refine build flow
2020-08-30lua-luajit: remove duplicated lua-jit and merge to lua-luajit. (#18348)Toyohisa Kameyama2-44/+25
2020-08-30new package: py-planet (#18377)Sinan1-0/+22
* new package: py-planet * flake8 * specify checksum type * improve dependency specs * specify dependency * add test dependencies Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@earth>
2020-08-30new package: py-deap (#18378)Sinan1-0/+18
* new package: py-deap * flake8 * fix sha sum * add missing dependency Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@earth>
2020-08-30new package: py-pypeg2 (#18379)Sinan1-0/+17
* new package: py-pypeg2 * add missing dependency Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@earth>
2020-08-30new package: py-pysolar (#18380)Sinan1-0/+22
* new package: py-pysolar * latest version depends on python@3, flake8 * add missing dependencies Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@earth>
2020-08-30new package: py-rios (#18381)Sinan1-0/+23
* new package: py-rios * flake8 * Update var/spack/repos/builtin/packages/py-rios/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-08-29new package: py-ssmap (#18383)Sinan1-0/+20
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2020-08-29new package: py-stopit (#18384)Sinan1-0/+21
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2020-08-29[heppdt] fix broken url (#18388)vvolkl1-3/+3
2020-08-29Add new pacakge: termcap (#18389)darmac1-0/+18
2020-08-29Add new package: wrk (#18390)darmac1-0/+25
2020-08-29Add new package: cgdcbxd (#18391)darmac1-0/+29
2020-08-29[libdrm] AutotoolsPackage; %gcc@10.0.0 requires CFLAGS=-fcommon (#18393)Wouter Deconinck1-9/+8
* [libdrm] AutotoolsPackage; %gcc@10.0.0 requires CFLAGS=-fcommon * [libdrm] placate flake8
2020-08-29Bcache (#18103)darmac1-1/+0
* bcache:add pkg-config to find blkid.h in linux-utils * bcache: fix libuuid race condition in pkgconfig
2020-08-29Add new package: re2 (#18302)darmac1-0/+17
* Add new package: re2 * re2: refine versions
2020-08-29Add new package: varnish-cache (#18258)darmac1-0/+29
* Add new package: varnish-cache * Add dependency: python
2020-08-29Add new package: leptonica (#18306)darmac1-0/+24
* Add new package: leptonica * Update var/spack/repos/builtin/packages/leptonica/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-08-29flexiblas: initial add (#18364)Christoph Junghans1-0/+20
* flexiblas: initial add * Update package.py
2020-08-28Add new package: weighttp (#18255)darmac1-0/+23
2020-08-28Add new package: librdkafka (#18256)darmac1-0/+21
2020-08-28mathlibs- rocrand recipe for amd rocm-3.5.0 release (#18283)srekolam1-0/+37
* mathlibs- rocrand recipe for amd rocm-3.5.0 release * fixing review comments
2020-08-28py-spacy: new version 2.3.2 (#18294)Andrew W Elble3-6/+28
* py-spacy: new version 2.3.2 update en-core-web-sm to @2.3.1 add en-vectors-web-lg@2.3.0 * update deps * wasabi Co-authored-by: Andrew Elble <aweits@localhost.localdomain>
2020-08-28new package: qcachegrind@20.08.0 (#18295)Andrew W Elble1-0/+25
Co-authored-by: Andrew Elble <aweits@localhost.localdomain>
2020-08-28Add new package: rinetd (#18303)darmac1-0/+27
2020-08-28Add new package: rsyslog (#18304)darmac1-0/+33
2020-08-28Add new package: tengine (#18305)darmac1-0/+22
2020-08-28Add new package: fastdb (#18308)darmac2-0/+48