Adam J. Stewart
|
311d71ec86
|
Modifications to get PGI working
|
2016-03-03 16:50:51 -06:00 |
|
Todd Gamblin
|
5af543dc4a
|
Merge pull request #488 from LLNL/revert-477-refactoring/stage
Revert "refactoring proposal : turn Stage into a context manager"
|
2016-03-03 14:46:52 -08:00 |
|
Todd Gamblin
|
c5d9ee8924
|
Revert "refactoring proposal : turn Stage into a context manager"
|
2016-03-03 14:41:20 -08:00 |
|
Scott Pakin
|
7183db1b7d
|
Added LLVM 3.7.1 support
|
2016-03-03 11:30:57 -07:00 |
|
Luigi Calori
|
a531a4f5e3
|
help spack versions paraview to get versions without v
|
2016-03-03 18:00:50 +01:00 |
|
Luigi Calori
|
1b6909dd9b
|
Merge branch 'develop' of https://github.com/RemoteConnectionManager/spack into paraview_fix
|
2016-03-03 16:38:43 +01:00 |
|
Luigi Calori
|
f5cc63156c
|
Merge branch 'develop' of https://github.com/RemoteConnectionManager/spack into paraview_fix
merge upstream develop
|
2016-03-03 12:43:38 +01:00 |
|
Todd Gamblin
|
e5276856cb
|
Merge pull request #477 from alalazo/refactoring/stage
refactoring proposal : turn Stage into a context manager
|
2016-03-03 02:30:47 -08:00 |
|
alalazo
|
db92699c02
|
test : fixed tests that were broken by import optimization
|
2016-03-03 11:05:36 +01:00 |
|
alalazo
|
7f4a69319a
|
Merge branch 'develop' of https://github.com/LLNL/spack into refactoring/stage
Conflicts:
lib/spack/spack/package.py
|
2016-03-03 10:19:45 +01:00 |
|
alalazo
|
5ef3621556
|
stage : minor syntax fix
|
2016-03-03 10:10:30 +01:00 |
|
Todd Gamblin
|
6701977f1a
|
Merge pull request #475 from LLNL/features/env-and-package-provenance
Features/env and package provenance
|
2016-03-03 00:42:40 -08:00 |
|
alalazo
|
353d12d2e6
|
stage : added create function as decided in #477 comments
|
2016-03-03 09:18:47 +01:00 |
|
alalazo
|
717bcb8624
|
test : optimized import statements
|
2016-03-03 09:17:49 +01:00 |
|
citibeth
|
976d0240c4
|
Removed FIXMEs.
|
2016-03-02 18:58:47 -05:00 |
|
Todd Gamblin
|
51f60f3a1e
|
Merge pull request #479 from glennpj/cpath
Add CPATH pointing to include directories.
|
2016-03-02 11:24:25 -08:00 |
|
Glenn Johnson
|
6bbadbfaac
|
Add CPATH pointing to include directories.
|
2016-03-02 13:18:43 -06:00 |
|
Todd Gamblin
|
9f6ebd7c6e
|
Merge pull request #465 from citibeth/efischer/160229-RemoteRootBugfix
Bug Fix: When Spack create roots around for other versions, it someti…
|
2016-03-02 10:24:17 -08:00 |
|
alalazo
|
21cd05aad5
|
package : updated doc
|
2016-03-02 17:28:21 +01:00 |
|
alalazo
|
ca41909ec5
|
package : removed do_clean()
|
2016-03-02 17:19:27 +01:00 |
|
alalazo
|
4d63544fe9
|
remove_link_tree : moved to llnl.util.filesystem
|
2016-03-02 16:55:57 +01:00 |
|
alalazo
|
901e4851b9
|
_cleanup_dead_links : factored method into a function and put it in llnl.filesystem
|
2016-03-02 16:19:32 +01:00 |
|
alalazo
|
9001b9ed3c
|
package : minor syntax fixes
mirror : extracted add_single_spec from create
|
2016-03-02 15:56:09 +01:00 |
|
alalazo
|
d649b715ed
|
stage : updated functions doc
_cleanup_dead_links : fixed minor bug
|
2016-03-02 13:16:04 +01:00 |
|
alalazo
|
65b2a24f7c
|
stage : removed _setup method
|
2016-03-02 13:03:40 +01:00 |
|
alalazo
|
726b350689
|
test : fixed failing unit tests
|
2016-03-02 12:52:38 +01:00 |
|
Todd Gamblin
|
a0c6519de9
|
Fixes #476: create was broken for FTP URLs.
|
2016-03-02 01:47:54 -08:00 |
|
Todd Gamblin
|
8421dcb762
|
Merge pull request #452 from epfl-scitas/llvm/cleanup
Cleaned package : llvm
|
2016-03-02 01:32:08 -08:00 |
|
Todd Gamblin
|
9c565b155a
|
Merge pull request #462 from xjrc/packages/silo
Update Package : Silo
|
2016-03-02 01:31:10 -08:00 |
|
Todd Gamblin
|
94e5297960
|
Merge pull request #467 from citibeth/efischer/160229-CMake
Efischer/160229 c make
|
2016-03-02 00:51:22 -08:00 |
|
Todd Gamblin
|
52081c46d6
|
Fixes #469: Store package.py files in the .spack directory.
- Adds packages in spack repos inside the .spack directory, so that
packages can be rebuilt automatically later.
|
2016-03-02 00:09:24 -08:00 |
|
Todd Gamblin
|
21d125c914
|
Fixes #175: Dump environment provenance as well as build log.
|
2016-03-02 00:08:36 -08:00 |
|
Todd Gamblin
|
be306d09e9
|
Move repo creation code into repository.py
|
2016-03-02 00:04:46 -08:00 |
|
Todd Gamblin
|
c488f7c4d8
|
Fix bug in install permission setting.
|
2016-03-01 23:57:34 -08:00 |
|
becker33
|
99b76c8c3c
|
Merge pull request #471 from adamjstewart/typo/cc
Typo fix
|
2016-03-01 13:55:33 -08:00 |
|
Adam J. Stewart
|
a9f0b98d4d
|
Typo fix
|
2016-03-01 15:53:53 -06:00 |
|
citibeth
|
eb1d90a8cf
|
Undid accidental change on this branch.
|
2016-02-29 23:31:54 -05:00 |
|
Elizabeth F
|
15ae92aae9
|
New packages added: blitz, netcdf-cxx4, netcdf-fortran, proj, udunits2
|
2016-02-29 23:21:44 -05:00 |
|
Elizabeth F
|
e414c5fdfb
|
Added missing cmake dependencies
|
2016-02-29 23:21:08 -05:00 |
|
Elizabeth F
|
a339ac0a72
|
Bug Fix: When Spack create roots around for other versions, it sometimes finds files it thinks are tarballs, but are not. Previously, it would crash if any such files are found. This change allows it to simply skip them and move on, processing the rest of the files it finds correctly.
|
2016-02-29 23:04:11 -05:00 |
|
Todd Gamblin
|
21181075b4
|
Merge pull request #456 from LLNL/update-links
Updated links to use new llnl.gov address
|
2016-02-29 20:39:27 +09:00 |
|
Ian Lee
|
67f327f805
|
Updated links to use new llnl.gov address
|
2016-02-28 19:47:19 -08:00 |
|
Luigi Calori
|
8f3ac9ac8b
|
adding new version to praview, compiled with spack -d install -j 8 --keep-stage paraview@5.0.0+qt+python+tcl+opengl2%gcc@4.8.2 ^netcdf -mpi
|
2016-02-27 01:40:32 +01:00 |
|
Joseph Ciurej
|
30d9ca2bde
|
Updated the silo package and added the '+fortran' variant.
|
2016-02-26 16:06:17 -08:00 |
|
becker33
|
7176e5ef07
|
Merge pull request #299 from epfl-scitas/enhancement/os_detection
enhancement proposal : boolean support for when=<arg>
|
2016-02-25 13:38:03 -08:00 |
|
Erik Schnetter
|
20845a739f
|
Libevent depends on OpenSSL
|
2016-02-24 22:18:51 -05:00 |
|
alalazo
|
6f42dd556d
|
stage : on-going refactoring
|
2016-02-24 17:37:58 +01:00 |
|
alalazo
|
976ae91dcc
|
llvm : removed duplicate version
|
2016-02-24 14:11:57 +01:00 |
|
Todd Gamblin
|
0d23ff92b0
|
Merge pull request #446 from LLNL/bugfix/python_config_compiler
modify compiler commands in python config files, fix for #431
|
2016-02-24 10:52:06 +09:00 |
|
Todd Gamblin
|
87610a5102
|
Merge pull request #448 from epfl-scitas/packages/gromacs
Added package : gromacs
|
2016-02-24 10:49:06 +09:00 |
|