Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added new versions to py-tornado
* Removed all but the latest new version
|
|
* py-line-profiler: add 2.1.2, re-run cython if needed
See rkern/line_profiler#166.
* Update var/spack/repos/builtin/packages/py-line-profiler/package.py
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
* Added latest versions of SQLAlchemy 1.3.X, 1.2.X and 1.1.X
* Added missing dependencies
|
|
* Added latest versions to py-traitlets
* Added missing dependencies
|
|
* Addition of 1.1.3 and 1.1.4
* Addition of conditional enum-34 installation.
* Update var/spack/repos/builtin/packages/py-maestrowf/package.py
Addition of versioning for pyyaml.
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Addition of enum34 back to older versions 1.1.3 and below.
|
|
|
|
replace_prefix_bin. (#13114)
This should fix a Python3 error from concatenating strings and bytes.
|
|
This also changes the default for cxxstd from 98 to 14 because (at
least) newer versions of mysql do not compile with 98 (tested with
gcc@9).
|
|
fixes #12010
|
|
|
|
|
|
|
|
|
|
* Added py-certipy package. Dependency of py-jupyterhub.
* Changed url to pypi
|
|
* Support different CMake build types correctly.
* LIBXML2 variables no longer used.
* Fix E501 as part of https://github.com/spack/spack/pull/13069
|
|
|
|
* adjust building of OpenFOAM 1806 and earlier
- spack now unpacks into spack-src, but earlier OpenFOAM versions
still expect particular directory names (eg, OpenFOAM-v1806).
Resolve by creating a symlink during patching.
* replace openfoam 1806 patch with URL version
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Ibae329c5a6cf7e3741a879612da523e11e3b0ab9
|
|
This PR adds a 'concretize' entry to an environment's spec.yaml file
which controls how user specs are concretized. By default it is
set to 'separately' which means that each spec added by the user is
concretized separately (the behavior of environments before this PR).
If set to 'together', the environment will concretize all of the
added user specs together; this means that all specs and their
dependencies will be consistent with each other (for example, a
user could develop code linked against the set of libraries in the
environment without conflicts).
If the environment was previously concretized, this will re-concretize
all specs, in which case previously-installed specs may no longer be
used by the environment (in this sense, adding a new spec to an
environment with 'concretize: together' can be significantly more
expensive).
The 'concretize: together' setting is not compatible with Spec
matrices; this PR adds a check to look for multiple instances of the
same package added to the environment and fails early when
'concretize: together' is set (to avoid confusing messages about
conflicts later on).
|
|
|
|
|
|
|
|
* freeimage: new package
* Address comments.
* Whitespace
|
|
|
|
Change-Id: I8e0a90d4aa2c9f46230a6fe35ce5f4fa44672faf
|
|
* qt: help pick up dependencies
* qt: add 5.12.5
|
|
Applying accepted fix from spack/spack.io#4
|
|
While the build environment already takes share/pkgconfig into account,
the generated module files etc. only consider lib/pkgconfig and
lib64/pkgconfig.
|
|
* fujitsu-mpi: commit new package
* Add homepage.
* * Modified the MPI commands to a simple form.
* Unnecessary processing has been deleted.
* Add conflict for all compilers except the Fujitsu compiler.
* Fix typo.
* Delete versions.
* Delete conditions for specifying the Fujitsu compiler.
|
|
* expect: fix darwin install name
* Fix expect binary as well
|
|
* New package: cxxopts
* Use +unicode instead of unicode=True
- Make the unicode option more explicit
* [cxxopts] Fix white space warnings
|
|
|
|
When removing support for dotkit in #11986 the code trying to set the
paths of the various module files was not updated to skip it. This
results in a failure because of a key error after the deprecation
warning is displayed to user.
This commit fixes the issue and adds a unit test for regression.
Note that code for Spack chains has been updated accordingly but
no unit test has been added for that case.
|
|
* Add grpc@1.23.1
* Let version in url match actual one
|
|
Change-Id: I01242cbb43b0c62a659739a5d7e9d998dd27e794
|
|
|
|
|
|
* migrate: add zlib dependency.
* flake8.
* autotools related tools change to build.
|