Age | Commit message (Collapse) | Author | Files | Lines |
|
* Add ShengBTE
Adding a new package; ShengBTE. I tried adding it a MakefilePackage, and use build_directory = 'Src', but it was as if the build_directory gets ignored and make complains about target not found. and using the make funtion here instead of os.system, I get errors that config.f90 is not found which is already available under Src as well.
* more enhancmenets
fix lint; use mkl spec; use build_directory variable
* one more fix
* Use Makefile template
* Update var/spack/repos/builtin/packages/shengbte/package.py
use mkl instead of intel-mkl as a dependency
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/shengbte/package.py
update recipe as suggested by reviewer
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* enhance recipe
remove white space; changes as suggested by reviewer
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* Fixed SSL pathing for older versions of Python (i.e. @:3.6.999).
* Fixed an issue where the 'python~ssl' variant wasn't properly being respected.
* Improved the '~ssl' patch by making it functional instead of diff-based (enables 3.X.Y patches).
* Fixed comment formatting to satisfy 'flake8' style requirements.
|
|
|
|
* graphviz: add poppler support
* graphviz: actually needs poppler+glib
* poopler: fix glib build, new version
|
|
* hpcviewer: add version 2020.04
* ibm-java: add version 8.0.6.7
|
|
On Power architectures cuDNN will install in a target directory. This
sets cuDNN_ROOT to point to the subdirectory to help dependents use
this install.
|
|
|
|
|
|
|
|
... as well as mariadb. Needed for ROOT.
|
|
* update podio version formatting
* [podio] formatting fixes
|
|
|
|
|
|
|
|
|
|
closes #3479
Co-authored-by: Kate Isaacs <kisaacs@cs.arizona.edu>
Co-authored-by: Kate Isaacs <kisaacs@cs.arizona.edu>
|
|
The singularity info should actually suggest where you might find the info about the post-install steps.
Co-authored-by: george.hartzell <george.hartzell@sana.com>
|
|
|
|
|
|
|
|
This PR introduces trivial refactoring in:
- `get_existing_elf_rpaths`
- `get_relative_elf_rpaths`
- `get_normalized_elf_rpaths`
- `set_placeholder`
mainly to be more consistent with practices used in other
parts of the code and to simplify functions locally. It also
adds or reworks unit tests for these functions and extends
their docstrings.
Co-authored-by: Patrick Gartung <gartung@fnal.gov>
Co-authored-by: Peter J. Scheibel <scheibel1@llnl.gov>
|
|
* ppOpen-APPL/AMR-FDM: New package
* separate build and install.
* Fix description.
|
|
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.
|
|
Support mirrors for libpciaccess downloads.
|
|
Add a mirror for `libbsd` to improve fetch stability.
libbsd.freedesktop.org sometimes failes in my nightly CI/CD scripts.
|
|
Adds the py-profilehooks package.
|
|
Add the py-blosc python package.
|
|
Add the `master` branch of h5py as a version.
|
|
|
|
* 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+
|
|
|
|
|
|
* fixes
* remove extra newline
|
|
|
|
|
|
|
|
Added a fix for the 'visit' package when building variant '@3%gcc'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print a note on how to activate a newly created environment
|
|
* 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.
|