Gregory Becker
|
0b5836cfce
|
Fixed flipped conditional in satisfies
|
2016-05-11 10:51:52 -07:00 |
|
Gregory Becker
|
c6ac709d70
|
WIP fixing all the things that broke when I changed the anonymous spec names
|
2016-05-09 17:06:21 -07:00 |
|
Gregory Becker
|
a7026da45c
|
cleanup
|
2016-05-09 16:24:26 -07:00 |
|
Gregory Becker
|
222c84d9be
|
Changed anonymous specs to have name=None instead of empty string
|
2016-05-09 16:22:17 -07:00 |
|
Todd Gamblin
|
73107d6b0f
|
cleanup
|
2016-05-09 03:40:34 -07:00 |
|
Todd Gamblin
|
0c853ac3ea
|
Make _hash private to discourage access; fix dag_hash length handling.
|
2016-05-09 03:39:08 -07:00 |
|
Todd Gamblin
|
7151fd8836
|
Restore cc from mainline; clean up some cflags stuff.
|
2016-05-09 03:37:27 -07:00 |
|
Gregory Becker
|
d392056457
|
Cleaning up print statements for debugging
|
2016-05-06 18:05:30 -07:00 |
|
Gregory Becker
|
1523ebe9f7
|
Working properly to display but not reuse old specs from yaml
|
2016-05-06 18:03:43 -07:00 |
|
Gregory Becker
|
06b9433351
|
Fixed previous commit
|
2016-05-06 12:35:43 -07:00 |
|
Gregory Becker
|
bc087cfefb
|
Fixed database to account for hashes when reading install records
|
2016-05-06 12:28:46 -07:00 |
|
Gregory Becker
|
9f37e4c907
|
Made spec hashes immutable once concrete -- improved
|
2016-05-06 12:05:51 -07:00 |
|
Gregory Becker
|
addcde4f35
|
Made spec hashes immutable once concrete
|
2016-05-06 12:05:27 -07:00 |
|
Gregory Becker
|
2f821b9e9b
|
temp
|
2016-05-05 18:13:56 -07:00 |
|
Gregory Becker
|
9a39ccea8f
|
Every old spec has empty compiler flags
|
2016-05-05 17:49:30 -07:00 |
|
Gregory Becker
|
1bb7bfaf7f
|
Versioning the database -- automatic reindex
|
2016-05-05 17:38:51 -07:00 |
|
Gregory Becker
|
3fc1344865
|
temp
|
2016-05-05 17:11:09 -07:00 |
|
Gregory Becker
|
11b62114bb
|
versioning the database
|
2016-05-05 16:58:00 -07:00 |
|
Todd Gamblin
|
9fb1a9537d
|
Merge branch 'develop' into features/cflags
|
2016-05-05 10:49:15 -07:00 |
|
Todd Gamblin
|
13e52962ee
|
Merge pull request #802 from gartung/std-cpp14
Handle c++11 and c++14 correctly
|
2016-05-05 01:41:55 -07:00 |
|
Denis Davydov
|
c3317819cb
|
mpi: add self.spec.[mpicc|mpicxx|mpifc|mpif77] to avoid hardcoding MPI wrappers names
|
2016-05-04 10:37:52 +02:00 |
|
Gregory Becker
|
4ba73dac34
|
Unit tests for cflags PR
|
2016-04-28 14:01:38 -07:00 |
|
Gregory Becker
|
3b84345b77
|
Changed yaml format for node_dicts to mitigate future incompatibilities
|
2016-04-28 11:05:59 -07:00 |
|
Todd Gamblin
|
c35994d5bf
|
Merge pull request #850 from mathstuf/partial-downloads
fetch_strategy: download to temporary files
|
2016-04-28 10:22:43 -07:00 |
|
Gregory Becker
|
ae5198e5e7
|
Merged in current develop to cflags 042716
|
2016-04-27 19:38:51 -07:00 |
|
Todd Gamblin
|
8773a0b747
|
Merge pull request #847 from epfl-scitas/features/test_install_with_time
test-install command : added elapsed time + xml is prettyprinted
|
2016-04-27 17:32:21 -07:00 |
|
Ben Boeckel
|
e53571d2f0
|
fetch_strategy: download to temporary files
This supports graceful recovery if spack is killed via a signal (e.g.,
SIGINT) while downloading a file.
Fixes #287.
|
2016-04-27 14:49:27 -04:00 |
|
Massimiliano Culpo
|
b1ba869b37
|
test-install : fixed error in logic exposed by tests
|
2016-04-27 19:28:13 +02:00 |
|
Massimiliano Culpo
|
4846ab70d8
|
test-install : python 2.6 compatibility
|
2016-04-27 18:21:36 +02:00 |
|
Massimiliano Culpo
|
ec5bb88820
|
test-install : unit tests (hopefully) fixed for real
|
2016-04-27 18:06:41 +02:00 |
|
alalazo
|
42fab1591d
|
test-install : fixed unit tests
|
2016-04-27 17:19:03 +02:00 |
|
alalazo
|
12dbd65f4c
|
test-install : first draft that works
|
2016-04-27 13:56:32 +02:00 |
|
Ben Boeckel
|
603467785b
|
Compiler find docs (#831)
* docs: mention `spack compiler find`
* docs: fix some weird wording.
|
2016-04-26 10:00:54 -07:00 |
|
alalazo
|
99b52e6e71
|
test-install : wip to add other information
|
2016-04-26 16:41:33 +02:00 |
|
Ben Boeckel
|
ed16bd133a
|
compiler: add "find" subcommand (#818)
And make "add" an alias to it.
Fixes #713.
|
2016-04-23 13:34:51 -07:00 |
|
Todd Gamblin
|
fa02f94ca4
|
Regression test for not adding RPATHs with ld -r (#809, #821)
- ld -r is only broken with rpaths on OSX; this tests that
specific case.
- test should still work cross-platform.
|
2016-04-21 23:12:33 -07:00 |
|
Denis Davydov
|
a0989ad672
|
minor cleanup of environment-modules documentation (#814)
* minor cleanup of environment-modules documentation
* environment modules: update usage instructions
|
2016-04-21 19:26:19 -07:00 |
|
Patrick Gartung
|
d5d1e89cbd
|
remove use of unknown environment variable in lib/spack/env/cc (#821)
|
2016-04-21 19:15:54 -07:00 |
|
Adam Lyon
|
e92da6a6ba
|
Handle c++11 and c++14 correctly
|
2016-04-19 16:52:08 -05:00 |
|
Matthew LeGendre
|
1af88be371
|
Spack was no longer using $TMPDIR for its stage area at LLNL. Spack's directory search was unnecessarily putting candidates that contained your username at the end of its search list.
|
2016-04-08 11:06:14 -07:00 |
|
Massimiliano Culpo
|
4001663982
|
leftover from cherry-pick
|
2016-04-06 22:19:07 +02:00 |
|
alalazo
|
73b6214a13
|
module files : proper cleanup on uninstall fixes #216
Conflicts:
lib/spack/spack/test/database.py
|
2016-04-06 22:10:04 +02:00 |
|
Todd Gamblin
|
e104592e1f
|
Merge pull request #738 from eschnett/eschnett/cleanup-cc
Clean up cc script
|
2016-04-05 10:50:45 -07:00 |
|
Erik Schnetter
|
4ce03b75bc
|
Correct typo
|
2016-04-05 07:42:23 -04:00 |
|
Todd Gamblin
|
0296f96c7b
|
Resolves #739. Don't call setup_dependent_* for package itself.
|
2016-04-04 13:56:15 -07:00 |
|
Erik Schnetter
|
0ff059e388
|
Clean up comments and output messages
|
2016-04-04 16:00:09 -04:00 |
|
Erik Schnetter
|
83d6e04d39
|
Convert = to == in tests; untabify
|
2016-04-04 15:38:21 -04:00 |
|
Erik Schnetter
|
7bc28cc334
|
Clean up cc script
|
2016-04-04 14:33:48 -04:00 |
|
Todd Gamblin
|
5084130e71
|
Merge pull request #715 from citibeth/efischer/160401-EnvironmentModules
Added Environment Modules
|
2016-04-04 10:41:54 -07:00 |
|
Todd Gamblin
|
c7b11360e9
|
Merge pull request #732 from citibeth/efischer/160403-ConditionalExtendsBugfix
[Needs Review] Fix conditional extends (BUG #683)
|
2016-04-04 10:21:26 -07:00 |
|