Tom Scogland
5d2151ed64
reworked to deal with stage.path as property
...
This version actually pulls the path through the package to deliver it
to each stage on creation when passed through the command. This is
necessary due to the new StageComposite class that makes setting the
path directly on the stage impractical, it also takes the logic out of
package for the most part, which seems like an improvement.
2016-03-31 10:20:55 -07:00
Tom Scogland
63f824b218
add a path argument to the stage command
...
Allow users to use spack to stage a, potentially complex, package into a
given path. This is nice for packages with multiple resources that must
be placed, for example LLVM with all sub-projects.
2016-03-31 09:56:26 -07:00
Todd Gamblin
2441068d54
Merge pull request #697 from KineticTheory/pkg-libdrm
...
+ libdrm depends_on libpciaccess. Use spack provided libpciaccess.
2016-03-31 09:55:53 -07:00
Todd Gamblin
0840ffa3dd
Merge pull request #698 from UCL-RITS/espresso
...
Fixes install issues on OS/X for Quantum Espresso
2016-03-31 09:47:33 -07:00
Todd Gamblin
e2a7b7e50d
Merge pull request #701 from dhandeo/vtk
...
VTK
2016-03-31 09:46:49 -07:00
Todd Gamblin
a6f6c2b9c5
Merge pull request #702 from adamjstewart/features/cuda
...
Add CUDA and HOOMD-blue packages
2016-03-31 09:45:45 -07:00
Todd Gamblin
a6b87ee144
Merge pull request #700 from davydden/oce_bug_fix
...
oce: fix bugs related to NULL pointers and compiler optimisation
2016-03-31 09:42:28 -07:00
Massimiliano Culpo
837eff1704
openssl : special treatment for @external ( fixes #647 )
2016-03-31 18:07:44 +02:00
Adam J. Stewart
a0902ad8d8
Change variant defaults and add comment
2016-03-31 11:04:29 -05:00
Dhanannjay Deo
3b0311a1e4
Add variant opengl2, which is ON by default
...
Needed for visit which depends on vtk@6.1.0~opengl2
2016-03-31 10:39:34 -04:00
Dhanannjay Deo
123996aad0
Fix build for vtk6.1.0
2016-03-31 10:39:34 -04:00
Dhanannjay Deo
0bcfd09536
add: VTK lastest versions
2016-03-31 10:39:34 -04:00
Denis Davydov
6d0b4a28ab
oce: fix bugs related to NULL pointers and compiler optimisation
2016-03-31 13:36:28 +02:00
Massimiliano Culpo
4f6320a7eb
uninstall : added unit tests
2016-03-31 13:22:48 +02:00
Mayeul d'Avezac
7430f9142f
Can install espresso on OS/X
...
Espresso uses unix utility `find dir -name \*.x` to determine the executable to
install. On OS/X, it also finds a bunch of debug symbols associated
with the exectuble. These files have the same name, but are in a
different directory. So the install process is done by hand in the
package.py file, for OS/X.
2016-03-31 10:16:40 +01:00
Mayeul d'Avezac
397e0d1368
Fixes #454 in a simpler way than 34a8f0c
...
Rather than mess with the environment, have espresso install into the
right directory (prefix/bin).
2016-03-31 10:12:20 +01:00
Todd Gamblin
360994b638
Merge branch 'davydden-dealii' into develop
...
- Modified arpack-ng to call libtoolize.
2016-03-30 23:47:21 -07:00
Todd Gamblin
44b8947445
arpack-ng needs an extra libtoolize to build.
2016-03-30 23:33:57 -07:00
Kelly (KT) Thompson
a88c15e101
+ libdrm depends_on libpciaccess. Use spack provided libpciaccess.
2016-03-30 21:18:04 -06:00
Todd Gamblin
8d9ab6a061
Merge pull request #696 from KineticTheory/pkg-libpng
...
libpng depends on zlib.
2016-03-30 16:27:24 -07:00
Kelly (KT) Thompson
a364ab0d0f
libpng depends on zlib.
2016-03-30 17:12:32 -06:00
Todd Gamblin
ef5c973c93
Merge pull request #688 from davydden/doxygen_fix
...
doxygen: add missing dependencies
2016-03-30 15:54:02 -07:00
Todd Gamblin
35322eccc1
Merge pull request #601 from KineticTheory/pkg-numdiff
...
Provide new package numdiff
2016-03-30 15:22:56 -07:00
Todd Gamblin
892b8f155f
Merge branch 'dealii' of git://github.com/davydden/spack into davydden-dealii
2016-03-30 15:09:29 -07:00
Todd Gamblin
228130ddc8
Merge pull request #693 from mathstuf/osx-ninja
...
ninja: fix installation on OS X
2016-03-30 14:59:08 -07:00
Todd Gamblin
b4580eb04c
Merge pull request #604 from KineticTheory/pkg-graphviz
...
Pkg graphviz
2016-03-30 14:51:15 -07:00
Kelly (KT) Thompson
3ba9cfba01
+ Remove the validate function that would abort the install if platform=darwin.
2016-03-30 15:41:51 -06:00
Kelly (KT) Thompson
2ad5d2ea2a
+ For darwin, add a dependency on gettext. This change was recommended in the discussion for PR#601.
2016-03-30 15:40:04 -06:00
Todd Gamblin
279291221c
Merge pull request #694 from mathstuf/github-docs
...
docs: add a link to the spack repo in the PR section
2016-03-30 14:38:02 -07:00
Kelly (KT) Thompson
be2862ef4e
Merge remote-tracking branch 'upstream/develop' into pkg-numdiff
2016-03-30 15:35:46 -06:00
Todd Gamblin
67ec7ee5e9
Merge pull request #695 from mathstuf/osx-mpich
...
mpich: disable fortran without a fortran compiler
2016-03-30 14:32:47 -07:00
Ben Boeckel
f1a0619821
mpich: disable fortran without a fortran compiler
2016-03-30 17:19:29 -04:00
Ben Boeckel
2bc43f7f37
docs: add a link to the spack repo in the PR section
2016-03-30 16:44:08 -04:00
Kelly (KT) Thompson
4ab362ae17
+ Fix variant description.
2016-03-30 14:27:23 -06:00
Kelly (KT) Thompson
d1a3adfcf0
+ Make --disable-perl the default configure option.
2016-03-30 14:25:44 -06:00
Ben Boeckel
dbb25bfeed
ninja: fix installation on OS X
...
The cp -t flag is a GNU-ism. Instead, add a trailing slash to bindir to
ensure that it is not treated as a file.
2016-03-30 16:17:52 -04:00
Kelly (KT) Thompson
8da62b310e
Merge remote-tracking branch 'upstream/develop' into pkg-graphviz
2016-03-30 13:59:10 -06:00
Denis Davydov
5506e89aa9
rename variant doxygen to doc
2016-03-30 21:41:23 +02:00
Todd Gamblin
4bc6ace201
Merge pull request #690 from glennpj/py_updates
...
Get py-pandas working plus some python package updates
2016-03-30 12:04:30 -07:00
Todd Gamblin
213e9746ad
Merge pull request #689 from KineticTheory/pkg-subversion
...
Provide subversion (along with apr and apr-util)
2016-03-30 12:02:59 -07:00
Todd Gamblin
a65519def0
Merge pull request #691 from davydden/petsc_remove_qunused
...
petsc: remove no longer needed -Qunused-arguments hack
2016-03-30 12:02:23 -07:00
Todd Gamblin
0ceb7c411b
Merge branch 'davydden-trilinos_extra' into develop
2016-03-30 11:41:43 -07:00
Todd Gamblin
01657e6991
Make suite-sparse use spack compilers.
2016-03-30 11:41:25 -07:00
Denis Davydov
b909da759d
petsc: remove no longer needed -Qunused-arguments hack
2016-03-30 19:26:03 +02:00
Adam J. Stewart
9519f3d988
Fix MPI-CUDA bug
2016-03-30 11:46:58 -05:00
Glenn Johnson
8ae84cfaba
This commit updates pandas and fixes dependencies.
...
Added version 0.18.0.
Added 'bin/f2py' to ignore so that activation works.
Removed unneccessary dependencies on
- libdrm
- libpciaccess
- llvm
- mesa
Added recommended dependencies from the pandas project site.
http://pandas.pydata.org/pandas-docs/stable/install.html
- py-numexpr
- py-bottleneck
The py-bottleneck is a new package that is also in this branch.
Removed optional dependencies
- py-scipy
- py-matplotlib
While those are most likely desired to be in the same python stack as
pandas they are not required by pandas.
2016-03-30 11:21:38 -05:00
Glenn Johnson
78be85c84f
Added version 1.11.0.
2016-03-30 11:21:17 -05:00
Glenn Johnson
e7ae983b41
Added version 2.5.
...
Added 'bin/f2py' to ignore so that activation works.
2016-03-30 11:20:27 -05:00
Glenn Johnson
f3b353f5f9
Add 'bin/f2py' to ignore so activation works.
2016-03-30 11:17:24 -05:00
Glenn Johnson
8948cb100b
Add version 1.3.7.
2016-03-30 11:16:35 -05:00