Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
* Add py-wub, with supporting fixes
- add py-wub
- add py-pycmd because py-wub needs it
- update py-statsmodels, which needs at least v0.9.0 to work with
python3.7 because cython.
* Update based on Adam's comments
* Fix dependency types for py-six in py-wub
* statsmodels tests fail, update comment w/ Issue #
The statsmodels tests weren't run in the previous version of the
package. If I enable them, the fail.
Update the package comment with the statsmodels issue I opened to
track the problem:
https://github.com/statsmodels/statsmodels/issues/6263
* Update dependency types in py-wub/package.py
* flake8 cleanups
* Make statsmodels tests work
- need to use patsy@0.5.1:
- need to run the tests from within the build/lib* dir
|
|
* cmd/install: remove unused install_status option
* update bash completions for spack install
|
|
|
|
|
|
fixes #13803
|
|
* Add mg, a gnu-emacs like fork of microemacs
* Use Package, since not really an Autotools package
Switch from AutotoolsPackage to Package. Even though mg has a
configure script, it's not really an Autotools package.
* Need to also provide --prefix to configure
|
|
|
|
See http://www.doxygen.nl/manual/install.html
|
|
* texinfo: Fix unescaped braces for older version.
* texinfo: update locale handling.
|
|
* argobots: update to 1.0rc2
* bolt: update to 1.0rc3
* argobots/bolt: add maintainers
* argobots: use "master" for the master branch
|
|
|
|
|
|
(#13789)
* Some packages (e.g. mpfr at the time of this patch) can have patches
with the same name but different contents (which apply to different
versions of the package). This appends part of the patch hash to the
cache file name to avoid conflicts.
* Some exceptions which occur during fetching are not a subclass of
SpackError and therefore do not have a 'message' attribute. This
updates the logic for mirroring a single spec (add_single_spec)
to produce an appropriate error message in that case (where before
it failed with an AttributeError)
* In various circumstances, a mirror can contain the universal storage
path but not a cosmetic symlink; in this case it would not generate
a symlink. Now "spack mirror create" will create a symlink for any
package that doesn't have one.
|
|
* ampliconnoise: Change function type.
* ampliconnoise: updated api call to setup run environment
|
|
* find-circ: a new package.
* flake8.
|
|
|
|
|
|
|
|
Fix for some overlong shebangs in valgrind. Borrowed from verrou/package.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add old version of jdk
* setup_environment -> setup_build_environment
|
|
* Added package for Clara command line parser
|
|
* Add process to determine aarch64 microarchitecture
* add microarchitectures for thunderx2 and a64fx
* Add optimize flags for gcc on aarch64 family processors thunderx2 and a64fx.
* Add optimize flags for clang on aarch64 family processors thunderx2 and a64fx
* Add testing for thunderx2 and a64fx microarchitectures
|
|
* add MAX_CPU_COUNT variant to HPX package
* compatibility with python2
* correct variant description
Co-Authored-By: Mikael Simberg <mikael.simberg@iki.fi>
* add maintainers list
|
|
zlib was using the deprecated setup_environment call. Now it's using
the current setup_build_environment.
(noticed this in some `spack -d` output)
|
|
* add more legion version and expose more flecsi options
* formatting
* update version pointing to master to master
* fix indentation
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* use self.run_tests
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* Make relative binaries relocate text files properly
* rb strings aren't valid in python 2
* move perl to new interface for setup_environment family methods
|
|
* py-rnacocktail: a new package.
* flake8.
* Add build-time dependencies.
|
|
http to https
|
|
|
|
The package now points to the official github repository for master
and to PyPI for release versions.
|
|
* Update package.py
Update scalpel version 0.5.4
* Update package.py
|
|
* fix metis src dl url
* update ascent, vtk-h and vtk-m recipes
* update conduit package
* fix vtk-m shas
* mfem conduit fix
* use vtk-h develop
* fix issue with stripped include paths in mfem
* more metis fixes
* simpler fix for mfem conduit include issue
* finish mfem changes
* pin to cmake 3.14, since we hit cuda issues with 3.15
* add rtd theme as dep for ascent
* add vtk-h 0.5.0 release, update ascent to use it
* add ascent 0.5.0 release
* fix cmake pin to allow all vers of 3.14
* fix format string error in mfem pkg
* review fixes for mfem pkg
* review fixes for vtk-h and vtk-m packages
* address review comments for ascent pkg
* changing default off of develop broke downstream use
* revert prefed
|
|
Add latest release and first to be tagged by number in Spack,
version 0.10.0.
|
|
* guile package: Handling the threads option.
Currently guile by default tries to compile its thread variant.
However, the threaded version can only be compiled if bdw-gc is
compiled with some threads support. Currently, the default
compilation of the bdw garbage collector is compiled without any
thread support resulting in a compilation error.
I have changed the the default guile compilation to the non-threaded
version. I have also added the appropiated options for the bdw-gc
compilation in case the user prefers the threaded variant.
* guile package(flake8): fixed identation issues
|
|
|
|
* remove reference to `spack.store` in method definition
Referencing `spack.store` in method definition will cache the `spack.config.config` singleton variable too early, before we have a chance to add command line and environment scopes.
|