Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Use of symbol testing macro requires explicit include()
- CMake policies are not version-portable and the support has to queried
based on CMake version
|
|
|
|
|
|
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
|
|
Adding a UPC++ spack package pointing to the default 2019.3.2 UPC++
version, and allowing to build UPC++ with the experimental CUDA variant.
|
|
* openspeedshop: fixed build on arm.
* remove patch comment.
|
|
* libpeas@1.22.0: new package
* libpeas: note more build dependencies
Build and link dependencies were obtained through a combination of
examining the `config.log` file from `configure` and looking at the
pkg-config files of `libpeas`.
* libpeas: add search path for GIR/typelib files
|
|
|
|
* Use spec.architecture.target insted of platform.
* remove default in simd variant value.
simd variant change to archtecture independent values.
* Add check simd values.
* rewrite check simd values.
* * flake8
* change aarch64 to arm (neon support only 32 bit arm.)
|
|
* corrected catalyst package for aarch64 targets
* corrected syntax
* corrected undefined variable
|
|
|
|
|
|
* textparser: new package
* textparser: use 'parallel = False'
|
|
Found while building mariadb in a minimal build environment.
|
|
* py-ase: New version 3.18
Add ASE version 3.18. ASE 3.18 has dropped support for python 2.x,
hence add a dependency on python@3.5: for it.
* Add more ASE dependencies
Address review comments, add dependencies on py-scipy, py-matplotlib,
py-flask, and also add type=('build', 'run') dependency specifiers.
|
|
|
|
|
|
|
|
* Add gams recipe
* Break down lines to pass lint
|
|
|
|
While debugging this package on our Cray machine, tmux was throwing an
error involving the ncurses headers. Tmux would look for headers in
system locations rather than where spack installed ncurses. Tested only
on a Cray.
|
|
* Add tecplot recipe
* break down description to pass lint
* fix format to match python 2.6 requiremnets
* importing os
|
|
* fixed problem when requesting ~signals for boost >= 1.69
* added checks for all libs in with_libs
|
|
* new package: liblas
* explicitly disable build options
* fix indentation
|
|
This required dependency was missing
|
|
* new package: protobuf-c
* Update var/spack/repos/builtin/packages/protobuf-c/package.py
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* boost:Change the method for analysis version when using Fujitsu compiler.
* Change version to apply patch for Fujitsu.
* fix typo
|
|
* pmlib: new package
* pmlib: fix options and add patch
* pmlib: fix the patch file
|
|
* ccs-qcd: new package
* ccs-qcd: fix variant and replacement string
|
|
- add tests for `spack extensions`
- refactor `test_activations` test to use real extensions.
|
|
|
|
|
|
|
|
* Add fpocket
* fix recipe
break down the description to pass lint
* update license
* make changes as per maintainer's review
|
|
* Install the newest version of ncbi-rmblastn
Version ncbi-rmblastn 2.2.28 coonfiguration fails for gcc compiler on ubuntu 16.04 due to some compatibility issues that requires manual intervention to keep the installation going. However you still stumble upon other issues while compiling it.
Using Intel compiler passes the configuration step but fails for the compilation process as well.
Here I'm using the latest version and patch, and the recommended configuration option as mention in http://www.repeatmasker.org/RMBlast.html
* uploading ncbi-blast patch
|
|
|
|
* Add Vesta recipe
* Break down description to pass lint
* Make changes as maintainers' review
* remove whitespaces
|
|
* A new package: fastp.
* Flake8.
* Flake8.
|
|
* new package: py-requests-oauthlib
* add a version
* fix typo
|
|
|
|
This PR provides an option to build Julia with Intel MKL.
|
|
|
|
|
|
* new package: pktools
* rename and enable utilities
* enable build with FANN
* add variants, dependencies
* expcitly turn off options when not in use
|
|
|
|
* pumi and zoltan: add int64 variant
* typo
|
|
|
|
|
|
The mariadb-5.5 series can not be compiled with gcc-9.1.0 and above. Add
a conflicts statement to reflect that.
The error is due to -Werror=address-of-packed-member, a warning that is
new in gcc-9.
|