Todd Gamblin
6f50cd52ed
copyright: update license headers for 2013-2019 copyright.
2019-01-01 00:44:28 -08:00
Todd Gamblin
eea786f4e8
relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers
...
- remove the old LGPL license headers from all files in Spack
- add SPDX headers to all files
- core and most packages are (Apache-2.0 OR MIT)
- a very small number of remaining packages are LGPL-2.1-only
2018-10-17 14:42:06 -07:00
Adam J. Stewart
4c6aca533a
Add top-level attributes for hg, svn, and git A-L packages
2018-07-25 23:10:10 -07:00
Axel Huebl
583af6ef4f
Package: ISAAC 1.4.0 ( #8447 )
2018-06-12 11:11:32 -05:00
Axel Huebl
6449f5bde7
ISAAC Server 1.3.3 ( #8403 )
...
Forgot to bump this package with the library release.
2018-06-06 10:12:47 -05:00
Todd Gamblin
54f97d1dec
Update copyright on LLNL files for 2018. ( #7592 )
2018-03-24 12:13:52 -07:00
Axel Huebl
9e64fa53ed
Add Maintainer ( #6575 )
...
Add myself as maintainer to the packages we contributed
and/or maintain the mainline from.
2017-12-05 14:27:56 -07:00
Todd Gamblin
05fa302655
Replace github.com/llnl/spack with github.com/spack/spack ( #6142 )
...
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-11-04 17:08:04 -07:00
Axel Huebl
5a4544ab05
ISAAC 1.3.2 ( #6129 )
...
Add a new release of ISAAC.
2017-11-03 14:58:38 +01:00
Sergey Kosukhin
a48b5a627c
Make jpeg a virtual dependency. ( #5190 )
...
* Make jpeg a virtual dependency.
* Make 'libjpeg-turbo' the default implementation of 'jpeg'.
2017-08-24 10:30:35 +02:00
Adam J. Stewart
1215c3b20c
Change path to CMakeLists.txt to be relative to root, not pwd ( #4420 )
...
* Change path to CMakeLists.txt to be relative to root, not pwd
* Changes requested during code review
* Revert back to old naming of root_cmakelists_dir
* Make relative directory more clear in docs
* Revert change causing build_type AttributeError
* Fix forgotten abs_path var
* Update CLHEP with new relative path
* Update more packages with new root_cmakelists_dir syntax
2017-07-18 09:58:19 -07:00
Axel Huebl
0d8b126d66
libwebsockets: new versions ( #4764 )
...
* libwebsockets: new versions
both new versions fix a nasty bug leading to a hanging
connection on connect.
* ISAAC Server: Fix libwebsockets
ISAAC server did hang in docker containers due to a bug
in libwebsockets.
2017-07-14 10:28:15 -05:00
Axel Huebl
46e3c2b274
Isaac Server 1.3.1: New version ( #4689 )
...
adds a new release of isaac-server.
2017-07-07 10:51:09 +02:00
Todd Gamblin
cac4362f64
Make LICENSE recognizable by GitHub. ( #4598 )
2017-06-24 22:22:55 -07:00
Axel Huebl
ab9155eb37
ISAAC Server: Less Strict Deps ( #4481 )
...
The dependencies of the server packages were overly strict and pulled in too many dependencies.
This fixes it.
2017-06-12 16:01:17 +02:00
Axel Huebl
7e3a11b46a
ISAAC: Fix CMakeLists.txt Path ( #4374 )
...
Somehow the path to `CMakeLists.txt` via the class property
`root_cmakelists_dir` was relative but is now actually relative
to `spack-build/`.
Close 4324 by providing a path relative to the source repo
of the stage via a method instead of a member variable
2017-05-30 14:55:50 -05:00
Axel Huebl
a8bd69f01c
Package: ISAAC ( #3733 )
...
Adds the [ISAAC](https://github.com/ComputationalRadiationPhysics/isaac )
in situ volume rendering library. The ISAAC library can be build with
render/filter kernels for Nvidia GPUs via CUDA or with a more general
backend via [Alpaka](https://github.com/ComputationalRadiationPhysics/alpaka )
with support for Nvidia GPUs (via CUDA) and multicore CPUs.
Since alpaka is not yet part of spack, the second variant is still
commented out.
Packages
- `isaac`: header-only library with dependencies to other C++ libraries
that is then used in simulations
- `isaac-server`: stand-alone executable that connects N simulations with M
clients in a `N simulations:1 server` and
`1 server:M clients` fashion
(ISAAC clients simply speak websockets/JSON and are usually
[HTML/JS pages](https://github.com/ComputationalRadiationPhysics/isaac/tree/v1.2.0/client ))
Downstream Usage
PIConGPU uses ISAAC for in situ visualization.
References
- [Repo](https://github.com/ComputationalRadiationPhysics/isaac ) (LGPLv3+)
- [Documentation](http://computationalradiationphysics.github.io/isaac/ )
- [Talk at GTC2016](http://on-demand.gputechconf.com/gtc/2016/video/S6294.html )
2017-04-07 11:04:45 -05:00