Todd Gamblin
f86f6c6274
Merge pull request #1104 from mwilliammyers/py-protobuf
...
Add new package py-protobuf
2016-06-26 22:28:57 -07:00
Todd Gamblin
7d85902f37
Merge pull request #1093 from eschnett/eschnett/julia-update
...
Update Julia to 0.4.6
2016-06-26 22:28:33 -07:00
Todd Gamblin
c096aa9557
Merge pull request #997 from glennpj/glib_gcc
...
Get glib to compile with gcc-6.1
2016-06-26 22:28:07 -07:00
Todd Gamblin
18222de7b6
Merge pull request #1119 from epfl-scitas/fixes/moved_packages
...
fixes : moved packages into builtin/repo
2016-06-26 13:50:00 -07:00
alalazo
9de0503188
qa : flake8 issues
2016-06-26 22:00:10 +02:00
alalazo
11863d2de3
packages : moved adios and mxml into builtin repo
2016-06-26 21:56:06 +02:00
Todd Gamblin
055f7f4ab6
Add package_dir method to package.py
.
2016-06-24 12:33:53 -07:00
mwilliammyers
2c6c21a3bf
Add new package py-protobuf
2016-06-23 15:54:20 -06:00
Todd Gamblin
65e3ac4132
Merge pull request #1102 from LLNL/bugfix/sbang-lua-fix
...
Make sbang handle lua
2016-06-23 01:20:01 -07:00
Todd Gamblin
27e9bc6d02
Make sbang handle lua
...
- use --! instead of #! for patched lua scripts.
2016-06-23 00:03:23 -07:00
Todd Gamblin
86893e3dc4
Merge pull request #1096 from robertdfrench/import-which
...
Import which from spack.util.executable; Fixes #1095
2016-06-22 09:06:01 -07:00
Robert.French
ff3e56cf9a
Import which from spack.util.executable; Fixes #1095
2016-06-22 15:25:32 +00:00
Erik Schnetter
c904a42c5b
Address flake errors
2016-06-22 11:09:45 -04:00
Erik Schnetter
e398c0dc5b
Update Julia to 0.4.6
2016-06-22 11:00:00 -04:00
Todd Gamblin
e41d67e031
Merge pull request #1078 from adamjstewart/features/pillow
...
Allow py-pillow to link to Spack-built libraries
2016-06-22 01:11:25 -07:00
Todd Gamblin
8b5467e65d
Merge pull request #1049 from glennpj/newR_database
...
New R database packages
2016-06-21 13:23:58 -07:00
Adam J. Stewart
a7ffb2c1a4
Flake8
2016-06-21 15:21:53 -05:00
Todd Gamblin
bbe2db5814
Merge pull request #1087 from LLNL/bugfix/new-harfbuzz-fix
...
Bugfix/new harfbuzz fix
2016-06-21 13:10:50 -07:00
Adam J. Stewart
66089c89aa
Depend on pil
2016-06-21 14:55:49 -05:00
Adam J. Stewart
2efc67da60
Remove +tk variant, provide pil
2016-06-21 14:50:33 -05:00
Gregory L. Lee
e0fbf14f99
consolidated f2py regex
2016-06-21 09:23:58 -07:00
Gregory L. Lee
8f3954c1bd
flake 8 fixes for cairo, freetype, and harfbuzz
2016-06-21 08:47:22 -07:00
Gregory L. Lee
4041f45b6c
fixed conflicts in python package
2016-06-21 08:47:11 -07:00
Todd Gamblin
58cff1290d
Make environment test less sensitive to user config files.
2016-06-21 00:19:28 -07:00
Todd Gamblin
0521b9bb32
Fix merge error.
2016-06-21 00:08:12 -07:00
Todd Gamblin
f18e1a9371
Merge branch 'features/cantera' of https://github.com/adamjstewart/spack into adamjstewart-features/cantera
2016-06-20 23:53:48 -07:00
Todd Gamblin
3f90fee614
Merge pull request #1085 from NERSC/bugfix/compiler_find
...
Bugfix/compiler find and gfortran fix.
2016-06-20 23:46:13 -07:00
Glenn Johnson
77cd474a2d
Make all packages lowercase.
2016-06-20 20:10:44 -05:00
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
Mario Melara
d515877d91
Add init_config args in compilers/__init__
2016-06-20 16:20:52 -07:00
Mario Melara
4c4f3e9747
Add init_config to compiler_find method
2016-06-20 16:20:33 -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
Mario Melara
6fb7b0fcf7
Merge branch 'develop' of https://github.com/LLNL/spack into bugfix/compiler_find
...
Forgot to pull branch changes before
2016-06-20 10:59:28 -07:00
Mario Melara
88888f5ba0
Got rid of unnecessary module arg
2016-06-20 10:58:20 -07:00
Mario Melara
1303b5a6a9
Adding more init_config as args to all_compilers,all_compilers_config, and get_compiler_config
2016-06-20 10:57:58 -07:00
Mario Melara
fe30113502
Adding init_config back. Don't initalize config rather let compiler_find do all the work. spack compiler list and spack compilers can do the work
2016-06-20 10:57:10 -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
Adam J. Stewart
aa86488fd9
Flake8
2016-06-20 12:47:17 -05:00