Adam J. Stewart
f351e4402c
Update external distro package to 1.0.1 ( #2381 )
2016-11-22 14:01:01 -08:00
Todd Gamblin
1901b05b9c
Forgot http:// in tutorial link.
2016-11-22 01:24:48 -08:00
Todd Gamblin
c394046971
Fix broken doc links.
2016-11-22 00:55:04 -08:00
becker33
5e73266572
Merge pull request #2291 from ax3l/topic-icet
...
Packages: Add IceT
2016-11-21 14:27:17 -08:00
becker33
294ad3e818
Merge pull request #2343 from krafczyk/features/better_diagnostics
...
Improve diagnostics to ease debugging
2016-11-21 14:22:26 -08:00
becker33
760bca3048
Merge pull request #2376 from aprokop/misprint_fix
...
llvm-lld: minor misprint fix
2016-11-21 14:12:44 -08:00
Andrey Prokopenko
3954fc8545
llvm-lld: minor misprint fix
2016-11-21 16:22:31 -05:00
Glenn Johnson
a8e40bf803
intel-parallel-studio: fix location of MKL libs
2016-11-18 23:16:47 +01:00
Matthew Krafczyk
f1b26cb72e
Improve stacktrace printing
...
Sometimes files in the stacktrace are not from spack. Remove these
files before finding the spack root.
2016-11-17 12:51:41 -05:00
Matthew Krafczyk
de7171db8a
Use better scheme for getting root directory
2016-11-16 12:14:25 -05:00
Matthew Krafczyk
6c854246aa
Fix some formatting errors caught by flake8.
2016-11-16 11:58:36 -05:00
Matthew Krafczyk
8e6d890a19
-s now includes the file and line number with info
...
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.
2016-11-16 11:58:36 -05:00
Denis Davydov
a5fb33b0e4
python: symlink lib64/python2.7/lib-dynload/ to lib/python2.7/lib-dynload/ ( #2295 )
2016-11-16 07:29:08 -07:00
Todd Gamblin
2611cbed40
Move tutorial slides to external link and stop using git LFS ( #2341 )
...
- 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.
2016-11-15 14:11:26 -07:00
Todd Gamblin
2fcac22e66
Add tutorial link to README
2016-11-14 18:35:21 -07:00
Todd Gamblin
85a05681cc
Add SC16 tutorial to the Spack docs. ( #2334 )
2016-11-14 18:23:30 -07:00
Todd Gamblin
bdd1069a9e
Add SC16 tutorial to the Spack docs.
2016-11-14 18:08:21 -07:00
becker33
93287b950b
Merge pull request #1547 from citibeth/efischer/160816-PyPathspec
...
py-pathspec: New package
2016-11-14 15:13:21 -08:00
Axel Huebl
4b82d881dc
Add Package: IceT
...
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 ).
2016-11-13 16:50:14 -07:00
becker33
b13b253ced
Edited/fixed basic usage tutorial ( #2329 )
...
* Colify compiler output
* Edited/fixed basic usage tutorial
* fix console spacing.
2016-11-13 09:29:32 -07:00
Massimiliano Culpo
103a98a468
fake install: mock include directory ( #2294 )
2016-11-13 04:45:50 -07:00
Massimiliano Culpo
7e93a0e5f1
install: fixed choices for --only
(removed the default) fixes #2303 ( #2308 )
2016-11-13 04:45:29 -07:00
Kelly Thompson
05c6c40e36
Force the recipe for Lua to use the spack compiler. ( #2299 )
...
* 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.
2016-11-12 21:46:59 -07:00
Elizabeth Fischer
8c0c3263e2
Simplify the CMake build to make it more robust. ( #2325 )
...
* Simplify the CMake build to make it more robust.
* ncurses on by default.
2016-11-12 21:26:40 -07:00
Todd Gamblin
a5934fcaa6
Remove automake dep in libelf. ( #2328 )
2016-11-12 21:25:14 -07:00
Gregory Becker
7201053f2a
Basic usage step-by-step tutorial
2016-11-12 16:55:37 -07:00
Matthew LeGendre
216d269f1d
Add packaging tutorial to docs ( #2315 )
...
* Add packaging tutorial to docs
* packaging tutorial: formatting
2016-11-12 07:45:50 -08:00
Adam J. Stewart
09470ec672
Add VizGlow package ( #2298 )
2016-11-10 21:55:27 -08:00
Axel Huebl
42cc997aea
Packages: Add Jansson ( #2287 )
...
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 ).
2016-11-10 21:52:49 -08:00
Denis Davydov
7cb756cdbb
tree: use Spack's compiler and fix installation on macOS ( #2293 )
2016-11-10 21:52:22 -08:00
Axel Huebl
26ed2327ae
Packages: Add libwebsockets ( #2288 )
...
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 ).
2016-11-10 21:51:50 -08:00
Adam J. Stewart
99cf7b4ab3
Run HDF 5 tests post-installation ( #2297 )
2016-11-10 21:50:32 -08:00
scheibelp
bece9aca84
Allow compiler wrapper to modify environment ( #2275 )
...
* 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
2016-11-09 08:00:34 -08:00
christianbaensch
2e11e7e456
Update package.py with/out CUDA support ( #2266 )
...
Adding some lines to prevent from using any CUDA stuff, if NVIDIA CUDA Developement Kit was installed before.
2016-11-09 07:37:40 -08:00
Massimiliano Culpo
e5edac8af6
zlib, tar: passed to AutotoolsPackage ( #2273 )
2016-11-09 07:37:08 -08:00
Massimiliano Culpo
01e42bfea0
find, uninstall: improved user interaction in the case of empty DB ( #2278 )
2016-11-09 07:36:45 -08:00
Gregory Lee
1b64213b10
added numpy version 1.11.2 and moved url to pypi.io ( #2286 )
2016-11-09 07:35:30 -08:00
Oliver Breitwieser
98f27a89ec
Add py-pudb package ( #2289 )
2016-11-09 07:34:30 -08:00
Oliver Breitwieser
68f79043aa
Add 1.5.3 for py-matplotlib and moved to pypi.io ( #2271 )
...
* Added version 1.5.3 for py-matplotlib
* Updated url to pypi.io so all versions are properly downloaded.
2016-11-09 07:34:17 -08:00
Sergey Kosukhin
4457c6a2ad
Updated environment-modules package: ( #2279 )
...
Added 'lib64' directory as a possible option where tclConfig.sh file can be found.
2016-11-08 07:19:31 -08:00
Pramod Kumbhar
ba58a9f30d
fix tau installation issue ( #2269 )
...
* fix tau installation issue : setup_environment() is
called before install phase when 'Makefile.*' doesn't
exist (causing list index out of range error).
* Added detailed comment suggested by @alalazo
2016-11-08 07:18:14 -08:00
Gregory Lee
1f5ca24197
Merge pull request #2197 from skosukhin/ext_bugfix
...
Updated python package reflecting the changes in 9347f86
2016-11-07 16:05:57 -08:00
Todd Gamblin
908ba6e3d6
Waste less space when fetching cached archives, simplify fetch messages. ( #2264 )
...
* Waste less space when fetching cached archives, simplify fetch messages.
- Just symlink cached files into the stage instead of copying them with curl.
- Don't copy linked files back into the cache when done fetching.
* Fixes for review.
* more updates
* last update
2016-11-07 01:34:30 -08:00
Todd Gamblin
08477f6624
Don't automatically spider remote list_urls before making stage. ( #2263 )
...
- This might be useful but we don't want to do it unconditionally.
2016-11-06 20:50:14 -08:00
becker33
49b1c0df2b
Changed cflag matching to exact rather than subset. ( #2227 )
...
Not the desired eventual behavior, but cflag subset matching is not currently working for anonymous specs and this provides a temporary solution by restricting the feature until it is fixed.
2016-11-06 15:32:05 -08:00
Adam J. Stewart
ca5f713282
Further restrict versions of GCC patched ( #2259 )
2016-11-06 15:31:48 -08:00
George Hartzell
7f5d1953d4
Wordsmithing/minor-edits to module tutorial ( #2256 )
...
* Wordsmithing/minor-edits to module tutorial
A small set of wordsmithing, spell checking and minor edits to the fancy
new modules tutorial!
* Fix typo (sneaky z key...)
* Fix "S:" and "manual<" typos
2016-11-06 14:56:41 -08:00
Todd Gamblin
544b147370
Add detection for redhat enterprise server to distro.py ( #2262 )
2016-11-06 14:23:21 -08:00
Michael Kuron
6f2c05b888
Add PFFT parallel FFT package ( #2255 )
...
* Add PFFT parallel FFT package
* pfft: fix non-double precision
2016-11-05 12:19:19 -07:00
Massimiliano Culpo
6c1113769b
mpich: updated package to build_systems ( #2254 )
...
* mpich: updated package to build_systems
* qa : flake8 issues
2016-11-05 11:23:57 -07:00