Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* Branson: provide new versions.
+ Also update dependencies (newer version have fewer dependencies).
* fix style issue
|
|
* Draco: add variants
+ This package has many optional build dependencies that were not registered in
older versions of this recipe. I've added (and tested) this more complete
list of optional dependencies: parmetis, superlu-dist, qt.
* fix style issues
|
|
|
|
|
|
Added versions from 4.0.11 to 5.0.3
closes #9180
|
|
* hpcviewer: new package
Add binary package for hpcviewer and hpctraceviewer for the Rice
hpctoolkit on Linux x86_64, ppc64 and ppc64le.
* ibm-java: add property 'home' so that spec['java'].home will work.
* Flake
* More flake.
* Test that the version, machine type pair exists before using it in the
sha dictionaries so that 'spack info' doesn't crash on unsupported
configurations.
|
|
* mariadb-c-client is a new package using the distinct, LGPL,
MySQL-compatible client library from mariadb.com. It provides the
virtual package mariadb-client
* mariadb is recorded as a provider of the mariadb-client virtual
* The mysql-client virtual package is also added, and mariadb-c-client
is recorded as a provider for it
|
|
* Add latest version and missing dependencies of MySQL
* m4 only needed on solaris
|
|
|
|
|
|
|
|
|
|
If the user has set the environment variable VISUAL, it will be used
in preference to EDITOR for all Spack editing activities. If VISUAL
is not set or fails (perhaps due to a lack of graphical editing
capabilities),EDITOR will be used instead. We fall back to one of
several common editors if neither bears fruit.
This feature has been tailored to:
* Provide identical behavior to the previous implementation in the
case that VISUAL is not set.
* Not require any change to code utilizing the editor feature.
* Follow usual UNIX behavior concerning VISUAL and EDITOR.
|
|
|
|
|
|
|
|
|
|
|
|
* Throw InstallError if more than one GPU architecture is passed to cuda_arch. Previous cuda_arch test was not actually working because comparison with none string was on the cuda_arch list instead of the first entry of the list.
* Removing redundant cuda_arch statement.
|
|
|
|
|
|
pkgconfig is the correct virtual provider.
|
|
|
|
mpich@3.3 introduced a new regex-based function for node list parsing
that does not recognize hostnames without a dash properly.
|
|
|
|
|
|
|
|
|
|
* Update package.py
* Add MYSQL Package file
* Fixes for linter
|
|
* New package: py-mysql-connector
* Fixed docstring
* 1. Determined that py-setuptools was not needed at all, so removed.
2. Added py-protobuf. Docs seem to imply that only C protobuf library is required; however, the Python setup.py says differently, and some Python code seems to reference protobuf too. I don't know why this worked for me, but it looks like including py-protobuf is the right thing to do.
* Applied solution detailed in:
https://github.com/mysql/mysql-connector-python/pull/9
Uncommenting this patch will make `error: option --single-version-externally-managed not recognized` reappear.
* Clean up / reorder lines
* flake8
|
|
`string.find` is not part of Python 3 anymore.
|
|
|
|
|
|
* Updating Caliper package with a shared lib option
* Tightened version bounds on Caliper package
* Removed testing. Loosened version constraints
* Add Caliper 2.0.1, cleanup dependency specs
|
|
|
|
* Fix clearing EnvironmentModifications with python2
* Add EnvironmentModifications::clear unit test
Use re-assignment rather than del to clear array
* Fix flake issues
|
|
rapidjson gives warnings with gcc-7.3 and branch fall through
|
|
qt currently falls back to bundled versions of sqlite, harfbuzz, pcre,
double-conversion and xcb. This adds the appropriate dependencies and
configure arguments. A new variant adds multibyte support to pcre and
pcre2, which is required by qt.
Additionally, newer versions of gcc (starting with @8.3.0) cause build
failures. This adds a patch to fix the problem.
The changes have been tested with all versions of qt currently available
in Spack. 5.2 and 5.3 do not build for reasons that seem to be unrelated
to these changes, though.
|
|
|
|
* A new package: aoflagger.
* aoflagger does not support boost>1.66.0 .
* Add fftw~mpi dependency.
* flake8.
* Flake8.
* Update package heder.
* md5 -> sha256.
|
|
Add a variant to control shared/static builds (one at a time) and
make shared the default.
|
|
The configure of RegCM treats --disable-FEATURE as --enable-FEATURE,
so we cannot use enable_or_disable.
|
|
|
|
|
|
* Add binary package of the IBM Java SDK for big and little-endian
powerpc (power7, 8 and 9). The jdk and openjdk packages only install
on x86_64.
* Add ibm-java as a java provider
* The jdk and openjdk packages only install on x86_64. Add conflicts
for ppc64 and ppc64le to jdk and openjdk.
|
|
* Elfutils requires m4 to build
* Add version 0.176
|
|
|