summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26qt: fix macOS w/ AppleClang (mesa libs) (#16302)Axel Huebl1-1/+3
Building the `py-jupyter` stack on macOS with AppleClang breaks on the `py-qtconsole` -> `py-qtconsole` -> `qt +opengl` package build environment setup with: ``` ==> Error: AttributeError: Query of package 'mesa' for 'libs' failed ... ==> Error: Failed to install qt due to ChildError: AttributeError: Query of package 'mesa' for 'libs' failed ``` This tries to add more library targets build by `mesa` to avoid this.
2020-04-26libpciaccess: mirror (#16312)Axel Huebl1-2/+2
Support mirrors for libpciaccess downloads.
2020-04-26libbsd: mirror (#16313)Axel Huebl1-1/+4
Add a mirror for `libbsd` to improve fetch stability. libbsd.freedesktop.org sometimes failes in my nightly CI/CD scripts.
2020-04-26py-profilehooks (new package) (#16305)Axel Huebl1-0/+20
Adds the py-profilehooks package.
2020-04-26py-blosc (new package) (#16307)Axel Huebl1-0/+23
Add the py-blosc python package.
2020-04-26py-h5py: master (new version) (#16306)Axel Huebl1-0/+2
Add the `master` branch of h5py as a version.
2020-04-26PyTorch: disable XNNPACK build (#16304)Adam J. Stewart1-0/+5
2020-04-25LLVM lldb 10.0: Python Link Dependency (#16299)Axel Huebl1-2/+6
* LLVM: Python Dependency Effort to expose the linked python library when building LLVM. This might fix the forward propagation of libintl that comes with the static python library build on darwin. * LLDB Py: Remove Ignored Old Flags Changed in LLVM 10.0+
2020-04-25py-pyyaml: add new version and variant (#16301)Adam J. Stewart1-4/+18
2020-04-25libyaml: add new version (#16300)Adam J. Stewart1-1/+3
2020-04-25ucx : add version, modify variants (#16252)Sajid Ali1-1/+11
* fixes * remove extra newline
2020-04-25py-spacy: add new package (#16293)Adam J. Stewart1-0/+31
2020-04-25Version bump: jdk 14 (#15821)Jonathon Anderson1-0/+3
2020-04-24py-thinc: add new package (#16295)Adam J. Stewart1-0/+29
2020-04-24Improved the accuracy of the dependencies for the 'visit' package. (#16297)Joseph Ciurej1-4/+18
Added a fix for the 'visit' package when building variant '@3%gcc'.
2020-04-24py-preshed: add new package (#16292)Adam J. Stewart1-0/+18
2020-04-24py-srsly: add new package (#16294)Adam J. Stewart2-0/+41
2020-04-24py-wasabi: add new package (#16296)Adam J. Stewart1-0/+16
2020-04-24py-plac: add new package (#16291)Adam J. Stewart1-0/+16
2020-04-24py-nltk: add new package (#16290)Adam J. Stewart1-0/+23
2020-04-24py-murmurhash: add new package (#16289)Adam J. Stewart1-0/+16
2020-04-24py-cymem: add new package (#16288)Adam J. Stewart1-0/+16
2020-04-24py-catalogue: add new package (#16287)Adam J. Stewart1-0/+19
2020-04-24py-blis: add new package (#16286)Adam J. Stewart1-0/+18
2020-04-24py-wheel: add new version (#16285)Adam J. Stewart1-0/+1
2020-04-24py-tqdm: add new version (#16284)Adam J. Stewart1-1/+2
2020-04-24Chainer: New Package. (#16251)Toyohisa Kameyama2-1/+39
* Chainer: New Package. * 1. Add maintainers. 2. fix dependency. 3. Add typing-extention@3.6.6 and fix version dependency. * afixed dependency. * remove python dependency for version 6.
2020-04-23oneDNN: add new version (#16267)Adam J. Stewart1-0/+1
2020-04-23add fontconfig as vim dependency (#16268)Jeffrey Salmond1-0/+1
2020-04-23eospac: prefer 6.4.0 (#16266)Christoph Junghans1-2/+2
2020-04-23libunwind: add 1.4.0 release and 1.5 stable branch (#16261)Mark W. Krentel1-9/+12
2020-04-23Rust 1.43.0 (#16260)Andrew Gaspar1-0/+7
2020-04-23tensorflow: compile against spack-provided protobuf (#16258)Andrew W Elble1-3/+7
This allows horovod to be built with frameworks=pytorch,tensorflow. I tracked down the crash I observed in #15719, where loading torch before tensorflow would cause a crash in: google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*) The solution is to make tensorflow compile against the protobuf version Spack provides, instead of allowing it to use it's own. It's likely we'll want to go after some of the others that are listed in third_party/systemlibs/syslibs_configure.bzl in the future.
2020-04-23phist: don't apply patch to 1.9.0 (#16257)jthies1-1/+1
2020-04-23Go: support for aarch64 (#16083)darmac1-1/+5
2020-04-23ambari: added package at v2.7.5 (#16149)darmac1-0/+25
2020-04-23py-setuptools: added v44.1.0 and v46.1.3 (#16171)Michael Kuhn1-1/+5
2020-04-23openssl: added 1.1.1g (#16247)Michael Kuhn1-6/+4
2020-04-23enca: added package at v1.19 (#16255)darmac1-0/+27
2020-04-23cryptopp : added 'shared' variant and sse detection (#16213)Joseph Ciurej1-0/+19
2020-04-23cpp-httplib: added package at v0.5.9 (#16228)darmac1-0/+27
2020-04-22Py coilmq (#16203)darmac1-0/+27
* Add new package: py-coilmq * remove FIXME comment * fix depends_on
2020-04-22Add new package: dnsmasq (#16253)darmac1-0/+30
2020-04-22Add new package: py-django (#16234)darmac1-0/+28
2020-04-22Add new package py-sqlparse (#16231)darmac1-0/+21
* Update var/spack/repos/builtin/packages/py-sqlparse/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Add new package py-sqlparse Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-22macOS+GCC: Conflicts CMake, libuv, CPython (#16249)Axel Huebl3-0/+19
The major building blocks in many software stacks: - CPython - CMake (libuv) do not build on macOS with GCC. The main problem is that some macOS framework includes pull in objective-c code and that code does get misinterpreted as (invalid) C by GCC by default.
2020-04-22vtk-m: update Vtk-m pkg to its latest version v1.5.1 (#16192)Vicente Adolfo Bolea Sanchez1-2/+9
Last month VTK-m releases its lastest version named `v1.5.1`. This new release only contains bugfixes related to compiler error / warnings. - Depends on CMake >= 3.12 - Set VTKm_NO_ASSERT=ON by default - add maintainers Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2020-04-22gotcha: add version 1.0.3 (#16239)Mark W. Krentel1-0/+1
2020-04-22Provide new version 0.6.10. (#16240)Kelly (KT) Thompson1-0/+1
2020-04-22update compiler config with bootstrapped compiler when already installed ↵Greg Becker1-0/+23
(#16221) Update compiler config with bootstrapped compiler when it was already installed and added config defaults to code so mutable_config test fixture works.