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
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
Todd Gamblin
a0c6519de9
Fixes #476 : create was broken for FTP URLs.
2016-03-02 01:47:54 -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
Adam J. Stewart
a9f0b98d4d
Typo fix
2016-03-01 15:53:53 -06: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
Ian Lee
67f327f805
Updated links to use new llnl.gov address
2016-02-28 19:47:19 -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
Todd Gamblin
3c1aa9a4ad
Merge pull request #298 from epfl-scitas/refactoring/resource_directive
...
refactoring proposal : composite for Stage and FetchStrategy
2016-02-18 23:13:12 -08:00
Todd Gamblin
d8a70166d3
Fixes #434
...
Compiler detection was not getting triggered properly with some of the
new config logic. Adjust the conditions under which Spack will serach
for compilers.
2016-02-18 00:56:29 -08:00
Todd Gamblin
c112cf66fe
Merge pull request #443 from trws/dicts-like-string-keys
...
remove the unprotected key name from create.py
2016-02-17 17:06:51 -08:00
Tom Scogland
00125e4688
remove the unprotected key name from create.py
...
Small fix to use dicts correctly.
2016-02-17 16:43:36 -08:00
David Beckingsale
90e1b1f0ea
Use hash to make shorter module and dotkit names, fixes #433
2016-02-12 09:33:19 -08:00
Todd Gamblin
bcf705b85e
Merge pull request #432 from RemoteConnectionManager/paraview_fix
...
Paraview fix
2016-02-10 13:59:08 -08:00
Luigi Calori
25e2be3efd
RPATH was collecting all lib from all dependencies, when dep tree is deep like in ParaView the path was growing too much, showing install problems now just direct dependencies rpath is added
2016-02-10 13:28:01 +01:00
Todd Gamblin
f7134990bd
Fix #430 : edit -f fails with UnknownPackageError
...
- Recent external repo refactoring made `repo_for_pkg` raise an error
when the package was not known.
- Correct behavior is to return the highest precedence repo.
2016-02-09 08:57:27 -08:00
Nicolas Richart
824546d343
correcting a bug when url and files are mixed
2016-01-28 14:43:30 +01:00
Nicolas Richart
5850d8530e
Adding the stager to checksum any url that spack can handle
2016-01-28 14:22:28 +01:00
alalazo
0cf03518f3
reverted deletion of the wrong architecture.py
2016-01-28 12:06:30 +01:00
alalazo
603f5e69ee
removed outdated code : os detection (will be handled by platforms) and openssl modifications
2016-01-28 11:30:28 +01:00
alalazo
e76b722e28
Merge branch 'develop' of https://github.com/LLNL/spack into enhancement/os_detection
2016-01-28 11:26:01 +01:00
alalazo
07bb6fef01
resource directive : now works with all the fetch strategies available
2016-01-28 10:58:56 +01:00
alalazo
47035671e8
unit tests : now compliant with 2.6
2016-01-27 17:22:12 +01:00
alalazo
f7f192e12b
Added unit tests for util.pattern
2016-01-27 17:12:24 +01:00
Gregory L. Lee
7891346a4f
fix for issue 398, added extensions_for in RepoPath
2016-01-26 09:52:01 -08:00
alalazo
ee6f69a227
Unit tests : hack to make them pass while a decision on how to proceed is made
2016-01-26 14:25:16 +01:00
alalazo
5e3b7a4247
Fixes issues introduced after merge with conflicts
2016-01-26 14:11:23 +01:00
alalazo
093b831799
Fixes issues introduced after merge with conflicts
2016-01-26 12:08:28 +01:00
alalazo
6f11a64af5
Merge branch 'develop' of https://github.com/LLNL/spack into refactoring/resource_directive
...
Conflicts:
lib/spack/spack/fetch_strategy.py
lib/spack/spack/mirror.py
lib/spack/spack/package.py
2016-01-26 08:59:25 +01:00
Todd Gamblin
004c99ab2f
Fixes #259 : Apple clang compiler detection
...
- Clang compilers are now versioned with the raw LLVM version or, on
macs, with Apple's version with a suffix.
2016-01-25 03:48:22 -08:00
Adam J. Stewart
fb5274145a
Fix regex to find version on OS X
2016-01-25 03:10:13 -08:00
Todd Gamblin
41cd8f8e6d
Fixes #74 : minor fixes to spack mirror.
2016-01-25 02:57:23 -08:00
Todd Gamblin
5502fd1054
More thorough mirror test: test full round-trip
...
- Old test: did not attempt to actually fetch mirrored packages.
- New test:
1. Creates a temporary mirror,
2. Registers it with spack,
3. Fetches from it, and
4. Verifies that the fetched archive matches the original
- This test will hopefully mean that `spack mirror` is less brittle
from now on.
2016-01-25 01:59:02 -08:00
Todd Gamblin
a48d0a494f
Refactor mock_repo: add a destroy() method.
...
- classes using mock_repo need not know about its stage now.
2016-01-25 00:34:33 -08:00
Todd Gamblin
d3ff8ca00f
Fixes #382 : Issues with spack fetch.
...
- urljoin() was compliant with RFC 1808 but not with my understanding
of how paths should be joined.
- updated path joining logic to comply.
2016-01-24 20:14:40 -08:00
Todd Gamblin
fe50593c66
Minor line width reductions.
2016-01-24 20:14:21 -08:00
Todd Gamblin
be354e85c9
Better errors for mkdirp failure in mirror.
2016-01-24 16:16:43 -08:00
Todd Gamblin
64a9549225
Minor cleanup. 80 char width for command description.
2016-01-24 15:31:07 -08:00
Adam J. Stewart
571386cdf4
Remove cxx symlink, tell NAG to look for c++ symlink
2016-01-21 13:55:59 -06:00
Adam J. Stewart
ca3edc3673
Add symlink cxx to point to cc
2016-01-21 13:20:39 -06:00
Todd Gamblin
10848c2e9a
Refactor args for Executable.__call__
...
- simplify output, error, and input redirection
- `return_output=True` is now `output=str`
- `return_output=True` will still work for the time being but is
deprecated.
- previously you could say `return_output=True` and `output=<stream>`,
which wouldn't actually write to the stream. Now you actually can't
specify erroneous cases since there is only one parameter with
mutually exclusive options..
2016-01-21 10:46:33 -08:00
Todd Gamblin
1c2a2dde8e
Merge pull request #350 from adamjstewart/features/nag
...
Add NAG Fortran Compiler support
2016-01-20 17:09:31 -08:00
Adam J. Stewart
088b6f0ea9
Fixed typo when running spack help
2016-01-20 17:19:01 -06:00
Adam J. Stewart
e25150296a
Redirect STDERR to STDOUT for compiler version
...
This is necessary for the NAG Fortran compiler, which prints its version message to STDERR instead of STDOUT. This message was previously being ignored, preventing spack from finding the compiler's version or automatically adding it to the compilers.yaml configuration file.
2016-01-20 14:44:43 -06:00
Ben Boeckel
6c9800bcc3
typos: fix some letter transposes
2016-01-19 15:22:16 -05:00
Adam J. Stewart
83de658ee4
Modify nag.py to match new compiler package structure
2016-01-19 13:28:35 -06:00