Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
* New package - r-formatr
* Block comment should start with '# '
|
|
|
|
|
|
* Updating SuperLU package file with ability to build version 4.3 (before they added cmake) with external blas or internal blas, and added capability to build the latest version 5.2.1 (with cmake) with internal blas.
* Updating SuperLU package file with suggested changes, i.e. reorganizing installation methods based on version, adding cmake dependency when necessary, removing any use of internal blas, and also adding fpic variant.
* Fixing flake8 failures.
|
|
|
|
|
|
* New package - r-catools
* Splitting lines to pass flake8 travis test
|
|
* New package - r-partykit
* Splitting lines to pass flake8 travis test
|
|
|
|
|
|
* Adding R library r-bitops
* New package - r-c50
|
|
* Adding new package for yaml-cpp.
* Removing gcc specific c++11 flag. Adding fpic variant. Fixing formatting.
|
|
* Update flex package url's and versions
The old sourceforge page for flex is now defunct. While version 2.6.0
still downloads fine, later versions are no longer hosted there.
Development continues on github. I've adjusted urls to point to this
new location.
In addition, from 2.6.0 onwards, a new naming scheme for releases seems
to have been adopted. I've created a url_for_version function to sort
this out.
* Change flex to an AutotoolsPackage
Also move the url_for_version function to the end of the package
definition.
* Implement the autoreconf function for flex
|
|
|
|
|
|
|
|
Packages: Add IceT
|
|
Improve diagnostics to ease debugging
|
|
llvm-lld: minor misprint fix
|
|
|
|
Sometimes files in the stacktrace are not from spack. Remove these
files before finding the spack root.
|
|
|
|
|
|
The option -s now causes file and line number information to be printed
along with any invocation of msg, info, etc...
This will greatly ease debugging.
|
|
(#2295)
|
|
- Seems like older git versions won't be able to clone an LFS repo.
- Reverting to an external link for the slides to avoid storing an 8MB
file in the repo and to avoid using git LFS.
|
|
|
|
|
|
|
|
py-pathspec: New package
|
|
Adds the IceT compositing library from Sandia/Kitware.
Most default functionality needed for image compositing is
added, OpenGL acceleration for very large displays is disabled.
Downstream usage:
most VTK based software which supports parallel image compositing,
such as VisIt, Paraview and in our use-case
[ISAAC](https://github.com/ComputationalRadiationPhysics/isaac).
|
|
* Colify compiler output
* Edited/fixed basic usage tutorial
* fix console spacing.
|
|
|
|
|
|
* Force the recipe for Lua to use the spack compiler.
I'm not sure how the old recipe worked for anyone. The Lua Makefiles set
`CC=gcc` and for my spack environment the first `gcc` found in my `PATH` is
`$SPACK_ROOT/lib/spack/env/gcc`, which is a directory. This caused the build
to fail. My change drops the `-std=gnu99`, but this option doesn't appear
to be required for a sucessful build.
* Preserve the '-std=gnu99' compile option.
|
|
* Simplify the CMake build to make it more robust.
* ncurses on by default.
|
|
|
|
|
|
* Add packaging tutorial to docs
* packaging tutorial: formatting
|
|
|
|
This adds the built recipe for
[Jansson](http://www.digip.org/jansson/),
*a C library for encoding, decoding and manipulating JSON data.*
GitHub Repo: https://github.com/akheron/jansson
Downstream Usage:
In [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac)
which is an *in situ visualization library* based on
[alpaka](https://github.com/ComputationalRadiationPhysics/alpaka)
and/or CUDA which is used in
[PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu).
|
|
|
|
This adds the built recipe for
[libwebsockets](https://libwebsockets.org/lws-api-doc-master/html/index.html),
a *C library for lightweight websocket clients and servers*.
GitHub Repo: https://github.com/warmcat/libwebsockets
Downstream Usage:
In [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac)
which is an *in situ visualization library* based on
[alpaka](https://github.com/ComputationalRadiationPhysics/alpaka)
and/or CUDA which is used in
[PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu).
|
|
|
|
* Allow compiler wrapper to modify environment
This adds the ability to set environment variables in the compiler
wrappers. These are specified as part of the compilers.yaml config.
The user may also specify RPATHs in compilers.yaml that should be
added.
* Minor doc tweak
|