Todd Gamblin
70a25c4587
Change --insensitive to --sensitive in spack list
2016-06-20 17:17:25 -07:00
Todd Gamblin
cbd5a0a6e3
Merge branch 'list-ext' of https://github.com/trws/spack into trws-list-ext
2016-06-20 17:13:32 -07:00
Todd Gamblin
db81a74d66
Merge pull request #939 from davydden/docs/blas_lapack
...
document blas and lapack usage in packages
2016-06-20 17:11:09 -07:00
Todd Gamblin
a3431c5a73
Merge pull request #1047 from epfl-scitas/source_diffs_in_environment_modifications
...
feature : construct environment modifications sourcing files
2016-06-20 16:56:30 -07:00
Todd Gamblin
76d950b103
Merge pull request #1084 from epfl-scitas/packages/openmpi_without_fortran
...
OpenMPI : reverts part of #1079
2016-06-20 13:30:54 -07:00
alalazo
5aa3131385
qa : fixed flake8 issues
2016-06-20 21:11:33 +02:00
alalazo
b86e3047f3
openmpi : revert part of #1079 (OpenMPI can be built without fortran)
...
Building OpenMPI without fortran is possible, and was already handled.
Raising an install error we effectively renounce at clang+OpenMPI.
build_environment : sets 'CC', 'CXX', and similar variables only if a compiler is found
2016-06-20 20:46:11 +02:00
Tom Scogland
45482187b4
one more typo issue
2016-06-20 11:42:35 -07:00
Tom Scogland
f6aa864bc4
adding quotes to make sure the glob is interpreted correctly
2016-06-20 11:41:36 -07:00
Tom Scogland
ac728d3e60
fixing capitol->capital typos
2016-06-20 11:38:39 -07:00
Tom Scogland
6180e6c047
automatic case-insensitive like smartsearch, docs
...
New documentation for the new options, also case insensitive by default
unless the user includes an upper-case character in their pattern.
2016-06-20 11:33:56 -07:00
Tom Scogland
0377f3580b
switching argument naming
2016-06-20 10:53:19 -07:00
Todd Gamblin
f74d4b0660
Merge pull request #1052 from adamjstewart/features/psi4
...
Add Psi4 Package
2016-06-20 10:49:45 -07:00
Todd Gamblin
9b299cb2bb
Merge pull request #1023 from epfl-scitas/packages/mumps
...
Corrected the shared libraries and tests in mumps package
2016-06-20 10:48:12 -07:00
Todd Gamblin
cec283f608
Merge pull request #1059 from epfl-scitas/packages/mpi_wrappers_with_rpath
...
MPI : have wrappers set RPATH instead of RUNPATH
2016-06-20 10:47:24 -07:00
Todd Gamblin
c2d0870924
Merge pull request #1063 from eschnett/eschnett/openmpi-1.10.3
...
Update OpenMPI to 1.10.3
2016-06-20 10:45:56 -07:00
Todd Gamblin
42ff1aaa75
Merge pull request #1064 from LLNL/bugfix/github-1043-script-backup
...
do not create shebang.bak file
2016-06-20 10:45:42 -07:00
Todd Gamblin
31bb47356f
Merge pull request #1022 from glennpj/r-devtools
...
new package: r-devtools
2016-06-20 10:34:23 -07:00
Todd Gamblin
b3881701c5
Merge pull request #1021 from glennpj/packrat
...
new package: r-packrat
2016-06-20 10:33:55 -07:00
Todd Gamblin
0fbd2fe224
Merge pull request #1000 from glennpj/new_R
...
Add version 3.3.0 of R and extensions
2016-06-20 10:33:43 -07:00
Todd Gamblin
c09111bbef
Merge pull request #1053 from davydden/pkg/dealii_suite_update
...
update Petsc, Slepc, Trilinos, Superlu-dist and deal.II
2016-06-20 10:32:52 -07:00
Todd Gamblin
59318f4705
Merge pull request #1081 from mathstuf/pkg-config-path
...
modules.yaml: use the right envvar for pkg-config
2016-06-20 10:32:03 -07:00
Todd Gamblin
8047edfb56
Merge pull request #1029 from adamjstewart/features/armadillo
...
Add Armadillo and SuperLU packages
2016-06-20 10:29:29 -07:00
Todd Gamblin
265b9bcb0f
Merge pull request #1076 from JRWynneIII/ferret
...
Added spec to build Ferret
2016-06-20 10:28:42 -07:00
Todd Gamblin
12b9d6da10
Merge pull request #1083 from robertdfrench/tmux-2.2
...
Tmux 2.2
2016-06-20 09:36:55 -07:00
Todd Gamblin
8bdb6695c7
Merge pull request #1079 from davydden/pkg/blas_mpi_fortran
...
require fortran compilers for Openblas and Openmpi
2016-06-20 09:36:23 -07:00
Todd Gamblin
ce105e9bbe
Merge branch 'bugfix/compiler_find' into develop
2016-06-20 09:34:25 -07:00
Todd Gamblin
84e21703bd
Test no longer assumes compilers exist in /usr.
...
- makes a fake gcc instead, and tests that.
2016-06-20 09:28:39 -07:00
Robert.French
83b0c16728
Tmux 2.2 with PEP8
...
Tmux 2.2
Provide variant to skip utempter
Remove utempter variant; 2.2 doesn't need it
Flake8ify
2016-06-20 16:26:49 +00:00
Ben Boeckel
973caa3a07
modules.yaml: use the right envvar for pkg-config
...
Fixes #1072 .
2016-06-20 11:10:29 -04:00
Denis Davydov
cf4a34c657
openmpi: raise an error without Fortran compiler
2016-06-19 11:59:29 +02:00
Denis Davydov
1cc04cff27
openblas: raise an error without Fortran compiler
2016-06-19 11:59:10 +02:00
Mario Melara
64c83638ff
Adding test to list of test_names
2016-06-18 11:11:46 -07:00
Mario Melara
15e6b88a8b
Adding new tests for compiler command for spack's test suite
2016-06-18 10:51:38 -07:00
Mario Melara
36275f8e6e
More clean up of init_config, also no need for a different find_compilers function.
2016-06-18 10:50:55 -07:00
Mario Melara
ccb62b4620
Getting rid of no longer used init_config arg
2016-06-18 10:49:39 -07:00
Todd Gamblin
f9efb746d7
Merge pull request #1032 from eschnett/eschnett/cc-quotes
...
Add quotes around file name
2016-06-18 08:57:18 -07:00
alalazo
9e0c20c794
environment : filter the current environment
...
Previously only the environment obtained after sourcing the file was filtered.
This caused the appeareance of spurious unset commands in the list.
2016-06-18 13:39:08 +02:00
alalazo
a17d1efe7c
Merge branch 'develop' of https://github.com/LLNL/spack into features/source_diffs_in_environment_modifications
...
Conflicts:
lib/spack/spack/test/environment.py
2016-06-18 13:31:29 +02:00
Mario Melara
8af1c5fc8f
Merge remote-tracking branch 'upstream/develop' into develop
...
"Updating NERSC branch"
2016-06-18 00:52:06 -07:00
Mario Melara
c703bfb54d
Got rid of init_config flag since we don't need it. Instead we update the cache config if there are any changes
2016-06-18 00:48:08 -07:00
Todd Gamblin
62b2f2a7c9
Merge pull request #1065 from epfl-scitas/packages/espresso_update
...
espresso : update to 5.4.0
2016-06-17 14:51:45 -07:00
Todd Gamblin
4569df025e
Merge pull request #1060 from mathstuf/no-break-long-words
...
tty: do not break long words
2016-06-17 14:51:26 -07:00
Todd Gamblin
9a8d109650
Merge pull request #1044 from adamjstewart/features/sncosmo
...
Add py-sncosmo package
2016-06-17 14:50:37 -07:00
Todd Gamblin
d7f48e1ff0
Merge pull request #1061 from mathstuf/reindex-preserve-explicit
...
reindex: preserve 'explicit' flags
2016-06-17 14:29:47 -07:00
Todd Gamblin
0bbbfc2ef7
Merge pull request #946 from LLNL/features/intel2
...
Intel software packages and license enhancements
2016-06-17 14:28:39 -07:00
Tom Scogland
8770f2a0ea
fixing last flake8 issue
2016-06-17 13:42:27 -07:00
Tom Scogland
0743ef4d0b
fixing flake8 issues
2016-06-17 13:32:28 -07:00
Tom Scogland
a4ac99877a
cmd/list: adding description search and glob by default
2016-06-17 12:00:35 -07:00
Adam J. Stewart
536fa73d5f
Python flake8 overhaul
2016-06-17 13:33:09 -05:00