Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* mesa-glu: now provides 'glu' (GL Utility library)
* openglu: add package, provides glu
* openglu: add custom fetcher, remove nonsense url
Change openglu package to look like the opengl package in GitHub PR
* [OpenGLU] Fix a typo
|
|
* opengl: make error throw on install, not fetch
* opengl: add configuration advice for darwin
* opengl: add more versions of GL/OpenGL
* opengl: improve documentation in comments
* [OpenGL] Fix formatting
|
|
fixes #7593
Unit tests on OSX are trying to concretize mpileaks, and they fail due
to a conflict in the package:
"%gcc@7.2.0:" conflicts with "elfutils@0.163"
This solves the issue asking explicitly to concretize against
elfutils@1.170
|
|
* add package py-gdbgui
Change-Id: I553e1e4c4f6385348190817199e05b25522b57b4
* fix alignment
* add setuptool runtimedependency
* add gdb run dependency
|
|
fixes #7705
Package.provides now checks constraints to ensure that a spec provides
a given virtual package. Note that 'strict=True' is not passed to
satisfies as this function is also used during concretization.
|
|
* add package py-slurm-pipeline
Change-Id: Iade405a7e96f04e476cea76e460cac2ebdf21f95
* add missing py-six dependency
Change-Id: I382fa4139880c1a61af3f314c74ed6e7c2e88c5b
* Update package.py
* Update package.py
* Update package.py
* fix flake8
|
|
* Add ants package
Add a package for ANTs (version 2.2.0)
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* add package py-python-socketio
* fix indention
* add description to eventlet variant
* fix dependencies
Change-Id: I425ae165dfcce30df6cbbd671cd6ef1bef5078dc
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* py-cnvkit: add new package
* updating dependencies
* correcting flake8 error
* adding py-setuptools dependency
|
|
* add package py-gevent
Change-Id: I49722e02a961f20b9177ae8575b78b42bf6c01c9
* fix alignment
* add cffi dependency
|
|
|
|
* add package py-greenlet
* remove optional setuptools dependency
|
|
* add package py-python-engineio
* flake8 fix
|
|
* lammps: add v20180316
* add latte@1.1.1 and make lammps use it
|
|
Signed-off-by: Dan Topa <dantopa@lanl.gov>
|
|
Also update go-bootstrap to the 20171003 snapshot.
|
|
* add package py-pygdbmi
Change-Id: I9850ccecebb1d46e983cda39c371caab23ad61e9
* add runtime setuptools dependency (from distutils import)
* remove unnecessary run dependency
|
|
* Added C-Lime Package
* Small fix
|
|
Change-Id: I7e3931f8224a367ce1657256b3100139abcc4f86
|
|
Change-Id: I51887f661e6dd896a9f740b51f4e81bdf532f9b4
|
|
* add package py-flaks-compress
Change-Id: Ia67f292364f339907c7c0a5bd707a7a1e69877be
* fix alignment
* linebreak to make flake8 happy
|
|
* add package py-flask-socketio
Change-Id: Ib9bb41b9c3de06f07ffb47449edf02476827b610
* fix alignment
* add missing werkzeug dependency
|
|
* perl-file-copy-recursive: add newer version v0.40
|
|
|
|
|
|
* fermi: Create new package.
* fermi: Add missing dependency.
* fermi: Change dependency type of perl to run.
|
|
* wgsim: Create new package.
* fix flake8 error.
* wgsim: change cc compiler to spack_cc.
* add missing dependency.
|
|
* new package "DSRC" (bioinformatics)
* remove uncommented line
* get rid of unnecessary import
* convert to MakefilePackage class
* get rid of make() in install phase, remove spaces
* make flake8 happy!
|
|
Adds a spack package for the JSON C++ library
https://github.com/nlohmann/json
|
|
Add a proper install variant for Catch(2).
This allows to use Catch2 downstram with `pkg-config` and
CMake's `find_package` commands via standard environment hints.
|
|
* py-pyfaidx: adding new package
* updating the url
|
|
* update darshan-util to 3.1.6, add bzip2 option
* add darshan-runtime 3.1.6
|
|
The build requires libiconv (but it doesn't find it when not providing
LDFLAGS).
|
|
|
|
* k8: Create new package.
* hapdip: Create new package.
* Change description.
|
|
* readfq: Create new package.
* fix flake8 error
|
|
|
|
Change-Id: I67b9e4eb4dfd3a962b7fe8840f5eb012fcd009cc
|
|
|
|
Fixes #7548
This updates the "spack view" command to use the same parsing logic
as "spack install" on the user-provided specs. For example you can
provide a DAG hash to refer to an exact installed spec instead of
specifying name, compiler, etc.
|
|
|
|
* mvapich2: added version 2.3rc1 + variant to use alloca if available
* mvapich2: removed version 1.9 + cleaned recipe
|
|
|
|
When an invalid spec is encountered by `parse_specs()` we now raise a
`SpackError` instead of calling `sys.exit()`
|
|
* soapdenovo-trans: Create new package.
* change header
* soapdenovo-trans: change package type to makefile.
* soapdenovo-trans: fix flake8 error.
|
|
* fix boost and muparser for Clang 9.1.0 with C++17
* muparser: add C++11 flags
* dealii: temporary disable python by default
* dealii: make CMake find right python
|
|
|
|
Open MPI 3.0.1 bug fix release is out the door!
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
* Current versions of kokkos conflict with hwloc 2.x
Current versions of kokkos cannot build with hwloc v2.x due to changes
in the associated structs. Requiring v1.11.9 for the time being
until it becomes clear what the kokkos model will be
* Explicitly commenting fix for posterity
Explicitly commented version number of hwloc dependency for kokkos for
posterity purposes and to pass code coverage for speedy merging
* Generalized Kokkos's Hwloc Dependency
Generalized dependency to v1.x of hwloc
* Fixed Flake8 issue
Fixed comment to conform to flake8
* Fixed ordering for Version Requirements
Fixed ordering to indicate <= 1.11.9, not >1
* Generalized kokkos dependency
|