Age | Commit message (Collapse) | Author | Files | Lines |
|
* Adding new package: py-keras (and dependencies)
* Fixing dependencies
|
|
|
|
* Adding new package: py-py4j
* Adding missing depedency
|
|
|
|
|
|
|
|
* Adding new package: py-pathos (and dependencies)
* Fixing required versions
|
|
* New gcc uses C++14 mode, this fixes implicit conversion
The issue is described in depth [here][desc]. C++14 no longer
allows implicit conversion from iostream classes to void*.
This patch comes directly from [PR #6][patch].
[desc]: http://stackoverflow.com/questions/38659115/make-fails-with-error-cannot-convert-stdistream-aka-stdbasic-istreamchar
[patch]: https://github.com/agordon/libgtextutils/pull/6
* mend
|
|
|
|
* created elf virtual package and updated dependent packages
* added `hide_files` context manager to handle moving files.
|
|
* cosmomc: New package CosmoMC
* cosmomc: Improve version numbering scheme
* planck-likelihood: New package
* cosmomc: Pacify flake8
* cosmomc: Code cleanup as requested in the review
* cosmomc: Various updates suggested during review
* cosmomc: Limit compiler versions (as documented in the build instructions)
* cosmomc: Correct flake8 error
* cosmomc: Use `libs` instead of `lapack_libs`
* planck-likelihood: Make makefile output more verbose and readable
* planck-likelilhood: Correct order of libraries when calling linker
* cosmomc: Clean up check for suitable compiler
* planck-likelihood: Use modern mechanism to set environment variables
|
|
we use spectrum.
|
|
|
|
|
|
|
|
|
|
introduced by PR https://github.com/LLNL/spack/pull/1875
|
|
* add package py-guiqwt with dependencies
* fixed url
* fixed url2
* Update package.py
* Update package.py
|
|
* Adding farmhash package from google
|
|
|
|
* Cleanup list of offered versions (only the latest update release of each minor version is kept: 1.4.4, 1.5.2, 1.6.6, 1.7.1); introduced master revision (via Git). Slightly more selective installation of the documentation; copy README.md and LICENSE files to documentation folder. Removed outdated build options (make_args); generally stay with LIBXSMM's defaults (general purpose build). Introduced one build variant ("debug").
* Incorporated comments of PR #3371 (https://github.com/LLNL/spack/pull/3371).
* Fixed flake8 complaints.
* Made the full list of versions available starting with version 1.4 (there are earlier releases, however those have been released before the Spack specification became available; original spec. also started with 1.4).
* Made DBG and TRACE actually two separate arguments.
|
|
The tests fail on some systems (e.g. Comet at SDSC) that impose limits on the number of processes or threads one can run simultaneously on the head node. Thus the tests should not be run by default.
|
|
Funded-by: IDEAS
Project: IDEAS/xSDK
Thanks-to: Adam J. Stewart
|
|
* add package py-py-cpuinfo
* renamed package to py-cpuinfo
|
|
* Allow find_libraries to accept lists or strings
* Convert one more example from list to string
|
|
|
|
|
|
* ADIOS: change the invocation of python script that generates test files
The python script ADIOS*/utils/gpp/gpp.py is invoked directly in the
ADIOS*/tests/genarray/Makefile and the name of the python interpreter
can be quite long if it is one built under spack, i.e. longer than the
80 characters allowed by the #! line in bash. The name of the shbang
line is truncated at 80 characters and bash cannot find the python
interpreter specified.
This fix changes how the script is executed, by invoking it under
python. This way, the shbang line is ignored.
* adios: fixed flake8 errors from previous commit.
* adio: Switch to AutotoolsPackage class from Package class
Switched in order to add support for the ppc64le platform.
|
|
|
|
* Convert gl2ps to CMakePackage
* Remove unused spec variable
|
|
|
|
* correct ipython dependency
* needed to introduce a github download for py-jedi
* corrected dependencies
* restrict appnope dependency to darwin>10.8
* flake8 fix
|
|
* add package py-junit-xml
* Update package.py
* flake8 fix
|
|
* Added magma package
* Incorporated Serban's change
* Removed cmake dependency
|
|
* add package py-neo and py-quantities
* Update package.py
* fixed errors
|
|
|
|
* add package py-serial
* fixed setuptools dependency
|
|
* add package py-pyfftw
* Update package.py
|
|
(#3349)
|
|
|
|
* Adding highwayhash package from Google
* Added the highwayhash package for Tensorflow
* Fixed the numerous flake8 issues
* fixed requested changes
* added conditionals for some installs
* forgot an import
* create install directories before you install anything in them
|
|
|
|
|
|
|
|
|
|
* add package py-lmfit
* needed to deactivate testing in openblas due to spec.cppflags being undefined
* undid openblas modification
|
|
* add package py-myhdl
* Update package.py
|
|
|
|
* add package py-elephant
* add variants for docs and pandas
|
|
* add resource manpages to package git
* Update package.py
* added manpages per version
* added explaining comment
* fixed synatx error
|