Todd Gamblin
6501cba5a7
Merge pull request #1309 from LLNL/features/spack-defaults
...
Add "default" configuration scope.
2016-07-19 23:48:12 -07:00
Todd Gamblin
26480f14f9
Add "default" configuration scope.
...
- Default scope is versioned with spack and can be overridden by site
or user config.
- Default scope provides sensible default concretization preferences
for all of Spack.
- per-platform concretization scope can be added later (to force a
particular MPI on, e.g., Cray systems)
2016-07-19 17:10:17 -07:00
Todd Gamblin
dd7bd4f320
Make frontend OS on Cray machines a proper linux distro.
2016-07-19 14:59:04 -07:00
Todd Gamblin
a64a2e72cf
Merge pull request #1226 from adamjstewart/features/tkinter
...
Add Tkinter support for Python
2016-07-19 09:41:12 -07:00
Todd Gamblin
c4b4ce7d85
Merge pull request #1135 from epfl-scitas/features/module_refresh_reworking
...
spack module : reworking of the command
2016-07-19 09:27:58 -07:00
Todd Gamblin
4ad29b6c9b
Merge pull request #1262 from davydden/pkg/suite_sparse_fix_blas
...
suite-sparse: enable TBB and fix Blas/Lapack libs
2016-07-19 09:18:42 -07:00
Todd Gamblin
7e16a4edd7
Merge pull request #1294 from eschnett/eschnett/flex
...
Flex requires m4
2016-07-19 09:04:04 -07:00
alalazo
acfeb5d043
Merge branch 'develop' of https://github.com/LLNL/spack into features/module_refresh
...
Conflicts:
lib/spack/spack/test/__init__.py
2016-07-19 09:05:27 +02:00
Erik Schnetter
71684cb071
Flex requires m4
2016-07-18 23:04:20 -04:00
Todd Gamblin
7555c3d949
Merge pull request #1204 from goxberry/cmake-3.6.0
...
cmake@3.6.0
2016-07-18 16:53:17 -07:00
becker33
013cfafe57
Merge pull request #1229 from suraia/fix-preferred-providers
...
Fix preferred providers.
2016-07-18 16:47:08 -07:00
Todd Gamblin
25a9181a1b
Merge pull request #1287 from mwilliammyers/package-jasper
...
jasper: Add new jasper package
2016-07-18 15:43:18 -07:00
mwilliammyers
02340062b4
package - jasper - Add new jasper package
2016-07-18 16:17:07 -06:00
Todd Gamblin
4a276807b1
Merge pull request #1245 from LLNL/features/cray-detection-improvement
...
The /cray_home directory is more consistent than the /cray/craype dir…
2016-07-18 14:36:08 -07:00
Todd Gamblin
51834773b4
Merge pull request #851 from mathstuf/safer-bootstrap
...
bootstrap: fall back to the default upstream URL
2016-07-18 14:25:29 -07:00
Gregory Becker
46ee4a3a53
Using cc -craype-verbose to get cray platform type
2016-07-18 14:25:17 -07:00
Todd Gamblin
607813d5ce
setuptools is a build dependency in numpy.
2016-07-18 14:13:14 -07:00
Todd Gamblin
a9ed2296a1
Merge pull request #1282 from eschnett/eschnett/py-numpy
...
py-numpy: Add py-setuptools dependencies
2016-07-18 13:58:17 -07:00
Todd Gamblin
fa0bbb57ea
Merge pull request #1270 from davydden/pkg/mumps_scalapack_fix_blas
...
Pkg/mumps scalapack fix blas
2016-07-18 13:57:26 -07:00
Erik Schnetter
49cd6f6269
py-numpy: Add py-setuptools dependencies
...
Closes #1281 .
2016-07-18 16:01:48 -04:00
Todd Gamblin
653f25d676
Merge pull request #1171 from adamjstewart/features/octave
...
Allow spack create to automatically detect octave build system
2016-07-18 12:32:32 -07:00
Todd Gamblin
089189afaf
Merge pull request #1238 from davydden/pkg/mkl_update
...
mkl: add provide blas/lapack
2016-07-18 11:52:30 -07:00
Todd Gamblin
0a89342508
Merge pull request #1271 from paulhopkins/bugfix/package-list
...
Bugfix/package list
2016-07-18 10:47:12 -07:00
Todd Gamblin
06f57a31c1
Merge pull request #1273 from mathstuf/opt-ignore
...
gitignore: don't require opt to be a directory
2016-07-18 10:44:16 -07:00
Michael Kuhn
19df1ea79d
flake8 fix
2016-07-18 17:53:26 +02:00
Ben Boeckel
2b4d2b8748
gitignore: don't require opt to be a directory
...
I use a symlink to make it easy to swap out.
2016-07-18 11:39:26 -04:00
Paul Hopkins
a46138dea9
More flake8 fixes for package-list
2016-07-18 13:59:58 +01:00
Adam J. Stewart
ea425a101a
Flake8 and new tk version
2016-07-18 07:51:08 -05:00
Adam J. Stewart
583232ea52
Build Python with Tkinter support
2016-07-18 07:51:08 -05:00
Adam J. Stewart
89c9bec81e
Flake8
2016-07-18 07:45:28 -05:00
Adam J. Stewart
262ab40188
Update build_system_guess test with new class name
2016-07-18 07:45:28 -05:00
Adam J. Stewart
199a8af7cc
Flake8
2016-07-18 07:45:28 -05:00
Adam J. Stewart
e9f42c1a94
Allow spack create to automatically detect octave build system
2016-07-18 07:45:27 -05:00
alalazo
a96eb7096d
Merge branch 'develop' of https://github.com/LLNL/spack into features/module_refresh
...
Conflicts:
share/spack/setup-env.sh
2016-07-18 14:12:47 +02:00
Paul Hopkins
cc027148eb
Flake8 fixes in cmd/package-list.py file
2016-07-18 12:52:23 +01:00
Paul Hopkins
2b3ba850b3
Fix spack package-list to correctly handle deptypes
2016-07-18 12:51:58 +01:00
Todd Gamblin
b3789a4693
Merge pull request #1269 from davydden/pkg/hypre_trilinos_blas
...
Pkg/hypre trilinos blas
2016-07-18 03:06:37 -07:00
Todd Gamblin
4030f8d7c3
Merge pull request #1268 from LLNL/bugfix/spack-info-gh1256
...
Fix broken `spack info` command after build dep merge.
2016-07-18 03:03:05 -07:00
Todd Gamblin
cddaba8add
flake8 fixes.
...
- package.py
- spec.py
- test/architecture.py
2016-07-18 02:34:24 -07:00
Todd Gamblin
192369dd2b
Fix #1265 : Errors in spack reindex
...
- Consolidated code to read spec.yaml and database index.yaml into
one method (`read_yaml_dep_specs()`) in spec.py.
- Code understands old hash format, tuple format, and dicts for dep
specs, for backward compatibility.
- Spec YAML now uses a dict with keys to represent dep specs (this is
more future-proof).
- Dep specs no longer contain !!py-tuple entries in YAML (only lists
properly YAML-ize)
- bump database version.
2016-07-18 01:19:07 -07:00
Todd Gamblin
73f10c9363
Fix broken spack info
command after build dep merge.
...
- Added a method to get dependencies of particular types from Package
- Fixed info command.
2016-07-18 01:19:07 -07:00
Todd Gamblin
cdc2ebee90
Better error messages for spack reindex
.
2016-07-18 01:14:47 -07:00
Denis Davydov
2e4966c854
netlib-scalapack: use dso_suffix
2016-07-18 10:11:18 +02:00
Todd Gamblin
c898b9db04
Merge pull request #1188 from epfl-scitas/packages/py-numpy
...
RPATH for blas in py numpy
2016-07-17 21:20:39 -07:00
Todd Gamblin
117743863e
Merge pull request #1252 from hartzell/patch-5
...
Fix format of explanation of an example & question
2016-07-17 21:20:02 -07:00
Todd Gamblin
28ce08b9e2
Merge pull request #1258 from eschnett/eschnett/openmpi-2.0.0
...
Update to OpenMPI 2.0.0
2016-07-17 21:01:21 -07:00
Todd Gamblin
0e8bf79fa4
Merge pull request #1240 from epfl-scitas/truncated_documentation
...
doc : fixes #1239
2016-07-17 20:59:36 -07:00
alalazo
dc671ad037
docs : substituted None with empty cell
2016-07-17 22:17:52 +02:00
Denis Davydov
1bd3a702c9
mumps: flake8 fixes
2016-07-16 15:14:06 +02:00
Denis Davydov
561748a063
netlib-scalapack: flake8 fixes
2016-07-16 08:03:54 +02:00